A B C D E F G H I J L M N O P R S T U V W X Z 

A

addCategory(Class, String[]) - Method in class com.logicaldoc.util.config.LoggingConfigurator
 
addCategory(String, String[]) - Method in class com.logicaldoc.util.config.LoggingConfigurator
 
addContextParam(String, String, String, WebConfigurator.INIT_PARAM) - Method in class com.logicaldoc.util.config.WebConfigurator
Adding a contextparam to the web.xml
addFilter(String, String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new filter to the deployment descriptor.
addFilterMapping(String, String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new filter mapping to the deployment descriptor.
addHtmlAppender(String) - Method in class com.logicaldoc.util.config.LoggingConfigurator
 
addInitParam(String, String, String, String, WebConfigurator.INIT_PARAM) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a init parameter to the servlet
addInitParam(String, String, String, String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a init parameter to the servlet
addListener(String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new listener to the deployment descriptor.
addListener(SystemEvent) - Static method in class com.logicaldoc.util.Context
Adds an Listener to a particular Event given from
addListenerInitParam(String, String, String, WebConfigurator.INIT_PARAM) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a init parameter to the listener
addPropertyBeanRefList(String, String, List<? extends String>) - Method in class com.logicaldoc.util.config.ContextConfigurator
 
addServlet(String, String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new servlet mapping to the deployment descriptor.
addServlet(String, String, int) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new servlet to the deployment descriptor.
addServletMapping(String, String) - Method in class com.logicaldoc.util.config.WebConfigurator
Adds a new servlet mapping to the deployment descriptor.
addTextAppender(String) - Method in class com.logicaldoc.util.config.LoggingConfigurator
 
addTrigger(String) - Method in class com.logicaldoc.util.config.ContextConfigurator
Enlists a new trigger in the scheduler
ALPHABET - Static variable in class com.logicaldoc.util.security.PasswordGenerator
 
appendFile(String, String) - Static method in class com.logicaldoc.util.io.FileUtil
 
arrayToString(Object[], String) - Static method in class com.logicaldoc.util.StringUtil
 
available(int) - Static method in class com.logicaldoc.util.io.NetUtil
Checks if a port is available

B

Base64Coder - Class in com.logicaldoc.util
A Base64 encoder/decoder.
BOM - Static variable in class com.logicaldoc.util.charset.CharsetMatch
Bit flag indicating the match is based on the presence of a BOM.

C

CharsetDetector - Class in com.logicaldoc.util.charset
CharsetDetector provides a facility for detecting the charset or encoding of character data in an unknown format.
CharsetDetector() - Constructor for class com.logicaldoc.util.charset.CharsetDetector
Constructor
CharsetMatch - Class in com.logicaldoc.util.charset
This class represents a charset that has been identified by a CharsetDetector as a possible encoding for a set of input data.
CharSetTest - Class in com.logicaldoc.util.charset
 
CharSetTest() - Constructor for class com.logicaldoc.util.charset.CharSetTest
 
checkClientTrusted(X509Certificate[], String) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory.EasyX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory.EasyX509TrustManager
 
clearPropertyValue(String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
 
close() - Method in class com.logicaldoc.util.csv.CSVFileReader
Close the input CSV file.
close() - Method in class com.logicaldoc.util.csv.CSVFileWriter
Close the output CSV file.
com.logicaldoc.util - package com.logicaldoc.util
 
com.logicaldoc.util.charset - package com.logicaldoc.util.charset
 
com.logicaldoc.util.config - package com.logicaldoc.util.config
 
com.logicaldoc.util.crypt - package com.logicaldoc.util.crypt
 
com.logicaldoc.util.csv - package com.logicaldoc.util.csv
 
com.logicaldoc.util.dbinit - package com.logicaldoc.util.dbinit
 
com.logicaldoc.util.event - package com.logicaldoc.util.event
 
com.logicaldoc.util.io - package com.logicaldoc.util.io
 
com.logicaldoc.util.plugin - package com.logicaldoc.util.plugin
 
com.logicaldoc.util.security - package com.logicaldoc.util.security
 
com.logicaldoc.util.spring - package com.logicaldoc.util.spring
 
com.logicaldoc.util.sql - package com.logicaldoc.util.sql
 
com.logicaldoc.util.time - package com.logicaldoc.util.time
 
compareTo(Object) - Method in class com.logicaldoc.util.charset.CharsetMatch
Compare to other CharsetMatch objects.
compareTo(SoftwareVersion) - Method in class com.logicaldoc.util.SoftwareVersion
 
computeDigest(InputStream) - Static method in class com.logicaldoc.util.io.FileUtil
 
computeDigest(File) - Static method in class com.logicaldoc.util.io.FileUtil
This method calculates the digest of a file using the algorithm SHA-1.
computeSha1Hash(File) - Static method in class com.logicaldoc.util.io.FileUtil
This method calculates the digest of a file using the algorithm SHA-1.
computeSha1Hash(InputStream) - Static method in class com.logicaldoc.util.io.FileUtil
This method calculates the digest of a inputStram content using the algorithm SHA-1.
Context - Class in com.logicaldoc.util
Utility class collecting static methods related to spring's context.
ContextConfigurator - Class in com.logicaldoc.util.config
Configurator class for spring's application context setup.
ContextConfigurator(String) - Constructor for class com.logicaldoc.util.config.ContextConfigurator
 
ContextConfigurator() - Constructor for class com.logicaldoc.util.config.ContextConfigurator
 
ContextProperties - Class in com.logicaldoc.util.config
A configuration utility used to retrieve and alter context properties
ContextProperties() - Constructor for class com.logicaldoc.util.config.ContextProperties
 
ContextProperties(String) - Constructor for class com.logicaldoc.util.config.ContextProperties
 
ContextProperties(URL) - Constructor for class com.logicaldoc.util.config.ContextProperties
 
ContextProperties(File) - Constructor for class com.logicaldoc.util.config.ContextProperties
 
ContextProperties(InputStream) - Constructor for class com.logicaldoc.util.config.ContextProperties
Creates new XMLBean from an input stream; XMLBean is read-only!!!
copyFile(File, File) - Static method in class com.logicaldoc.util.io.FileUtil
 
copyResource(String, File) - Static method in class com.logicaldoc.util.io.FileUtil
Writes the specified classpath resource into a file
copyResource(String, File) - Static method in class com.logicaldoc.util.io.ResourceUtil
Copy a resource from the classpath into a file
CountingRequestEntity - Class in com.logicaldoc.util.io
RequestEntity used to track the upload progress, mainly intended to give better experience in the GUI.
CountingRequestEntity(RequestEntity, CountingRequestEntity.ProgressListener) - Constructor for class com.logicaldoc.util.io.CountingRequestEntity
 
CountingRequestEntity.CountingOutputStream - Class in com.logicaldoc.util.io
 
CountingRequestEntity.CountingOutputStream(OutputStream, CountingRequestEntity.ProgressListener) - Constructor for class com.logicaldoc.util.io.CountingRequestEntity.CountingOutputStream
 
CountingRequestEntity.ProgressListener - Interface in com.logicaldoc.util.io
 
createSocket(String, int, InetAddress, int) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
Attempts to get a new socket connection to the given host within the given time limit.
createSocket(String, int) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
 
cryptString(String) - Static method in class com.logicaldoc.util.crypt.CryptUtil
This method encodes a given string.
CryptUtil - Class in com.logicaldoc.util.crypt
 
CryptUtil(String) - Constructor for class com.logicaldoc.util.crypt.CryptUtil
 
CSVFile - Class in com.logicaldoc.util.csv
CSVFile is a class used to handle Comma-Separated Values files.
CSVFile() - Constructor for class com.logicaldoc.util.csv.CSVFile
CSVFile constructor with the default field separator and text qualifier.
CSVFile(char) - Constructor for class com.logicaldoc.util.csv.CSVFile
CSVFile constructor with a given field separator and the default text qualifier.
CSVFile(char, char) - Constructor for class com.logicaldoc.util.csv.CSVFile
CSVFile constructor with given field separator and text qualifier.
CSVFileReader - Class in com.logicaldoc.util.csv
CSVFileReader is a class derived from CSVFile used to parse an existing CSV file.
CSVFileReader(String) - Constructor for class com.logicaldoc.util.csv.CSVFileReader
CSVFileReader constructor just need the name of the existing CSV file that will be read.
CSVFileReader(String, char) - Constructor for class com.logicaldoc.util.csv.CSVFileReader
CSVFileReader constructor with a given field separator.
CSVFileReader(String, char, char) - Constructor for class com.logicaldoc.util.csv.CSVFileReader
CSVFileReader constructor with given field separator and text qualifier.
CSVFileWriter - Class in com.logicaldoc.util.csv
CSVFileWriter is a class derived from CSVFile used to format some fields into a new CSV file.
CSVFileWriter(String) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor just need the name of the CSV file that will be written.
CSVFileWriter(String, char) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor with a given field separator.
CSVFileWriter(String, char, char) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor with given field separator and text qualifier.
CSVFileWriter(String, boolean) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor just need the name of the CSV file that will be written.
CSVFileWriter(String, char, boolean) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor with a given field separator.
CSVFileWriter(String, char, char, boolean) - Constructor for class com.logicaldoc.util.csv.CSVFileWriter
CSVFileWriter constructor with given field separator and text qualifier.

D

DBInit - Class in com.logicaldoc.util.dbinit
Database initialisation utility
DBInit(List<String>) - Constructor for class com.logicaldoc.util.dbinit.DBInit
A list of sql files to execute
DBInit() - Constructor for class com.logicaldoc.util.dbinit.DBInit
 
DECLARED_ENCODING - Static variable in class com.logicaldoc.util.charset.CharsetMatch
Bit flag indicating he match is based on the declared encoding.
decode(String) - Static method in class com.logicaldoc.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[]) - Static method in class com.logicaldoc.util.Base64Coder
Decodes a byte array from Base64 format.
decode(char[], int, int) - Static method in class com.logicaldoc.util.Base64Coder
Decodes a byte array from Base64 format.
decodeLines(String) - Static method in class com.logicaldoc.util.Base64Coder
Decodes a byte array from Base64 format and ignores line separators, tabs and blanks.
decodeString(String) - Static method in class com.logicaldoc.util.Base64Coder
Decodes a string from Base64 format.
decrypt(String) - Method in class com.logicaldoc.util.crypt.CryptUtil
 
decrypt(String) - Method in class com.logicaldoc.util.crypt.StringEncrypter
 
decrypt(String) - Method in class com.logicaldoc.util.security.StringEncrypter
 
DEFAULT_ENCRYPTION_KEY - Static variable in class com.logicaldoc.util.crypt.StringEncrypter
 
DEFAULT_ENCRYPTION_KEY - Static variable in class com.logicaldoc.util.security.StringEncrypter
 
DEFAULT_FIELD_SEPARATOR - Static variable in class com.logicaldoc.util.csv.CSVFile
The default char used as field separator.
DEFAULT_TEXT_QUALIFIER - Static variable in class com.logicaldoc.util.csv.CSVFile
The default char used as text qualifier
DefaultPluginRegistry - Class in com.logicaldoc.util.plugin
Basic implementation of a PluginRegistry
DefaultPluginRegistry() - Constructor for class com.logicaldoc.util.plugin.DefaultPluginRegistry
 
DES_ENCRYPTION_SCHEME - Static variable in class com.logicaldoc.util.crypt.StringEncrypter
 
DES_ENCRYPTION_SCHEME - Static variable in class com.logicaldoc.util.security.StringEncrypter
 
DESEDE_ENCRYPTION_SCHEME - Static variable in class com.logicaldoc.util.crypt.StringEncrypter
 
DESEDE_ENCRYPTION_SCHEME - Static variable in class com.logicaldoc.util.security.StringEncrypter
 
detect() - Method in class com.logicaldoc.util.charset.CharsetDetector
Return the charset that best matches the supplied input data.
detectAll() - Method in class com.logicaldoc.util.charset.CharsetDetector
Return an array of all charsets that appear to be plausible matches with the input data.
doConnection() - Method in class com.logicaldoc.util.dbinit.DBInit
 
doStart() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
This method will be called once during plug-in activation before any access to any code from this plug-in.
doStop() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
This method will be called once during plug-in deactivation.
doubleQuotes(String) - Static method in class com.logicaldoc.util.sql.SqlUtil
 

E

EasySSLProtocolSocketFactory - Class in com.logicaldoc.util.io
EasySSLProtocolSocketFactory can be used to creats SSL Sockets that accept self-signed certificates.
EasySSLProtocolSocketFactory() - Constructor for class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
Constructor for EasySSLProtocolSocketFactory.
EasySSLProtocolSocketFactory.EasyX509TrustManager - Class in com.logicaldoc.util.io
 
EasySSLProtocolSocketFactory.EasyX509TrustManager() - Constructor for class com.logicaldoc.util.io.EasySSLProtocolSocketFactory.EasyX509TrustManager
 
enableInputFilter(boolean) - Method in class com.logicaldoc.util.charset.CharsetDetector
Enable filtering of input text.
encode(byte[]) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int, int) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a byte array into Base64 format.
encodeLines(byte[]) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines of 76 characters.
encodeLines(byte[], int, int, int, String) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a byte array into Base 64 format and breaks the output into lines.
encodeString(String) - Static method in class com.logicaldoc.util.Base64Coder
Encodes a string into Base64 format.
ENCODING_SCHEME - Static variable in class com.logicaldoc.util.charset.CharsetMatch
Bit flag indicating the match is based on the the encoding scheme.
encrypt(String) - Method in class com.logicaldoc.util.crypt.CryptUtil
 
encrypt(String) - Method in class com.logicaldoc.util.crypt.StringEncrypter
 
encrypt(String) - Method in class com.logicaldoc.util.security.StringEncrypter
 
equals(Object) - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
 
equals(Object) - Method in class com.logicaldoc.util.SoftwareVersion
 
Exec - Class in com.logicaldoc.util
Utility class used to execute system commands
Exec() - Constructor for class com.logicaldoc.util.Exec
 
exec(List<String>) - Static method in class com.logicaldoc.util.Exec
Execute the command by using the process builder
exec(List<String>, Map<String, String>, File, int) - Static method in class com.logicaldoc.util.Exec
Execute the command by using the process builder
exec(String, String[], File, int) - Static method in class com.logicaldoc.util.Exec
Execute the command by using the Runtime.exec
exec(String, String, String[], String[]) - Static method in class com.logicaldoc.util.JavaLauncher
Launch a java program.
execJar(String, String[]) - Static method in class com.logicaldoc.util.JavaLauncher
Execute a java jar file that contains a manifest.
execute() - Method in class com.logicaldoc.util.dbinit.DBInit
Executes all the sql files defined in the constructor
executeSql(String) - Method in class com.logicaldoc.util.dbinit.DBInit
Execute a SQL statements in the passed string
extractTags(String) - Static method in class com.logicaldoc.util.TagUtil
Detects words in the passed string and creates a list of tags.

F

fieldSeparator - Variable in class com.logicaldoc.util.csv.CSVFile
The current char used as field separator.
FileUtil - Class in com.logicaldoc.util.io
This class manages I/O operations with files.
FileUtil() - Constructor for class com.logicaldoc.util.io.FileUtil
 
findJVM() - Static method in class com.logicaldoc.util.JavaLauncher
Find a suitable JVM on the user's system.

G

generate(int) - Method in class com.logicaldoc.util.security.PasswordGenerator
 
get(String) - Static method in class com.logicaldoc.util.MimeType
 
get() - Method in class com.logicaldoc.util.SoftwareVersion
 
getAcceptedIssuers() - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory.EasyX509TrustManager
 
getAllAttribute(Element) - Method in class com.logicaldoc.util.config.XMLBean
Returns a list of all attributes from an element.
getAllChild(String) - Method in class com.logicaldoc.util.config.XMLBean
Returns a list of all elements with the given elementname.
getAllChild(String, String, String) - Method in class com.logicaldoc.util.config.XMLBean
Returns a list of all children with the specific name and the specific attribute value;
getAllChildText(String, String, String, String, String) - Method in class com.logicaldoc.util.config.XMLBean
This method returns the text of all children in the format childnamechildtext.
getAllDetectableCharsets() - Static method in class com.logicaldoc.util.charset.CharsetDetector
Get the names of all char sets that can be recognized by the char set detector.
getAttribute(Element, String) - Method in class com.logicaldoc.util.config.XMLBean
Returns an elementattribute.
getAttributeValue(Element, String) - Method in class com.logicaldoc.util.config.XMLBean
Returns the value of an elementattribute.
getBean(String) - Method in class com.logicaldoc.util.Context
Retrieves a bean registered in the Spring context.
getBean(Class) - Method in class com.logicaldoc.util.Context
Retrieves a bean registered in the Spring context using a class name.
getBeansOfType(Class) - Method in class com.logicaldoc.util.Context
Retrieves the list of bean of the same type
getByFilename(String) - Static method in class com.logicaldoc.util.MimeType
 
getChild(String) - Method in class com.logicaldoc.util.config.XMLBean
Returns a child element.
getChild(String, String, String) - Method in class com.logicaldoc.util.config.XMLBean
This method finds a child by name and attribute.
getChildText(String, String, String, String) - Method in class com.logicaldoc.util.config.XMLBean
This method returns the text of a child element characterized by elementname and attribute.
getConfidence() - Method in class com.logicaldoc.util.charset.CharsetMatch
Get an indication of the confidence in the charset detected.
getContentLength() - Method in class com.logicaldoc.util.io.CountingRequestEntity
 
getContentType() - Method in class com.logicaldoc.util.io.CountingRequestEntity
 
getData() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
getDataDirectory() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Returns the data directory for this plugin, that is {conf.plugindir}/{pluginName}.
getDbms() - Method in class com.logicaldoc.util.dbinit.DBInit
 
getDialect() - Method in class com.logicaldoc.util.config.ContextConfigurator
 
getDisplayName() - Method in class com.logicaldoc.util.config.WebConfigurator
 
getDisplaySize(long, String) - Static method in class com.logicaldoc.util.io.FileUtil
Renders a file size in a more readable behaviour taking into account the user locale.
getDisplaySizeKB(long, String) - Static method in class com.logicaldoc.util.io.FileUtil
Renders a file size in a more readable behaviour taking into account the user locale.
getExtensions(String, String) - Method in class com.logicaldoc.util.plugin.PluginRegistry
Returns the extensions connected to the specified extension point
getFieldSeparator() - Method in class com.logicaldoc.util.csv.CSVFile
Get the current field separator.
getFile(String) - Method in class com.logicaldoc.util.config.LoggingConfigurator
same as getFile(appender, true)
getFile(String, boolean) - Method in class com.logicaldoc.util.config.LoggingConfigurator
This method selects a filepath of an appender.
getFile() - Method in class com.logicaldoc.util.io.HttpUpload
 
getFileName() - Method in class com.logicaldoc.util.io.HttpUpload
 
getFolderSize(File) - Static method in class com.logicaldoc.util.io.FileUtil
Computes the folder size as the sum of all files directly and indirectly contained.
getHex(byte[]) - Static method in class com.logicaldoc.util.crypt.CryptUtil
 
getInstance() - Static method in class com.logicaldoc.util.Context
 
getInstance() - Static method in class com.logicaldoc.util.plugin.PluginRegistry
 
getInt(String) - Method in class com.logicaldoc.util.config.ContextProperties
 
getInt(String, int) - Method in class com.logicaldoc.util.config.ContextProperties
 
getKeys() - Method in class com.logicaldoc.util.config.OrderedProperties
All the keys but alphabetically ordered
getLanguage() - Method in class com.logicaldoc.util.charset.CharsetMatch
Get the ISO code for the language of the detected charset.
getListener() - Method in class com.logicaldoc.util.io.HttpUpload
 
getLoggingFiles() - Method in class com.logicaldoc.util.config.LoggingConfigurator
This method selects all file appenders.
getManager() - Method in class com.logicaldoc.util.plugin.PluginRegistry
 
getMatchType() - Method in class com.logicaldoc.util.charset.CharsetMatch
Return flags indicating what it was about the input data that caused this charset to be considered as a possible match.
getName() - Method in class com.logicaldoc.util.charset.CharsetMatch
Get the name of the detected charset.
getPlugin(String) - Method in class com.logicaldoc.util.plugin.PluginRegistry
Retrieve the plugin descriptor
getPluginHome(String) - Static method in class com.logicaldoc.util.plugin.PluginRegistry
This method retrieves the folder of the given plugin.
getPluginName() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
getPluginPath() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Retrieves the path of the plugin jar archive
getPluginResource(String, String) - Static method in class com.logicaldoc.util.plugin.PluginRegistry
This method retrieves a plugin folder resource (file or folder).
getPlugins() - Method in class com.logicaldoc.util.plugin.PluginRegistry
Retrieves the list of registered plugins
getPluginsDir() - Static method in class com.logicaldoc.util.plugin.PluginRegistry
This method retrieves the plugins root folder.
getPropElement(String, String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
Retrieves the prop element of the specified property, that is one inside the tag: key_value
getProperty(String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
 
getProperty(String) - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
getPropertyElement(String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
 
getPropertyProp(String, String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
Retrieves the prop value of the specified property, that is one inside the tag: key_value
getPropertyWithSubstitutions(String) - Method in class com.logicaldoc.util.config.ContextProperties
Gets the property value replacing all variable references
getReader(InputStream, String) - Method in class com.logicaldoc.util.charset.CharsetDetector
Autodetect the charset of an inputStream, and return a Java Reader to access the converted input data.
getReader() - Method in class com.logicaldoc.util.charset.CharsetMatch
Create a java.io.Reader for reading the Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getResource(String) - Method in class com.logicaldoc.util.Context
Returns a Spring-Resource
getResources(String) - Method in class com.logicaldoc.util.Context
 
getRootChild() - Method in class com.logicaldoc.util.config.XMLBean
This method returns all direct children of the root element.
getRootElement() - Method in class com.logicaldoc.util.config.XMLBean
Returns the root element.
getSortedExtensions(String, String, String) - Method in class com.logicaldoc.util.plugin.PluginRegistry
Returns the extensions connected to the specified extension point
getSqlList() - Method in class com.logicaldoc.util.dbinit.DBInit
 
getString(byte[], String) - Method in class com.logicaldoc.util.charset.CharsetDetector
Autodetect the charset of an inputStream, and return a String containing the converted input data.
getString() - Method in class com.logicaldoc.util.charset.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getString(int) - Method in class com.logicaldoc.util.charset.CharsetMatch
Create a Java String from Unicode character data corresponding to the original byte data supplied to the Charset detect operation.
getSystemStatus() - Method in class com.logicaldoc.util.event.SystemEvent
 
getText(Element) - Method in class com.logicaldoc.util.config.XMLBean
This returns the text between a begining and an ending tag.
getText(String, String, String) - Method in class com.logicaldoc.util.config.XMLBean
 
getTextQualifier() - Method in class com.logicaldoc.util.csv.CSVFile
Get the current text qualifier.
getTimeDifference(Date, Date, TimeDiff.TimeField) - Static method in class com.logicaldoc.util.time.TimeDiff
Calculate the absolute difference between two Date without regard for time offsets
getTimeDifference(Date, Date) - Static method in class com.logicaldoc.util.time.TimeDiff
Calculate the absolute difference between two Date without regard for time offsets
getURL() - Method in class com.logicaldoc.util.io.HttpUpload
 
getWebLoggingFiles() - Method in class com.logicaldoc.util.config.LoggingConfigurator
This method selects all file appenders suitable for web visualization

H

handlePlainField(String, StringBuffer, int) - Method in class com.logicaldoc.util.csv.CSVFileReader
Handles an unquoted field.
handleQuotedField(String, StringBuffer, int) - Method in class com.logicaldoc.util.csv.CSVFileReader
Handles a quoted field.
hashCode() - Method in class com.logicaldoc.util.io.EasySSLProtocolSocketFactory
 
hashMD4(String) - Static method in class com.logicaldoc.util.crypt.CryptUtil
Converts a string into a MD4 hash.
hashNTLM1(String) - Static method in class com.logicaldoc.util.crypt.CryptUtil
Converts a string into a MD4 hash suitable for the NTLM v1 authentication
HttpUpload - Class in com.logicaldoc.util.io
 
HttpUpload() - Constructor for class com.logicaldoc.util.io.HttpUpload
 

I

in - Variable in class com.logicaldoc.util.csv.CSVFileReader
The buffered reader linked to the CSV file to be read.
init(String) - Method in class com.logicaldoc.util.plugin.PluginRegistry
Initializes all found plugins
initialize(int[], int) - Method in class com.logicaldoc.util.sql.SqlUtil
 
initPlugins(Map<String, Identity>) - Method in class com.logicaldoc.util.plugin.DefaultPluginRegistry
 
initPlugins(Map<String, Identity>) - Method in class com.logicaldoc.util.plugin.PluginRegistry
Initializes found plugins
inputFilterEnabled() - Method in class com.logicaldoc.util.charset.CharsetDetector
Test whether or not input filtering is enabled.
install() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Concrete implementations of this method must insert first installation logic such as database initialisation.
isConnected() - Method in class com.logicaldoc.util.dbinit.DBInit
This method returns the state of the connection.
isInstallNeeded() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Tells is the plug-in need to be installed.
isRepeatable() - Method in class com.logicaldoc.util.io.CountingRequestEntity
 
isRestartRequired() - Method in class com.logicaldoc.util.plugin.PluginRegistry
 

J

JarUtil - Class in com.logicaldoc.util.io
This class is for handling with jar-files.
JarUtil() - Constructor for class com.logicaldoc.util.io.JarUtil
 
JavaLauncher - Class in com.logicaldoc.util
JavaLauncher Provides an easy way to launch java applications.
JavaLauncher() - Constructor for class com.logicaldoc.util.JavaLauncher
 

L

LANG_STATISTICS - Static variable in class com.logicaldoc.util.charset.CharsetMatch
Bit flag indicating the match is based on language statistics.
loadData() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
LocaleUtil - Class in com.logicaldoc.util
Utility methods for Locale handling
LocaleUtil() - Constructor for class com.logicaldoc.util.LocaleUtil
 
locatePlugins(String) - Method in class com.logicaldoc.util.plugin.PluginRegistry
 
log - Static variable in class com.logicaldoc.util.config.ContextProperties
 
log - Static variable in class com.logicaldoc.util.config.XMLBean
 
log - Static variable in class com.logicaldoc.util.dbinit.DBInit
 
log - Static variable in class com.logicaldoc.util.Exec
 
log - Static variable in class com.logicaldoc.util.io.FileUtil
 
log - Static variable in class com.logicaldoc.util.io.JarUtil
 
log - Static variable in class com.logicaldoc.util.JavaLauncher
 
log - Static variable in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
LoggingConfigurator - Class in com.logicaldoc.util.config
Utility class for manipulating log4j.xml file
LoggingConfigurator() - Constructor for class com.logicaldoc.util.config.LoggingConfigurator
 
LogicalDOCPlugin - Class in com.logicaldoc.util.plugin
This is the base class for LogicalDOC plugins.
LogicalDOCPlugin() - Constructor for class com.logicaldoc.util.plugin.LogicalDOCPlugin
 

M

main(String[]) - Static method in class com.logicaldoc.util.charset.CharSetTest
 
main(String[]) - Static method in class com.logicaldoc.util.io.HttpUpload
 
main(String[]) - Static method in class com.logicaldoc.util.JavaLauncher
Demo - Launch a java program.
main(String[]) - Static method in class com.logicaldoc.util.security.PasswordGenerator
 
main(String[]) - Static method in class com.logicaldoc.util.time.TimeDiff
(For testing purposes)
manager - Variable in class com.logicaldoc.util.plugin.PluginRegistry
 
matches(String, String[], String[]) - Static method in class com.logicaldoc.util.io.FileUtil
Check if a given filename matches the includes and not the excludes
matches(String, String, String) - Static method in class com.logicaldoc.util.io.FileUtil
Check if a given filename matches the includes and not the excludes
MAX_FIELD_LENGTH - Static variable in class com.logicaldoc.util.TagUtil
 
mergeProperties() - Method in class com.logicaldoc.util.spring.PropertiesPlaceHolder
 
MimeType - Class in com.logicaldoc.util
Utility class for MIME Type detection using the classpath /mimetypes.properties RESOURCE

N

NetUtil - Class in com.logicaldoc.util.io
Some network utility methods.
NetUtil() - Constructor for class com.logicaldoc.util.io.NetUtil
 
normalizeTags(String) - Static method in class com.logicaldoc.util.TagUtil
Normalizes the passed string extracting all tags and producing anither string containing all tags separated by a comma.

O

onApplicationEvent(ApplicationEvent) - Method in class com.logicaldoc.util.Context
Processes a newly incoming event on appropriated events that registered itself on it
OrderedProperties - Class in com.logicaldoc.util.config
This is an extension of Java Properties that stores the properties alphabetically
OrderedProperties() - Constructor for class com.logicaldoc.util.config.OrderedProperties
 
out - Variable in class com.logicaldoc.util.csv.CSVFileWriter
The print writer linked to the CSV file to be written.

P

PasswordGenerator - Class in com.logicaldoc.util.security
Generate pronounceable passwords This class uses statistics on the frequency of three-letter sequences in English to generate passwords.
PasswordGenerator() - Constructor for class com.logicaldoc.util.security.PasswordGenerator
 
PluginRegistry - Class in com.logicaldoc.util.plugin
Central point where plugins are loaded and handled.
PluginRegistry() - Constructor for class com.logicaldoc.util.plugin.PluginRegistry
 
printDiffs(long[]) - Static method in class com.logicaldoc.util.time.TimeDiff
 
processEvent() - Method in class com.logicaldoc.util.event.SystemEvent
 
PropertiesPlaceHolder - Class in com.logicaldoc.util.spring
Extends the standard property placeholder to retrieve properties from the database.
PropertiesPlaceHolder() - Constructor for class com.logicaldoc.util.spring.PropertiesPlaceHolder
 

R

readAsString(String) - Static method in class com.logicaldoc.util.io.ResourceUtil
 
readEntry(File, String) - Static method in class com.logicaldoc.util.io.ZipUtil
Read the entry inside the file zip resource.
readFields() - Method in class com.logicaldoc.util.csv.CSVFileReader
Split the next line of the input CSV file into fields.
refresh() - Static method in class com.logicaldoc.util.Context
Reloads the Spring application context.
removeChild(String) - Method in class com.logicaldoc.util.config.XMLBean
Removes an element.
removeListener(SystemEvent) - Static method in class com.logicaldoc.util.Context
Removes a particular Listener from the list
removeNonUtf8Chars(String) - Static method in class com.logicaldoc.util.StringUtil
 
replaceInFile(String, String, String) - Static method in class com.logicaldoc.util.io.FileUtil
 
resolveDataPath(String) - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Resolves a relative path inside the plugin data folder
resolvePlaceholder(String, Properties) - Method in class com.logicaldoc.util.spring.PropertiesPlaceHolder
 
ResourceUtil - Class in com.logicaldoc.util.io
Utiliry class for classpath resources IO issues
ResourceUtil() - Constructor for class com.logicaldoc.util.io.ResourceUtil
 
rollback() - Method in class com.logicaldoc.util.dbinit.DBInit
 

S

saveData() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
setApplicationContext(ApplicationContext) - Method in class com.logicaldoc.util.Context
 
setAttributeValue(Element, String, String) - Method in class com.logicaldoc.util.config.XMLBean
This method set the value of an elementattribute.
setDbms(String) - Method in class com.logicaldoc.util.dbinit.DBInit
 
setDeclaredEncoding(String) - Method in class com.logicaldoc.util.charset.CharsetDetector
Set the declared encoding for charset detection.
setDescription(String) - Method in class com.logicaldoc.util.config.WebConfigurator
 
setDisplayName(String) - Method in class com.logicaldoc.util.config.WebConfigurator
 
setDriver(String) - Method in class com.logicaldoc.util.dbinit.DBInit
 
setFieldSeparator(char) - Method in class com.logicaldoc.util.csv.CSVFile
Set the current field separator.
setFile(String, String) - Method in class com.logicaldoc.util.config.LoggingConfigurator
This method sets a file of an appender.
setFile(File) - Method in class com.logicaldoc.util.io.HttpUpload
 
setFileName(String) - Method in class com.logicaldoc.util.io.HttpUpload
 
setListener(CountingRequestEntity.ProgressListener) - Method in class com.logicaldoc.util.io.HttpUpload
 
setLogsRoot(String) - Method in class com.logicaldoc.util.config.LoggingConfigurator
Sets a common path for all file appenders.
setPassword(String) - Method in class com.logicaldoc.util.dbinit.DBInit
 
setProperty(String, String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
 
setPropValue(String, String, String, String) - Method in class com.logicaldoc.util.config.ContextConfigurator
Sets the prop value of the specified property, that is one inside the tag: key_value
setRestartRequired() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
 
setText(String) - Method in class com.logicaldoc.util.charset.CharsetDetector
Set the input text (byte) data whose charset is to be detected.
setText(byte[]) - Method in class com.logicaldoc.util.charset.CharsetDetector
Set the input text (byte) data whose charset is to be detected.
setText(InputStream) - Method in class com.logicaldoc.util.charset.CharsetDetector
Set the input text (byte) data whose charset is to be detected.
setText(Element, String) - Method in class com.logicaldoc.util.config.XMLBean
 
setTextQualifier(char) - Method in class com.logicaldoc.util.csv.CSVFile
Set the current text qualifier.
setUrl(String) - Method in class com.logicaldoc.util.dbinit.DBInit
 
setURL(String) - Method in class com.logicaldoc.util.io.HttpUpload
 
setUsername(String) - Method in class com.logicaldoc.util.dbinit.DBInit
 
SnippetStripper - Class in com.logicaldoc.util
Useful class used to filter snippets from lucene, excluding those characters that invalidate HTML page
SnippetStripper() - Constructor for class com.logicaldoc.util.SnippetStripper
 
SoftwareVersion - Class in com.logicaldoc.util
Models a generic sofwtare version
SoftwareVersion(String) - Constructor for class com.logicaldoc.util.SoftwareVersion
 
split(String, char, int) - Static method in class com.logicaldoc.util.StringUtil
Splits a string into tokens separated by a separator
split(String, int) - Static method in class com.logicaldoc.util.StringUtil
Splits a string into an array of tokens
SqlUtil - Class in com.logicaldoc.util.sql
This class contains methods about SQL handling
SqlUtil() - Constructor for class com.logicaldoc.util.sql.SqlUtil
 
start() - Method in class com.logicaldoc.util.plugin.LogicalDOCPlugin
Concrete implementations of this method must insert startup initialisations.
store(OutputStream, String) - Method in class com.logicaldoc.util.config.OrderedProperties
Overrides the original store() method and sorts the output
StringEncrypter - Class in com.logicaldoc.util.crypt
Utility class to encrypt/decrypt strings
StringEncrypter(String) - Constructor for class com.logicaldoc.util.crypt.StringEncrypter
 
StringEncrypter(String, String) - Constructor for class com.logicaldoc.util.crypt.StringEncrypter
 
StringEncrypter - Class in com.logicaldoc.util.security
Utility class to encrypt/decrypt strings
StringEncrypter(String) - Constructor for class com.logicaldoc.util.security.StringEncrypter
 
StringEncrypter(String, String) - Constructor for class com.logicaldoc.util.security.StringEncrypter
 
StringEncrypter.EncryptionException - Exception in com.logicaldoc.util.crypt
 
StringEncrypter.EncryptionException(Throwable) - Constructor for exception com.logicaldoc.util.crypt.StringEncrypter.EncryptionException
 
StringEncrypter.EncryptionException - Exception in com.logicaldoc.util.security
 
StringEncrypter.EncryptionException(Throwable) - Constructor for exception com.logicaldoc.util.security.StringEncrypter.EncryptionException
 
StringUtil - Class in com.logicaldoc.util
Some utility methods specialized in string manipulation
StringUtil() - Constructor for class com.logicaldoc.util.StringUtil
 
strip(String) - Static method in class com.logicaldoc.util.SnippetStripper
Strips all characters from the input string that may invalidate XML.
strongDelete(File) - Static method in class com.logicaldoc.util.io.FileUtil
 
SystemEvent - Class in com.logicaldoc.util.event
 
SystemEvent(SystemEventStatus) - Constructor for class com.logicaldoc.util.event.SystemEvent
 
SystemEventStatus - Enum in com.logicaldoc.util.event
 

T

TagUtil - Class in com.logicaldoc.util
Utility class for tags handling
TagUtil() - Constructor for class com.logicaldoc.util.TagUtil
 
testConnection() - Method in class com.logicaldoc.util.dbinit.DBInit
This method tests a connection.
textQualifier - Variable in class com.logicaldoc.util.csv.CSVFile
The current char used as text qualifier.
TimeDiff - Class in com.logicaldoc.util.time
 
TimeDiff() - Constructor for class com.logicaldoc.util.time.TimeDiff
 
TimeDiff.TimeField - Enum in com.logicaldoc.util.time
 
toByteArray(File) - Static method in class com.logicaldoc.util.io.FileUtil
 
toLocale(String) - Static method in class com.logicaldoc.util.LocaleUtil
Creates the locale from a string
transferred(long, long) - Method in interface com.logicaldoc.util.io.CountingRequestEntity.ProgressListener
 

U

unjar(String, String) - Static method in class com.logicaldoc.util.io.JarUtil
This method extracts all entries of a jar-file.
unjar(String, String, String) - Static method in class com.logicaldoc.util.io.JarUtil
This method extracts one entry of a jar-file.
unzip(String, String) - Static method in class com.logicaldoc.util.io.ZipUtil
This method extracts all entries of a zip-file.
unzip(String, String, String) - Static method in class com.logicaldoc.util.io.ZipUtil
This method extracts all entries of a zip-file specifying the encoding.
unzipEntry(String, String, String) - Static method in class com.logicaldoc.util.io.ZipUtil
This method extracts one entry of a zip-file.
upload() - Method in class com.logicaldoc.util.io.HttpUpload
 
UploadFile() - Method in class com.logicaldoc.util.io.HttpUpload
 

V

valueOf(String) - Static method in enum com.logicaldoc.util.config.WebConfigurator.INIT_PARAM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.logicaldoc.util.event.SystemEventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.logicaldoc.util.time.TimeDiff.TimeField
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.logicaldoc.util.config.WebConfigurator.INIT_PARAM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.logicaldoc.util.event.SystemEventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.logicaldoc.util.time.TimeDiff.TimeField
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebConfigurator - Class in com.logicaldoc.util.config
Configurator for the web.xml file
WebConfigurator(String) - Constructor for class com.logicaldoc.util.config.WebConfigurator
 
WebConfigurator.INIT_PARAM - Enum in com.logicaldoc.util.config
 
write() - Method in class com.logicaldoc.util.config.ContextConfigurator
 
write() - Method in class com.logicaldoc.util.config.ContextProperties
This method saves the properties-file connected by ContextProperties.
write() - Method in class com.logicaldoc.util.config.LoggingConfigurator
 
write(byte[], int, int) - Method in class com.logicaldoc.util.io.CountingRequestEntity.CountingOutputStream
 
write(int) - Method in class com.logicaldoc.util.io.CountingRequestEntity.CountingOutputStream
 
writeFields(Vector<String>) - Method in class com.logicaldoc.util.csv.CSVFileWriter
Join the fields and write them as a new line to the CSV file.
writeFile(InputStream, String) - Static method in class com.logicaldoc.util.io.FileUtil
 
writeFile(String, String) - Static method in class com.logicaldoc.util.io.FileUtil
 
writeRequest(OutputStream) - Method in class com.logicaldoc.util.io.CountingRequestEntity
 
writeToString(Reader) - Static method in class com.logicaldoc.util.StringUtil
Writes to UFT-8 encoding.
writeToString(Reader, String) - Static method in class com.logicaldoc.util.StringUtil
Writes the content from the reader in a string encoded as specified.
writeToString(InputStream, String) - Static method in class com.logicaldoc.util.StringUtil
 
writeUTF8(String, File, boolean) - Static method in class com.logicaldoc.util.io.FileUtil
 
writeXMLDoc() - Method in class com.logicaldoc.util.config.XMLBean
This method saves the xml-file connected by XMLBean.

X

xml - Variable in class com.logicaldoc.util.config.ContextConfigurator
 
XMLBean - Class in com.logicaldoc.util.config
Class for using xml-files.
XMLBean(String) - Constructor for class com.logicaldoc.util.config.XMLBean
Creates new XMLBean.
XMLBean(URL) - Constructor for class com.logicaldoc.util.config.XMLBean
Creates new XMLBean.
XMLBean(InputStream) - Constructor for class com.logicaldoc.util.config.XMLBean
Creates new XMLBean from an input stream; XMLBean is read-only!!!

Z

zipFile(File, File) - Static method in class com.logicaldoc.util.io.ZipUtil
Compress a single file
zipFolder(File, File) - Static method in class com.logicaldoc.util.io.ZipUtil
Zips a folder into a .zip archive
ZipUtil - Class in com.logicaldoc.util.io
This class is for handling with zip-files.
ZipUtil() - Constructor for class com.logicaldoc.util.io.ZipUtil
 
A B C D E F G H I J L M N O P R S T U V W X Z 

Copyright © 2008-2014 Logical Objects. All Rights Reserved.