- GB - Static variable in class org.nuxeo.common.utils.SizeUtils
-
- generateId(String, String, boolean, int) - Static method in class org.nuxeo.common.utils.IdUtils
-
Generates an id from a non-null String.
- generateId(String) - Static method in class org.nuxeo.common.utils.IdUtils
-
- generateLongId() - Static method in class org.nuxeo.common.utils.IdUtils
-
Generates an unique long identifier.
- generatePathSegment(String) - Static method in class org.nuxeo.common.utils.IdUtils
-
- generateStringId() - Static method in class org.nuxeo.common.utils.IdUtils
-
Generates an unique string identifier.
- get(K) - Method in class org.nuxeo.common.collections.ArrayMap
-
- get(int) - Method in class org.nuxeo.common.collections.ArrayMap
-
- get() - Method in class org.nuxeo.common.collections.DependencyTree.Entry
-
- get(K) - Method in class org.nuxeo.common.collections.DependencyTree
-
- get(K) - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- get(int) - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- get(String) - Method in interface org.nuxeo.common.utils.Vars.Resolver
-
- getArray() - Method in class org.nuxeo.common.collections.ArrayMap
-
- getArray() - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- getAttributeValue(Context, Node, String) - Method in class org.nuxeo.common.xmap.XValueFactory
-
- getBranchQualifier() - Method in class org.nuxeo.common.utils.XidImpl
-
- getBuilderFactory() - Static method in class org.nuxeo.common.xmap.DOMSerializer
-
- getBytes(char[]) - Static method in class org.nuxeo.common.codec.Crypto
-
Utility method to get byte[] from char[] since it is recommended to store passwords in
char[] rather than in String.
- getChars(byte[]) - Static method in class org.nuxeo.common.codec.Crypto
-
Utility method to get char[] from bytes[] since it is recommended to store passwords in
char[] rather than in String.
- getCommandLineArguments() - Method in class org.nuxeo.common.Environment
-
- getConfig() - Method in class org.nuxeo.common.Environment
-
- getConfigurationFile() - Method in class org.nuxeo.common.server.WebApplication
-
- getConfigurationProvider() - Method in class org.nuxeo.common.Environment
-
- getConnection(String, String, String) - Static method in class org.nuxeo.common.utils.JDBCUtils
-
- getConnection(DataSource) - Static method in class org.nuxeo.common.utils.JDBCUtils
-
- getContentAsFragment(Element) - Static method in class org.nuxeo.common.xmap.DOMSerializer
-
- getContextPath() - Method in class org.nuxeo.common.server.WebApplication
-
- getCrypto() - Method in class org.nuxeo.common.codec.CryptoProperties
-
- getData() - Method in class org.nuxeo.common.Environment
-
- getDefault() - Static method in class org.nuxeo.common.Environment
-
- getDefaultProperties() - Method in class org.nuxeo.common.codec.CryptoProperties.PropertiesGetDefaults
-
- getDefaults() - Method in class org.nuxeo.common.codec.CryptoProperties.PropertiesGetDefaults
-
- getDefaultScopeValues() - Method in class org.nuxeo.common.collections.ScopedMap
-
Creates a Map with entries from DEFAULT scope.
- getDependsOnMe() - Method in class org.nuxeo.common.collections.DependencyTree.Entry
-
- getDirectoryManifest(File) - Static method in class org.nuxeo.common.utils.JarUtils
-
- getElementNode(Node, String) - Static method in class org.nuxeo.common.xmap.DOMHelper
-
Gets the first child element node having the given name.
- getElementNode(Node, Path) - Static method in class org.nuxeo.common.xmap.DOMHelper
-
- getElementValue(Context, Node, boolean) - Method in class org.nuxeo.common.xmap.XValueFactory
-
- getEntries() - Method in class org.nuxeo.common.collections.DependencyTree
-
- getEntry(K) - Method in class org.nuxeo.common.collections.DependencyTree
-
- getEntryContentAsBytes(File, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
Unzips directly the entry.
- getEntryContentAsBytes(InputStream, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryContentAsBytes(URL, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryContentAsStream(File, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
Unzip directly the entry.
- getEntryContentAsStream(InputStream, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryContentAsStream(URL, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryContentAsString(File, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
Unzip directly the entry.
- getEntryContentAsString(InputStream, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryContentAsString(URL, String) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryNames(File) - Static method in class org.nuxeo.common.utils.ZipUtils
-
Lists the entries on the zip file.
- getEntryNames(InputStream) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getEntryNames(URL) - Static method in class org.nuxeo.common.utils.ZipUtils
-
- getFactory() - Static method in class org.nuxeo.common.xmap.XMap
-
- getFactory(Class) - Static method in class org.nuxeo.common.xmap.XValueFactory
-
- getFile(String) - Method in interface org.nuxeo.common.file.FileCache
-
Gets a file from the cache.
- getFile(String) - Method in class org.nuxeo.common.file.LRUFileCache
-
- getFile() - Method in class org.nuxeo.common.utils.FileRef.ExactFileRef
-
- getFile() - Method in class org.nuxeo.common.utils.FileRef
-
Gets the file referenced by this object.
- getFile() - Method in class org.nuxeo.common.utils.FileRef.PatternFileRef
-
- getFileExtension(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getFileExtension() - Method in class org.nuxeo.common.utils.Path
-
- getFileFromURL(URL) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getFileName(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getFileNameFromPath(String) - Static method in class org.nuxeo.common.utils.Path
-
Gets the name of the icon file so that it can be displayed as alt text.
- getFileNameNoExt(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getFilePathFromUrl(URL) - Static method in class org.nuxeo.common.utils.FileUtils
-
Decodes an URL path so that is can be processed as a filename later.
- getFilter() - Method in class org.nuxeo.common.utils.FileTreeIterator
-
- getFormatId() - Method in class org.nuxeo.common.utils.XidImpl
-
- getGlobalTransactionId() - Method in class org.nuxeo.common.utils.XidImpl
-
- getHome() - Method in class org.nuxeo.common.Environment
-
- getHostApplicationName() - Method in class org.nuxeo.common.Environment
-
- getHostApplicationVersion() - Method in class org.nuxeo.common.Environment
-
- getInputStream() - Method in class org.nuxeo.common.utils.ZipIterator
-
- getJarManifest(File) - Static method in class org.nuxeo.common.utils.JarUtils
-
- getKey(Object) - Method in class org.nuxeo.common.collections.ArrayMap
-
- getKey(int) - Method in class org.nuxeo.common.collections.ArrayMap
-
- getKey() - Method in class org.nuxeo.common.collections.DependencyTree.Entry
-
- getKey(Serializable) - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- getKey(int) - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- getKey() - Method in class org.nuxeo.common.utils.FileMatcher
-
- getKey() - Method in class org.nuxeo.common.utils.FileRef.PatternFileRef
-
- getKeys() - Method in class org.nuxeo.common.utils.Registry
-
- getKeysFromKeyStore(String, char[], String, char[]) - Static method in class org.nuxeo.common.codec.Crypto
-
Extract secret keys from a keystore looking for keyAlias + algorithm
- getListeners() - Method in class org.nuxeo.common.collections.ListenerList
-
Returns an array containing all the registered listeners.
- getListenersCopy() - Method in class org.nuxeo.common.collections.ListenerList
-
- getLog() - Method in class org.nuxeo.common.Environment
-
- getManifest(File) - Static method in class org.nuxeo.common.utils.JarUtils
-
- getManifest(URL) - Static method in class org.nuxeo.common.utils.JarUtils
-
- getMatcher(String) - Static method in class org.nuxeo.common.utils.FileMatcher
-
- getMatcher(File) - Static method in class org.nuxeo.common.utils.FileMatcher
-
- getMatchingFile(String, Map<String, Object>) - Static method in class org.nuxeo.common.utils.FileMatcher
-
Look for a matching file for the given path.
- getMessageString(String, String, Object[], Locale) - Static method in class org.nuxeo.common.utils.i18n.I18NUtils
-
- getMissingRequirements() - Method in class org.nuxeo.common.collections.DependencyTree
-
- getName() - Method in class org.nuxeo.common.server.DataSource
-
- getName() - Method in class org.nuxeo.common.server.WebApplication
-
- getName() - Method in class org.nuxeo.common.utils.Registry
-
- getNextEntry() - Method in class org.nuxeo.common.utils.ZipIterator
-
- getNodeValue(Element, Path) - Static method in class org.nuxeo.common.xmap.DOMHelper
-
Gets the value of the node at the given path relative to the given base element.
- getNumberOfItems() - Method in interface org.nuxeo.common.file.FileCache
-
Gets the number of items in the cache.
- getNumberOfItems() - Method in class org.nuxeo.common.file.LRUFileCache
-
- getObject() - Method in class org.nuxeo.common.xmap.Context
-
- getObjectByName(String) - Method in class org.nuxeo.common.utils.Registry
-
- getOrCreateElement(Element, Path) - Static method in class org.nuxeo.common.xmap.XMLBuilder
-
- getParent() - Method in class org.nuxeo.common.xmap.Context
-
- getParentPath(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getPath() - Method in class org.nuxeo.common.xmap.XAnnotatedObject
-
- getPattern() - Method in class org.nuxeo.common.utils.FileMatcher
-
- getPendingEntries() - Method in class org.nuxeo.common.collections.DependencyTree
-
- getPendingObjects() - Method in class org.nuxeo.common.collections.DependencyTree
-
- getProperties() - Method in class org.nuxeo.common.Environment
-
- getProperty(String) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- getProperty(String, boolean) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- getProperty(String) - Method in class org.nuxeo.common.Environment
-
- getProperty(String, String) - Method in class org.nuxeo.common.Environment
-
- getProperty(String) - Method in class org.nuxeo.common.xmap.Context
-
- getQualifier() - Method in class org.nuxeo.common.utils.FileVersion
-
- getRawProperty(String) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- getRawProperty(String, String) - Method in class org.nuxeo.common.codec.CryptoProperties
-
Searches for the property with the specified key in this property list.
- getRequestParameters(String) - Static method in class org.nuxeo.common.utils.URIUtils
-
- getResolvedEntries() - Method in class org.nuxeo.common.collections.DependencyTree
-
Entries are sorted so an entry never depends on entries on its right.
- getResolvedObjects() - Method in class org.nuxeo.common.collections.DependencyTree
-
- getResource(String) - Method in class org.nuxeo.common.xmap.Context
-
- getResourceFileFromContext(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
- getResourcePathFromContext(String) - Static method in class org.nuxeo.common.utils.FileUtils
-
Retrieves the total path of a resource from the Thread Context.
- getRootCause(Throwable) - Static method in class org.nuxeo.common.utils.ExceptionUtils
-
Gets the root cause of the given Throwable.
- getRootObjects() - Method in class org.nuxeo.common.xmap.XMap
-
Gets the root objects.
- getRuntimeHome() - Method in class org.nuxeo.common.Environment
-
- getScannedObjects() - Method in class org.nuxeo.common.xmap.XMap
-
Gets a list of scanned objects.
- getScopedKey(String) - Method in enum org.nuxeo.common.collections.ScopeType
-
- getScopedValue(ScopeType, String) - Method in class org.nuxeo.common.collections.ScopedMap
-
Gets value for given scope and given key.
- getScopedValue(String) - Method in class org.nuxeo.common.collections.ScopedMap
-
Gets value for given key using default scope.
- getScopePrefix() - Method in enum org.nuxeo.common.collections.ScopeType
-
- getScopeValues(ScopeType) - Method in class org.nuxeo.common.collections.ScopedMap
-
Creates a Map with entries from specified scope.
- getSecretKey(String, byte[]) - Method in class org.nuxeo.common.codec.Crypto
-
- getServerHome() - Method in class org.nuxeo.common.Environment
-
- getSHA1Digest(byte[]) - Method in class org.nuxeo.common.codec.Crypto
-
- getSHA1DigestOrEmpty(byte[]) - Method in class org.nuxeo.common.codec.Crypto
-
- getSize() - Method in interface org.nuxeo.common.file.FileCache
-
Gets the size of the cache, in bytes.
- getSize() - Method in class org.nuxeo.common.file.LRUFileCache
-
- getSplitVersion() - Method in class org.nuxeo.common.utils.FileVersion
-
- getStack() - Static method in class org.nuxeo.common.utils.URLStreamHandlerFactoryInstaller
-
Get the underlying stack.
- getTemp() - Method in class org.nuxeo.common.Environment
-
- getTempFile() - Method in interface org.nuxeo.common.file.FileCache
-
Creates a temporary file.
- getTempFile() - Method in class org.nuxeo.common.file.LRUFileCache
-
- getType() - Method in interface org.nuxeo.common.xmap.XAccessor
-
Gets the type of the object to be set by this setter.
- getType() - Method in class org.nuxeo.common.xmap.XFieldAccessor
-
- getType() - Method in class org.nuxeo.common.xmap.XMethodAccessor
-
- getURIPath(String) - Static method in class org.nuxeo.common.utils.URIUtils
-
Returns an URI path given the uri.
- getURIQuery(Map<String, String>) - Static method in class org.nuxeo.common.utils.URIUtils
-
Creates an URI query given the request parameters.
- getValue() - Method in class org.nuxeo.common.utils.FileMatcher
-
- getValue() - Method in class org.nuxeo.common.utils.FileRef.PatternFileRef
-
- getValue(Object) - Method in interface org.nuxeo.common.xmap.XAccessor
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedContent
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedContext
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedList
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedMap
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedMember
-
- getValue(Context, Element) - Method in class org.nuxeo.common.xmap.XAnnotatedParent
-
- getValue(Object) - Method in class org.nuxeo.common.xmap.XFieldAccessor
-
- getValue(Object) - Method in class org.nuxeo.common.xmap.XMethodAccessor
-
- getValue(Context, Class, String) - Static method in class org.nuxeo.common.xmap.XValueFactory
-
- getValueFactory(Class<?>) - Method in class org.nuxeo.common.xmap.XMap
-
Gets the value factory used for objects of the given class.
- getVariable(String) - Method in class org.nuxeo.common.utils.TextTemplate
-
- getVariables() - Method in class org.nuxeo.common.utils.TextTemplate
-
- getVersion() - Method in class org.nuxeo.common.utils.FileVersion
-
- getVersionWithoutQualifier() - Method in class org.nuxeo.common.utils.FileVersion
-
- getVersionWithoutSnapshot() - Method in class org.nuxeo.common.utils.FileVersion
-
- getWaitsFor() - Method in class org.nuxeo.common.collections.DependencyTree.Entry
-
- getWeb() - Method in class org.nuxeo.common.Environment
-
- getWebRoot() - Method in class org.nuxeo.common.server.WebApplication
-
- getXAConnection(XADataSource) - Static method in class org.nuxeo.common.utils.JDBCUtils
-
- getZipFile() - Method in class org.nuxeo.common.utils.ZipFileIterator
-
- greaterThan(FileVersion) - Method in class org.nuxeo.common.utils.FileVersion
-
- grow() - Method in class org.nuxeo.common.collections.ArrayMap
-
- grow() - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- GROW_SIZE - Static variable in class org.nuxeo.common.collections.ArrayMap
-
- GROW_SIZE - Static variable in class org.nuxeo.common.collections.SerializableArrayMap
-
- gtrid - Variable in class org.nuxeo.common.utils.XidImpl
-
- Labeler - Class in org.nuxeo.common.utils.i18n
-
- Labeler(String) - Constructor for class org.nuxeo.common.utils.i18n.Labeler
-
- last - Variable in class org.nuxeo.common.utils.TextTemplate.EscapeVariableFilter
-
- lastSegment() - Method in class org.nuxeo.common.utils.Path
-
- lessThan(FileVersion) - Method in class org.nuxeo.common.utils.FileVersion
-
- ListenerList - Class in org.nuxeo.common.collections
-
Internal class to maintain a list of listeners.
- ListenerList() - Constructor for class org.nuxeo.common.collections.ListenerList
-
Creates a listener list.
- ListenerList(Comparator<?>) - Constructor for class org.nuxeo.common.collections.ListenerList
-
- ListenerList(int, Comparator<?>) - Constructor for class org.nuxeo.common.collections.ListenerList
-
Creates a listener list using the provided comparison mode.
- load(Reader) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- load(InputStream) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- load(URL) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML file at the given URL using a default context.
- load(Context, URL) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML file at the given URL and using the given contexts.
- load(InputStream) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML content from the given input stream using a default context.
- load(Context, InputStream) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML content from the given input stream using the given context.
- load(Element) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the given DOM element and return the first mappable object found in the element.
- load(Context, Element) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the given DOM element and return the first mappable object found in the element.
- loadAll(URL) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML file at the given URL using a default context.
- loadAll(Context, URL) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML file at the given URL using the given context
Return a list with all registered top level objects that are found in the file.
- loadAll(InputStream) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML from the given input stream using the given context.
- loadAll(Context, InputStream) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the XML from the given input stream using the given context.
- loadAll(Context, Element) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the given DOM element and return a list with all top-level mappable objects found in the element.
- loadAll(Element) - Method in class org.nuxeo.common.xmap.XMap
-
Processes the given DOM element and return a list with all top-level mappable objects found in the element.
- loadAll(Element, Collection<Object>) - Method in class org.nuxeo.common.xmap.XMap
-
- loadAll(Context, Element, Collection<Object>) - Method in class org.nuxeo.common.xmap.XMap
-
- loadClass(String) - Method in class org.nuxeo.common.xmap.Context
-
- loadFragment(Element, String) - Static method in class org.nuxeo.common.xmap.DOMHelper
-
Parses a string containing XML and returns a DocumentFragment containing the nodes of the parsed XML.
- loadFromXML(InputStream) - Method in class org.nuxeo.common.codec.CryptoProperties
-
- loadProperties(Properties) - Method in class org.nuxeo.common.Environment
-
- log - Variable in class org.nuxeo.common.Environment
-
- LOG_DIR - Static variable in class org.nuxeo.common.Environment
-
- LogHandler() - Constructor for class org.nuxeo.common.logging.JavaUtilLoggingHelper.LogHandler
-
- LONG - Static variable in class org.nuxeo.common.xmap.XValueFactory
-
- LRUFileCache - Class in org.nuxeo.common.file
-
A LRU cache of
Files with maximum filesystem size.
- LRUFileCache(File, long) - Constructor for class org.nuxeo.common.file.LRUFileCache
-
Constructs a cache in the given directory with the given maximum size (in bytes).
- LRUFileCache.PathInfo - Class in org.nuxeo.common.file
-
- LRUFileCache.RegularFileFilter - Class in org.nuxeo.common.file
-
Filter keeping regular files that aren't temporary.
- safeClose(Closeable) - Static method in class org.nuxeo.common.utils.FileUtils
-
- saveToXML(Object, Element, XAnnotatedObject) - Static method in class org.nuxeo.common.xmap.XMLBuilder
-
- ScopedMap - Class in org.nuxeo.common.collections
-
Scoped map holding data for a given scope.
- ScopedMap() - Constructor for class org.nuxeo.common.collections.ScopedMap
-
- ScopeType - Enum in org.nuxeo.common.collections
-
Scope type definitions for a scoped map.
- segment(int) - Method in class org.nuxeo.common.utils.Path
-
- segmentCount() - Method in class org.nuxeo.common.utils.Path
-
- segments() - Method in class org.nuxeo.common.utils.Path
-
- SerializableArrayMap<K,V> - Class in org.nuxeo.common.collections
-
A mixture of an array list and a map used to store small table of elements using both indices and keys.
- SerializableArrayMap() - Constructor for class org.nuxeo.common.collections.SerializableArrayMap
-
- SerializableArrayMap(int) - Constructor for class org.nuxeo.common.collections.SerializableArrayMap
-
- SerializableArrayMap(Map) - Constructor for class org.nuxeo.common.collections.SerializableArrayMap
-
- SerializableArrayMap(SerializableArrayMap) - Constructor for class org.nuxeo.common.collections.SerializableArrayMap
-
- SerializableHelper - Class in org.nuxeo.common.utils
-
Helper to test object serialization.
- serialize(Context, Object) - Method in class org.nuxeo.common.xmap.XValueFactory
-
- serializeUnserialize(Object) - Static method in class org.nuxeo.common.utils.SerializableHelper
-
Serializes and unserializes back an object to test whether it is correctly rebuilt (to be used in unit tests as
sanity checks).
- SERVER_STATUS_KEY - Static variable in class org.nuxeo.common.Environment
-
- setCommandLineArguments(String[]) - Method in class org.nuxeo.common.Environment
-
- setConfig(File) - Method in class org.nuxeo.common.Environment
-
- setConfigurationProvider(Iterable<URL>) - Method in class org.nuxeo.common.Environment
-
- setData(File) - Method in class org.nuxeo.common.Environment
-
- setDefault(Environment) - Static method in class org.nuxeo.common.Environment
-
- setEventHandler(DependencyTree.EventHandler<T>) - Method in class org.nuxeo.common.collections.DependencyTree
-
- setFilter(FileFilter) - Method in class org.nuxeo.common.utils.FileTreeIterator
-
- setFreemarkerParsingExtensions(String) - Method in class org.nuxeo.common.utils.TextTemplate
-
- setHostApplicationName(String) - Method in class org.nuxeo.common.Environment
-
- setHostApplicationVersion(String) - Method in class org.nuxeo.common.Environment
-
- setIsApplicationServer(boolean) - Method in class org.nuxeo.common.Environment
-
- setKeepEncryptedAsVar(boolean) - Method in class org.nuxeo.common.utils.TextTemplate
-
Whether to replace or not the variables which value is encrypted.
- setKeyInKeyStore(String, char[], String, char[], SecretKey) - Static method in class org.nuxeo.common.codec.Crypto
-
Store a key in a keystore.
- setLog(File) - Method in class org.nuxeo.common.Environment
-
- setParsingExtensions(String) - Method in class org.nuxeo.common.utils.TextTemplate
-
- setProperty(String, String) - Method in class org.nuxeo.common.Environment
-
- setProperty(String, Object) - Method in class org.nuxeo.common.xmap.Context
-
- setRuntimeHome(File) - Method in class org.nuxeo.common.Environment
-
- setServerHome(File) - Method in class org.nuxeo.common.Environment
-
- setTemp(File) - Method in class org.nuxeo.common.Environment
-
- setTextParsingExtensions(String) - Method in class org.nuxeo.common.utils.TextTemplate
-
- setTrim(boolean) - Method in class org.nuxeo.common.utils.TextTemplate
-
Set to true in order to trim invisible characters (spaces) from values.
- setValue(Object, Object) - Method in interface org.nuxeo.common.xmap.XAccessor
-
Sets the value of the underlying member.
- setValue(Object, Object) - Method in class org.nuxeo.common.xmap.XAnnotatedMember
-
- setValue(Object, Object) - Method in class org.nuxeo.common.xmap.XFieldAccessor
-
- setValue(Object, Object) - Method in class org.nuxeo.common.xmap.XMethodAccessor
-
- setValueFactory(Class<?>, XValueFactory) - Method in class org.nuxeo.common.xmap.XMap
-
Sets a custom value factory for the given class.
- setVariable(String, String) - Method in class org.nuxeo.common.utils.TextTemplate
-
- setVariables(Map<String, String>) - Method in class org.nuxeo.common.utils.TextTemplate
-
- setWeb(File) - Method in class org.nuxeo.common.Environment
-
- SIMPLE_ASCII - Static variable in class org.nuxeo.common.file.LRUFileCache
-
Allowed key pattern, used as file path.
- size() - Method in class org.nuxeo.common.collections.ArrayMap
-
- size() - Method in class org.nuxeo.common.collections.ListenerList
-
Returns the number of registered listeners.
- size() - Method in class org.nuxeo.common.collections.SerializableArrayMap
-
- size - Variable in class org.nuxeo.common.file.LRUFileCache.PathInfo
-
- size() - Method in class org.nuxeo.common.utils.Registry
-
- size() - Method in class org.nuxeo.common.utils.URLStreamHandlerFactoryInstaller.FactoryStack
-
- SizeUtils - Class in org.nuxeo.common.utils
-
Class containing helpers related to the expression of sizes in bytes, kilobytes, etc.
- SNAPSHOT - Static variable in class org.nuxeo.common.utils.FileVersion
-
- snapshot - Variable in class org.nuxeo.common.utils.FileVersion
-
- specialQualifier - Variable in class org.nuxeo.common.utils.FileVersion
-
- split(String) - Method in class org.nuxeo.common.utils.FileVersion
-
- split(String, char, boolean) - Static method in class org.nuxeo.common.utils.StringUtils
-
- splitVersion - Variable in class org.nuxeo.common.utils.FileVersion
-
- STOP_WORDS - Static variable in class org.nuxeo.common.utils.FullTextUtils
-
- stopWords - Static variable in class org.nuxeo.common.utils.FullTextUtils
-
- STRING - Static variable in class org.nuxeo.common.xmap.XValueFactory
-
- StringUtils - Class in org.nuxeo.common.utils
-
Utils for String manipulations.
- STUPID_REGEXP - Static variable in class org.nuxeo.common.utils.IdUtils
-