- 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() - 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.
- 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
-
- EasySSLProtocolSocketFactory - Class in com.logicaldoc.util.io
-
EasySSLProtocolSocketFactory can be used to creats SSL
Socket
s 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.
- 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
- 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
-