- abs(int) - Static method in class com.phloc.commons.math.MathHelper
-
- abs(long) - Static method in class com.phloc.commons.math.MathHelper
-
- abs(float) - Static method in class com.phloc.commons.math.MathHelper
-
This is a sanity method wrapping Math.abs (float), so that you
don't have to think whether you need to invoke the abs method from this
class or the one from Math directly.
- abs(double) - Static method in class com.phloc.commons.math.MathHelper
-
This is a sanity method wrapping Math.abs (double), so that
you don't have to think whether you need to invoke the abs method from this
class or the one from Math directly.
- abs(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
This is a sanity method wrapping BigDecimal.abs (double), so
that you don't have to think whether you need to invoke the abs method from
this class or the one from BigDecimal directly.
- abs(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
This is a sanity method wrapping BigInteger.abs (double), so
that you don't have to think whether you need to invoke the abs method from
this class or the one from BigInteger directly.
- AbstractCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
-
- AbstractCache(String) - Constructor for class com.phloc.commons.cache.AbstractCache
-
- AbstractChangeLogEntry - Class in com.phloc.commons.changelog
-
Base class for all changelog entries
- AbstractChangeLogEntry(Date) - Constructor for class com.phloc.commons.changelog.AbstractChangeLogEntry
-
Constructor.
- AbstractChildrenProviderWithUniqueIDHasChildren<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
-
- AbstractChildrenProviderWithUniqueIDHasChildren() - Constructor for class com.phloc.commons.parent.impl.AbstractChildrenProviderWithUniqueIDHasChildren
-
- AbstractCodec - Class in com.phloc.commons.codec
-
Abstract base class for codec
- AbstractCodec() - Constructor for class com.phloc.commons.codec.AbstractCodec
-
- AbstractCodepointIterator - Class in com.phloc.commons.i18n
-
Provides an iterator over Unicode Codepoints
- AbstractCodepointIterator() - Constructor for class com.phloc.commons.i18n.AbstractCodepointIterator
-
- AbstractCodepointIterator(int, int) - Constructor for class com.phloc.commons.i18n.AbstractCodepointIterator
-
- AbstractCollationComparator<DATATYPE> - Class in com.phloc.commons.compare
-
An abstract implementation of a
Comparator that uses
collations for ordering.
- AbstractCollationComparator() - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default locale
Collator and default sort order.
- AbstractCollationComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default locale
Collator and default sort order and
a nested comparator.
- AbstractCollationComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default locale
Collator.
- AbstractCollationComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default locale
Collator and a nested comparator.
- AbstractCollationComparator(Locale) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default sort order and specified sort locale.
- AbstractCollationComparator(Locale, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Comparator with default sort order but special locale and a nested
comparator.
- AbstractCollationComparator(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with locale and sort order.
- AbstractCollationComparator(Locale, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with locale and sort order and a nested comparator.
- AbstractCollationComparator(Collator) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with
Collator using the default sort order
- AbstractCollationComparator(Collator, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with
Collator using the default sort order and a nested
comparator.
- AbstractCollationComparator(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with
Collator and sort order.
- AbstractCollationComparator(Collator, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractCollationComparator
-
Constructor with
Collator and sort order and a nested comparator.
- AbstractComparator<DATATYPE> - Class in com.phloc.commons.compare
-
Abstract comparator class that supports a sort order.
- AbstractComparator() - Constructor for class com.phloc.commons.compare.AbstractComparator
-
Comparator with default sort order and no nested comparator.
- AbstractComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractComparator
-
Constructor with sort order.
- AbstractComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractComparator
-
Comparator with default sort order and a nested comparator.
- AbstractComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractComparator
-
Comparator with sort order and a nested comparator.
- AbstractConcurrentCollector<DATATYPE> - Class in com.phloc.commons.concurrent.collector
-
Abstract concurrent collector.
- AbstractConcurrentCollector(int) - Constructor for class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
-
Constructor.
- AbstractEnumTextResolverWithOverrideAndFallback - Class in com.phloc.commons.text.resolve
-
Resolves texts either from an override, a text provider or otherwise uses a
fallback, based on the given enum constant.
- AbstractEnumTextResolverWithOverrideAndFallback() - Constructor for class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
- AbstractFileFilter - Class in com.phloc.commons.io.file.filter
-
Abstract base implementation of
FileFilter with some conversion
methods.
- AbstractFileFilter() - Constructor for class com.phloc.commons.io.file.filter.AbstractFileFilter
-
- AbstractFilter<DATATYPE> - Class in com.phloc.commons.filter
-
An abstract implementation of
IFilter that has an optional nested
filter.
- AbstractFilter() - Constructor for class com.phloc.commons.filter.AbstractFilter
-
- AbstractFilter(IFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.AbstractFilter
-
- AbstractFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.folder
-
The default folder tree item factory implementation.
- AbstractFolderTreeItemFactory(ICombinator<KEYTYPE>) - Constructor for class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
-
- AbstractIntegerComparator<DATATYPE> - Class in com.phloc.commons.compare
-
Abstract comparator that handles values that can be represented as long
values.
- AbstractIntegerComparator() - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
-
- AbstractIntegerComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
-
Compare with a special order.
- AbstractIntegerComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
-
Comparator with default sort order and a nested comparator.
- AbstractIntegerComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractIntegerComparator
-
Comparator with sort order and a nested comparator.
- AbstractJAXBMarshaller<JAXBTYPE> - Class in com.phloc.commons.jaxb.utils
-
This is the abstract reader and writer base class for JAXB enabled document
types.
- AbstractJAXBMarshaller(Class<JAXBTYPE>, IReadableResource) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Constructor.
- AbstractJAXBMarshaller(Class<JAXBTYPE>, List<? extends IReadableResource>) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Constructor.
- AbstractJAXBMarshaller(Class<JAXBTYPE>, IReadableResource...) - Constructor for class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Constructor.
- AbstractMessageDigestGenerator - Class in com.phloc.commons.messagedigest
-
Base class for creating a cryptographic hash value.
- AbstractMessageDigestGenerator() - Constructor for class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
-
- AbstractMicroNode - Class in com.phloc.commons.microdom.impl
-
This is an abstract base class for the micro document object model.
- AbstractMicroNode() - Constructor for class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- AbstractMicroNodeWithChildren - Class in com.phloc.commons.microdom.impl
-
Basic implementation class for the micro document object model.
- AbstractMicroNodeWithChildren() - Constructor for class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- AbstractMultiConcurrentHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiConcurrentHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- AbstractMultiConcurrentHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- AbstractMultiConcurrentHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- AbstractMultiConcurrentHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- AbstractMultiConcurrentHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiConcurrentHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
-
- AbstractMultiConcurrentHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
-
- AbstractMultiConcurrentHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
-
- AbstractMultiConcurrentHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapListBased
-
- AbstractMultiConcurrentHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiConcurrentHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
-
- AbstractMultiConcurrentHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
-
- AbstractMultiConcurrentHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
-
- AbstractMultiConcurrentHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMapSetBased
-
- AbstractMultiHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
-
Abstract multi map based on
HashMap.
- AbstractMultiHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- AbstractMultiHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- AbstractMultiHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- AbstractMultiHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- AbstractMultiHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
-
- AbstractMultiHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
-
- AbstractMultiHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
-
- AbstractMultiHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapListBased
-
- AbstractMultiHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
Abstract multi map based on
HashMap and
Set values.
- AbstractMultiHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
-
- AbstractMultiHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
-
- AbstractMultiHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
-
- AbstractMultiHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiHashMapSetBased
-
- AbstractMultiLinkedHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiLinkedHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- AbstractMultiLinkedHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- AbstractMultiLinkedHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- AbstractMultiLinkedHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- AbstractMultiLinkedHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiLinkedHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
-
- AbstractMultiLinkedHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
-
- AbstractMultiLinkedHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
-
- AbstractMultiLinkedHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapListBased
-
- AbstractMultiLinkedHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiLinkedHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
-
- AbstractMultiLinkedHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
-
- AbstractMultiLinkedHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
-
- AbstractMultiLinkedHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMapSetBased
-
- AbstractMultiTreeMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
-
Abstract multi map based on
TreeMap.
- AbstractMultiTreeMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- AbstractMultiTreeMap(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- AbstractMultiTreeMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- AbstractMultiTreeMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- AbstractMultiTreeMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- AbstractMultiTreeMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiTreeMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
-
- AbstractMultiTreeMapListBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
-
- AbstractMultiTreeMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
-
- AbstractMultiTreeMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
-
- AbstractMultiTreeMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapListBased
-
- AbstractMultiTreeMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
Abstract multi map based on
TreeMap and
Set values.
- AbstractMultiTreeMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
-
- AbstractMultiTreeMapSetBased(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
-
- AbstractMultiTreeMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
-
- AbstractMultiTreeMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
-
- AbstractMultiTreeMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiTreeMapSetBased
-
- AbstractMultiWeakHashMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiWeakHashMap() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- AbstractMultiWeakHashMap(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- AbstractMultiWeakHashMap(KEYTYPE, COLLTYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- AbstractMultiWeakHashMap(Map<? extends KEYTYPE, ? extends COLLTYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- AbstractMultiWeakHashMapListBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiWeakHashMapListBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
-
- AbstractMultiWeakHashMapListBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
-
- AbstractMultiWeakHashMapListBased(KEYTYPE, List<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
-
- AbstractMultiWeakHashMapListBased(Map<? extends KEYTYPE, ? extends List<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapListBased
-
- AbstractMultiWeakHashMapSetBased<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.collections.multimap
-
- AbstractMultiWeakHashMapSetBased() - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
-
- AbstractMultiWeakHashMapSetBased(KEYTYPE, VALUETYPE) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
-
- AbstractMultiWeakHashMapSetBased(KEYTYPE, Set<VALUETYPE>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
-
- AbstractMultiWeakHashMapSetBased(Map<? extends KEYTYPE, ? extends Set<VALUETYPE>>) - Constructor for class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMapSetBased
-
- AbstractNamespaceContext - Class in com.phloc.commons.xml.namespace
-
Represents an abstract namespace context that does the predefined mapping as
stated in the Javadoc.
- AbstractNamespaceContext() - Constructor for class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- AbstractNotifyingCache<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
-
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
- AbstractNotifyingCache(String) - Constructor for class com.phloc.commons.cache.AbstractNotifyingCache
-
- AbstractNotifyingCacheWithMaxSize<KEYTYPE,VALUETYPE> - Class in com.phloc.commons.cache
-
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method and has an upper limit of elements that can
reside in the cache.
- AbstractNotifyingCacheWithMaxSize(String, int) - Constructor for class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
-
- AbstractNumericComparator<DATATYPE> - Class in com.phloc.commons.compare
-
Abstract comparator that handles values that can be represented as double
values.
- AbstractNumericComparator() - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
-
- AbstractNumericComparator(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
-
Compare with a special order.
- AbstractNumericComparator(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
-
Comparator with default sort order and a nested comparator.
- AbstractNumericComparator(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractNumericComparator
-
Comparator with sort order and a nested comparator.
- AbstractPartComparator<DATATYPE,PARTTYPE> - Class in com.phloc.commons.compare
-
This class is an
AbstractComparator that extracts a certain data
element from the main object to compare.
- AbstractPartComparator(Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
-
Comparator with default sort order and no nested comparator.
- AbstractPartComparator(ESortOrder, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
-
Constructor with sort order and no nested comparator.
- AbstractPartComparator(Comparator<? super DATATYPE>, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
-
Comparator with default sort order and a nested comparator.
- AbstractPartComparator(ESortOrder, Comparator<? super DATATYPE>, Comparator<? super PARTTYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparator
-
Constructor with sort order and a nested comparator.
- AbstractPartComparatorComparable<DATATYPE,PARTTYPE extends Comparable<? super PARTTYPE>> - Class in com.phloc.commons.compare
-
This class is an
AbstractComparator that extracts a certain data
element from the main object to compare.
- AbstractPartComparatorComparable() - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
-
Comparator with default sort order.
- AbstractPartComparatorComparable(ESortOrder) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
-
Constructor with sort order.
- AbstractPartComparatorComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
-
Comparator with default sort order and a nested comparator.
- AbstractPartComparatorComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.AbstractPartComparatorComparable
-
Comparator with sort order and a nested comparator.
- AbstractPersistingIntIDFactory - Class in com.phloc.commons.idfactory
-
- AbstractPersistingIntIDFactory(int) - Constructor for class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
-
- AbstractPersistingLongIDFactory - Class in com.phloc.commons.idfactory
-
- AbstractPersistingLongIDFactory(int) - Constructor for class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
-
- AbstractPhlocTestCase - Class in com.phloc.commons.mock
-
Base class for all JUnit tests requiring setup and teardown handling.
- AbstractPhlocTestCase() - Constructor for class com.phloc.commons.mock.AbstractPhlocTestCase
-
- AbstractReadonlyAttributeContainer - Class in com.phloc.commons.collections.attrs
-
Abstract base class for all kind of string-object mapping container.
- AbstractReadonlyAttributeContainer() - Constructor for class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- AbstractRFC1522Codec - Class in com.phloc.commons.codec
-
Implements methods common to all codecs defined in RFC 1522.
- AbstractRFC1522Codec() - Constructor for class com.phloc.commons.codec.AbstractRFC1522Codec
-
- AbstractSAXErrorHandler - Class in com.phloc.commons.xml.sax
-
java.xml error handler base class.
- AbstractSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
-
Constructor without parent error handler.
- AbstractSAXErrorHandler(ErrorHandler) - Constructor for class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
-
Constructor that takes a parent error handler to be called.
- AbstractSerializableFilter<DATATYPE> - Class in com.phloc.commons.filter
-
- AbstractSerializableFilter() - Constructor for class com.phloc.commons.filter.AbstractSerializableFilter
-
- AbstractSerializableFilter(ISerializableFilter<DATATYPE>) - Constructor for class com.phloc.commons.filter.AbstractSerializableFilter
-
- AbstractSerializerPhloc<NODETYPE> - Class in com.phloc.commons.xml.serialize
-
Abstract XML serializer implementation that works with IMicroNode and
org.w3c.dom.Node objects.
- AbstractSerializerPhloc(IXMLWriterSettings) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
-
- AbstractSerializerPhloc.NamespaceLevel - Class in com.phloc.commons.xml.serialize
-
Contains the XML namespace definitions for a single element.
- AbstractSerializerPhloc.NamespaceLevel(Map<String, String>) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
-
Extract all attribute starting with "xmlns" and create the appropriate
prefix mapping.
- AbstractSerializerPhloc.NamespaceStack - Class in com.phloc.commons.xml.serialize
-
Contains the hierarchy of XML namespaces within a document structure.
- AbstractSerializerPhloc.NamespaceStack(NamespaceContext) - Constructor for class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
- AbstractSimpleTextProvider - Class in com.phloc.commons.text.impl
-
An abstract implementation of the
ISimpleTextProvider that has
default implementations for the formatting things.
- AbstractSimpleTextProvider() - Constructor for class com.phloc.commons.text.impl.AbstractSimpleTextProvider
-
- AbstractSimpleURL - Class in com.phloc.commons.url
-
Abstraction of the string parts of a URL but much simpler (and faster) than
URL.
- AbstractSimpleURL() - Constructor for class com.phloc.commons.url.AbstractSimpleURL
-
- AbstractSimpleURL(String) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
-
- AbstractSimpleURL(String, Map<String, String>) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
-
- AbstractSimpleURL(String, Map<String, String>, String) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
-
- AbstractSimpleURL(IURLData) - Constructor for class com.phloc.commons.url.AbstractSimpleURL
-
- AbstractStringFormatter - Class in com.phloc.commons.format.impl
-
Base implementation class of the
IFormatter interface that provides
the common functionality.
- AbstractStringFormatter() - Constructor for class com.phloc.commons.format.impl.AbstractStringFormatter
-
Default constructor
- AbstractStringFormatter(IFormatter) - Constructor for class com.phloc.commons.format.impl.AbstractStringFormatter
-
- AbstractTextProvider - Class in com.phloc.commons.text.impl
-
An abstract implementation of the
ITextProvider that has default
implementations for the formatting things.
- AbstractTextProvider() - Constructor for class com.phloc.commons.text.impl.AbstractTextProvider
-
- AbstractTransformErrorListener - Class in com.phloc.commons.xml.transform
-
- AbstractTransformErrorListener() - Constructor for class com.phloc.commons.xml.transform.AbstractTransformErrorListener
-
- AbstractTransformErrorListener(ErrorListener) - Constructor for class com.phloc.commons.xml.transform.AbstractTransformErrorListener
-
- AbstractTransformURIResolver - Class in com.phloc.commons.xml.transform
-
Abstract base implementation of the
URIResolver interface.
- AbstractTransformURIResolver() - Constructor for class com.phloc.commons.xml.transform.AbstractTransformURIResolver
-
- AbstractTransformURIResolver(URIResolver) - Constructor for class com.phloc.commons.xml.transform.AbstractTransformURIResolver
-
- AbstractTreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.simple
-
- AbstractTreeItemFactory() - Constructor for class com.phloc.commons.tree.simple.AbstractTreeItemFactory
-
- AbstractTreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid
-
Abstract tree item with ID factory implementation
- AbstractTreeItemWithIDFactory() - Constructor for class com.phloc.commons.tree.withid.AbstractTreeItemWithIDFactory
-
- AbstractTreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.withid.unique
-
An abstract tree item factory that maintains a unique ID over all items.
- AbstractTreeItemWithUniqueIDFactory() - Constructor for class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- AbstractTreeItemWithUniqueIDFactory(Map<KEYTYPE, ITEMTYPE>) - Constructor for class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- AbstractTypeConverterRule - Class in com.phloc.commons.typeconvert.rule
-
Abstract type converter rule implementation
- AbstractTypeConverterRule(ITypeConverterRule.ESubType) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRule
-
- AbstractTypeConverterRuleAnySourceFixedDestination - Class in com.phloc.commons.typeconvert.rule
-
Abstract type converter than can convert from a base source class to a
destination class.
- AbstractTypeConverterRuleAnySourceFixedDestination(Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
-
- AbstractTypeConverterRuleAssignableSourceFixedDestination - Class in com.phloc.commons.typeconvert.rule
-
Abstract type converter than can convert from a base source class to a
destination class.
- AbstractTypeConverterRuleAssignableSourceFixedDestination(Class<?>, Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
-
- AbstractTypeConverterRuleFixedSourceAnyDestination - Class in com.phloc.commons.typeconvert.rule
-
Abstract type converter than can convert from a base source class to a
destination class.
- AbstractTypeConverterRuleFixedSourceAnyDestination(Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
-
- AbstractTypeConverterRuleFixedSourceAssignableDestination - Class in com.phloc.commons.typeconvert.rule
-
Abstract type converter than can convert from a base source class to a
destination class.
- AbstractTypeConverterRuleFixedSourceAssignableDestination(Class<?>, Class<?>) - Constructor for class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
-
- AbstractValidationEventHandler - Class in com.phloc.commons.jaxb.validation
-
- AbstractValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
Constructor not encapsulating any existing handler.
- AbstractValidationEventHandler(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
Constructor.
- AbstractWrappedList<ELEMENTTYPE> - Class in com.phloc.commons.collections.list
-
This is a facade for a list.
- AbstractWrappedList(List<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.list.AbstractWrappedList
-
- accept(int) - Method in interface com.phloc.commons.i18n.ICodepointFilter
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
-
- accept(File) - Method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysFalse
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysTrue
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEquals
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterPublicDirectory
-
- accept(File, String) - Method in class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
-
- AccessControllerHelper - Class in com.phloc.commons.priviledged
-
- AdapterCallableToCallableWithParam<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
-
- AdapterCallableToCallableWithParam(Callable<DATATYPE>) - Constructor for class com.phloc.commons.callback.AdapterCallableToCallableWithParam
-
- AdapterRunnableToCallable<DATATYPE> - Class in com.phloc.commons.callback
-
- AdapterRunnableToCallable(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallable
-
- AdapterRunnableToCallable(Runnable, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallable
-
- AdapterRunnableToCallableWithParameter<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
-
- AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
-
- AdapterRunnableToCallableWithParameter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
-
- AdapterRunnableToRunnableWithParameter<PARAMTYPE> - Class in com.phloc.commons.callback
-
- AdapterRunnableToRunnableWithParameter(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToRunnableWithParameter
-
- AdapterRunnableToThrowingRunnable - Class in com.phloc.commons.callback
-
- AdapterRunnableToThrowingRunnable(Runnable) - Constructor for class com.phloc.commons.callback.AdapterRunnableToThrowingRunnable
-
- AdapterThrowingRunnableToCallable<DATATYPE> - Class in com.phloc.commons.callback
-
- AdapterThrowingRunnableToCallable(IThrowingRunnable) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
-
- AdapterThrowingRunnableToCallable(IThrowingRunnable, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
-
- AdapterThrowingRunnableToCallableWithParameter<DATATYPE,PARAMTYPE> - Class in com.phloc.commons.callback
-
- AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE>) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
-
- AdapterThrowingRunnableToCallableWithParameter(IThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Constructor for class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
-
- add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.EmptyListIterator
-
- add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.iterate.SingleElementListIterator
-
- add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- add(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- add(int, ELEMENTTYPE) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- add(ELEMENTTYPE) - Method in class com.phloc.commons.collections.LRUSet
-
- add(DATA1TYPE, DATA2TYPE) - Method in class com.phloc.commons.collections.pair.KeyValuePairList
-
Add the pair to the list.
- add(String) - Method in class com.phloc.commons.url.SimpleURL
-
Add a parameter without a value
- add(String, String) - Method in class com.phloc.commons.url.SimpleURL
-
- add(String, int) - Method in class com.phloc.commons.url.SimpleURL
-
- add(String, long) - Method in class com.phloc.commons.url.SimpleURL
-
- add(String, BigInteger) - Method in class com.phloc.commons.url.SimpleURL
-
- add(String, String) - Method in class com.phloc.commons.url.SMap
-
- add(String, Locale) - Method in class com.phloc.commons.url.SMap
-
- add(String, int) - Method in class com.phloc.commons.url.SMap
-
- addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- addAll(Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- addAll(int, Collection<? extends ELEMENTTYPE>) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- addAll(Map<String, String>) - Method in class com.phloc.commons.url.SimpleURL
-
- addAll(Map<String, String>) - Method in class com.phloc.commons.url.SMap
-
- addAllPermutations(List<DATATYPE>, int, Collection<List<DATATYPE>>) - Static method in class com.phloc.commons.math.CombinationGenerator
-
Fill a list with all permutations of the input elements.
- addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in class com.phloc.commons.text.impl.MultiLingualText
-
- addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- addChangeNotifier(IChangeNotify<IMultiLingualText>) - Method in interface com.phloc.commons.text.IMultiLingualText
-
Add a notification callback that is called, when the object is changed.
- addEntry(ChangeLogEntry) - Method in class com.phloc.commons.changelog.ChangeLog
-
Add a new change log entry at the end.
- addEntry(int, ChangeLogEntry) - Method in class com.phloc.commons.changelog.ChangeLog
-
Add a new change log entry at the specified index.
- addEntry(byte[], boolean) - Method in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
-
- addFileMonitor(FileMonitor) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
- addFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- addFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- addFlag(String) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
-
Add a flag if it is not yet present.
- addFlags(Collection<String>) - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- addFlags(String...) - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- addFlags(Collection<String>) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
-
Add an arbitrary number of flags if they are not yet present.
- addFlags(String...) - Method in interface com.phloc.commons.collections.flags.IFlagContainer
-
Add an arbitrary number of flags if they are not yet present.
- addIfNonNull(String, String) - Method in class com.phloc.commons.url.SimpleURL
-
- addIfNotNull(String, String) - Method in class com.phloc.commons.url.SMap
-
- addIssue(String) - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
Add a new issue ID to this entry.
- addListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
-
- addListener(IThreadDeadlockListener) - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
-
- addMapping(String, String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
Add a new prefix to namespace mapping.
- addMonitoredFile(File) - Method in class com.phloc.commons.io.monitor.FileMonitor
-
Adds a file to be monitored.
- addNamespaceMapping(String, String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
- addNonNullValue(DATA1TYPE, DATA2TYPE) - Method in class com.phloc.commons.collections.pair.KeyValuePairList
-
Add the pair only if the value is non-null
- addParameter(String, String) - Method in class com.phloc.commons.mime.MimeType
-
Add a parameter.
- addParameter(MimeTypeParameter) - Method in class com.phloc.commons.mime.MimeType
-
Add a parameter.
- addPercent(BigDecimal, BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
Add x% to base
- addRelease(ChangeLogRelease) - Method in class com.phloc.commons.changelog.ChangeLog
-
Add a new release at the end.
- addRelease(int, ChangeLogRelease) - Method in class com.phloc.commons.changelog.ChangeLog
-
Add a new release at the specified index.
- addResourceError(IResourceError) - Method in class com.phloc.commons.error.ResourceErrorGroup
-
Add a new resource error item.
- addResourceErrorGroup(IResourceErrorGroup) - Method in class com.phloc.commons.error.ResourceErrorGroup
-
Add a all resource errors of the other group
- addSize(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedSize
-
Add a new size
- addSize(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerSize
-
Add a new size
- addText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualText
-
- addText(Locale, String) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- addText(Locale, String) - Method in interface com.phloc.commons.text.IMultiLingualText
-
Add a text in the specified locale.
- addTextDE(String) - Method in class com.phloc.commons.text.impl.TextProvider
-
- addTextEN(String) - Method in class com.phloc.commons.text.impl.TextProvider
-
- addTime(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedTimer
-
Add a single execution time.
- addTime(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerTimer
-
Add a single execution time.
- addToItemStore(KEYTYPE, ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- addUniqueVariable(String, Object) - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
-
- after() - Method in class com.phloc.commons.mock.DebugModeTestRule
-
- afterChange(DATATYPE) - Method in interface com.phloc.commons.callback.IChangeNotify
-
Called after the object changed.
- aggregate(Collection<SRCTYPE>) - Method in class com.phloc.commons.aggregate.AggregatorAlwaysNull
-
- aggregate(Collection<SRCTYPE>) - Method in class com.phloc.commons.aggregate.AggregatorConstant
-
- aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseAll
-
- aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseFirst
-
- aggregate(Collection<DATATYPE>) - Method in class com.phloc.commons.aggregate.AggregatorUseLast
-
- aggregate(Collection<SRCTYPE>) - Method in interface com.phloc.commons.aggregate.IAggregator
-
- AggregatorAlwaysNull<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
-
Always returns null.
- AggregatorAlwaysNull() - Constructor for class com.phloc.commons.aggregate.AggregatorAlwaysNull
-
- AggregatorConstant<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
-
Always returns null.
- AggregatorConstant(DSTTYPE) - Constructor for class com.phloc.commons.aggregate.AggregatorConstant
-
- AggregatorFactoryConst<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
-
- AggregatorFactoryConst(IAggregator<SRCTYPE, DSTTYPE>) - Constructor for class com.phloc.commons.aggregate.AggregatorFactoryConst
-
- AggregatorFactoryNewInstance<SRCTYPE,DSTTYPE> - Class in com.phloc.commons.aggregate
-
Factory for new aggregator objects.
- AggregatorFactoryNewInstance(Class<DATATYPE>) - Constructor for class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
-
- AggregatorUseAll<DATATYPE> - Class in com.phloc.commons.aggregate
-
Always use the complete list of results.
- AggregatorUseAll() - Constructor for class com.phloc.commons.aggregate.AggregatorUseAll
-
- AggregatorUseFirst<DATATYPE> - Class in com.phloc.commons.aggregate
-
Always use the last result.
- AggregatorUseFirst() - Constructor for class com.phloc.commons.aggregate.AggregatorUseFirst
-
- AggregatorUseLast<DATATYPE> - Class in com.phloc.commons.aggregate
-
Always use the last result.
- AggregatorUseLast() - Constructor for class com.phloc.commons.aggregate.AggregatorUseLast
-
- allowsForQueryParameters() - Method in enum com.phloc.commons.url.EURLProtocol
-
- allowsForQueryParameters() - Method in interface com.phloc.commons.url.IURLProtocol
-
- allowsForQueryParameters() - Method in class com.phloc.commons.url.URLProtocol
-
- AMPERSAND - Static variable in class com.phloc.commons.url.URLUtils
-
Separator between params: &
- AMPERSAND_STR - Static variable in class com.phloc.commons.url.URLUtils
-
- and(IChangeIndicator) - Method in enum com.phloc.commons.state.EChange
-
- and(IContinueIndicator) - Method in enum com.phloc.commons.state.EContinue
-
- and(IEnabledIndicator) - Method in enum com.phloc.commons.state.EEnabled
-
- and(IFinishIndicator) - Method in enum com.phloc.commons.state.EFinish
-
- and(IInterruptIndicator) - Method in enum com.phloc.commons.state.EInterrupt
-
- and(IMandatoryIndicator) - Method in enum com.phloc.commons.state.EMandatory
-
- and(ISuccessIndicator) - Method in enum com.phloc.commons.state.ESuccess
-
- and(IValidityIndicator) - Method in enum com.phloc.commons.state.EValidity
-
- AnnotationUsageCache - Class in com.phloc.commons.cache
-
A simple cache for the usage of a certain annotation class at other classes.
- AnnotationUsageCache(Class<? extends Annotation>) - Constructor for class com.phloc.commons.cache.AnnotationUsageCache
-
Constructor
- append(int, boolean) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, byte) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, char) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, double) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, float) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, int) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, long) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, short) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Atomic type hash code generation.
- append(int, Object) - Static method in class com.phloc.commons.hash.HashCodeCalculator
-
Object hash code generation.
- append(boolean) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(byte) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(char) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(double) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(float) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(int) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(long) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(short) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Atomic type hash code generation.
- append(Object) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Object hash code generation.
- append(Enum<?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Object hash code generation.
- append(boolean[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(byte[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(char[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(double[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(float[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(int[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(long[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(short[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(Object[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(Enum<?>[]) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Array hash code generation.
- append(StringBuffer) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Type specific hash code generation because parameter class has no
overloaded equals method.
- append(StringBuilder) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Type specific hash code generation because parameter class has no
overloaded equals method.
- append(Iterable<?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
- append(Map<?, ?>) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
- append(Node) - Method in class com.phloc.commons.hash.HashCodeGenerator
-
- append(boolean) - Method in interface com.phloc.commons.IAppendable
-
- append(byte) - Method in interface com.phloc.commons.IAppendable
-
- append(char) - Method in interface com.phloc.commons.IAppendable
-
- append(double) - Method in interface com.phloc.commons.IAppendable
-
- append(float) - Method in interface com.phloc.commons.IAppendable
-
- append(int) - Method in interface com.phloc.commons.IAppendable
-
- append(long) - Method in interface com.phloc.commons.IAppendable
-
- append(short) - Method in interface com.phloc.commons.IAppendable
-
- append(Object) - Method in interface com.phloc.commons.IAppendable
-
- append(Enum<?>) - Method in interface com.phloc.commons.IAppendable
-
- append(boolean[]) - Method in interface com.phloc.commons.IAppendable
-
- append(byte[]) - Method in interface com.phloc.commons.IAppendable
-
- append(char[]) - Method in interface com.phloc.commons.IAppendable
-
- append(double[]) - Method in interface com.phloc.commons.IAppendable
-
- append(float[]) - Method in interface com.phloc.commons.IAppendable
-
- append(int[]) - Method in interface com.phloc.commons.IAppendable
-
- append(long[]) - Method in interface com.phloc.commons.IAppendable
-
- append(short[]) - Method in interface com.phloc.commons.IAppendable
-
- append(Object[]) - Method in interface com.phloc.commons.IAppendable
-
- append(Enum<?>[]) - Method in interface com.phloc.commons.IAppendable
-
- append(Iterable<?>) - Method in interface com.phloc.commons.IAppendable
-
- append(Map<?, ?>) - Method in interface com.phloc.commons.IAppendable
-
- append(Node) - Method in interface com.phloc.commons.IAppendable
-
- append(CharSequence) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class com.phloc.commons.io.streams.WrappedWriter
-
- append(CharSequence, int, int) - Method in class com.phloc.commons.io.streams.WrappedWriter
-
- append(char) - Method in class com.phloc.commons.io.streams.WrappedWriter
-
- append(IMicroNode, Object) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
- append(String, boolean) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, byte) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, char) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, double) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, float) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, int) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, long) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, short) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, Enum<?>) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, Object) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- append(Node, Object) - Static method in class com.phloc.commons.xml.XMLHelper
-
- append(Node, Collection<?>) - Static method in class com.phloc.commons.xml.XMLHelper
-
- appendCDATA(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a CDATA node to this node.
- appendCDATA(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a CDATA node to this node.
- appendCDATA(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a CDATA node to this node.
- appendCDATA(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendCDATA(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendCDATA(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendCDATAWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a CDATA node to this node.
- appendCDATAWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendChild(NODETYPE) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append any child to the node.
- appendChild(NODETYPE) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendComment(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a comment node to this node.
- appendComment(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a comment node to this node.
- appendComment(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a comment node to this node.
- appendComment(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendComment(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendComment(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendCommentWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a comment node to this node.
- appendCommentWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendContainer() - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a new container to this node
- appendContainer() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendData(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroDataAware
-
Append characters to the string.
- appendData(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroDataAware
-
Append characters to the string.
- appendData(char) - Method in interface com.phloc.commons.microdom.IMicroDataAware
-
Append a character to the string.
- appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- appendData(CharSequence) - Method in class com.phloc.commons.microdom.impl.MicroText
-
- appendData(char[], int, int) - Method in class com.phloc.commons.microdom.impl.MicroText
-
- appendData(char) - Method in class com.phloc.commons.microdom.impl.MicroText
-
- appendDataValue(IMicroElement, DATATYPE) - Method in interface com.phloc.commons.tree.utils.xml.IConverterTreeItemToMicroNode
-
- appendDataValue(IMicroElement, DATATYPE) - Method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
-
- appendElement(String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append an element without namespace to this node.
- appendElement(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append an element with namespace to this node.
- appendElement(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append an element without namespace to this node.
- appendElement(String, IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append an element with namespace to this node.
- appendElement(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendElement(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendElement(IHasElementName) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendElement(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendEntityReference(String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append an entity reference to this node.
- appendEntityReference(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendIfNotEmpty(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, Collection<?>) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotEmpty(String, Map<?, ?>) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, boolean[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, byte[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, char[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, double[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, float[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, int[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, long[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, short[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, Object) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIfNotNull(String, Object[]) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendIgnorableWhitespaceText(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node which is ignorable whitespace content to this node.
- appendIgnorableWhitespaceText(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node which is ignorable whitespace content to this node.
- appendIgnorableWhitespaceText(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node which is ignorable whitespace content to this node.
- appendIgnorableWhitespaceText(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendIgnorableWhitespaceText(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendIgnorableWhitespaceText(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendPassword(String) - Method in class com.phloc.commons.string.ToStringGenerator
-
- appendProcessingInstruction(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a processing instruction to this node.
- appendProcessingInstruction(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendStackToString(StringBuilder, StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- appendText(CharSequence) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node to this node.
- appendText(char[]) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node to this node.
- appendText(char[], int, int) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node to this node.
- appendText(CharSequence) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendText(char[]) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendText(char[], int, int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- appendTextWithConversion(Object) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Append a text node to this node.
- appendTextWithConversion(Object) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- APPLICATION_ATOM_XML - Static variable in class com.phloc.commons.mime.CMimeType
-
Atom XML feed.
- APPLICATION_FORCE_DOWNLOAD - Static variable in class com.phloc.commons.mime.CMimeType
-
Downloadable document.
- APPLICATION_JAVA_APPLET - Static variable in class com.phloc.commons.mime.CMimeType
-
Java applet
- APPLICATION_JSON - Static variable in class com.phloc.commons.mime.CMimeType
-
JSON document.
- APPLICATION_MS_EXCEL - Static variable in class com.phloc.commons.mime.CMimeType
-
Excel document.
- APPLICATION_MS_EXCEL_2007 - Static variable in class com.phloc.commons.mime.CMimeType
-
Excel 2007 document
- APPLICATION_MS_POWERPOINT - Static variable in class com.phloc.commons.mime.CMimeType
-
PowerPoint document.
- APPLICATION_MS_POWERPOINT_2007 - Static variable in class com.phloc.commons.mime.CMimeType
-
PowerPoint 2007 document.
- APPLICATION_MS_WORD - Static variable in class com.phloc.commons.mime.CMimeType
-
Word document.
- APPLICATION_MS_WORD_2007 - Static variable in class com.phloc.commons.mime.CMimeType
-
Word 2007 document
- APPLICATION_OCTET_STREAM - Static variable in class com.phloc.commons.mime.CMimeType
-
Any byte stream.
- APPLICATION_PDF - Static variable in class com.phloc.commons.mime.CMimeType
-
PDF document.
- APPLICATION_RSS_XML - Static variable in class com.phloc.commons.mime.CMimeType
-
RSS XML feed.
- APPLICATION_SHOCKWAVE_FLASH - Static variable in class com.phloc.commons.mime.CMimeType
-
Shockwave/Flash
- APPLICATION_TEXT_HTML - Static variable in class com.phloc.commons.mime.CMimeType
-
HTML document.
- APPLICATION_WAP_XHTML_XML - Static variable in class com.phloc.commons.mime.CMimeType
-
WAP XHTML document
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.phloc.commons.mime.CMimeType
-
For URL posting
- APPLICATION_XHTML_XML - Static variable in class com.phloc.commons.mime.CMimeType
-
XHTML document.
- APPLICATION_ZIP - Static variable in class com.phloc.commons.mime.CMimeType
-
ZIP document.
- applyTo(XMLReader, boolean) - Method in enum com.phloc.commons.xml.EXMLParserFeature
-
- applyTo(DocumentBuilderFactory, boolean) - Method in enum com.phloc.commons.xml.EXMLParserFeature
-
- applyTo(XMLReader, Object) - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- applyTo(DocumentBuilderFactory, Object) - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- areConvertibleClasses(Class<?>, Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Check if the passed classes are convertible.
- areDebugConsistencyChecksEnabled() - Static method in class com.phloc.commons.regex.RegExPattern
-
- areEqual(T, T) - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
-
- areEqual(Object, Object) - Method in interface com.phloc.commons.equals.IEqualsImplementation
-
Check if the passed two objects are identical or not.
- ArrayConversionHelper - Class in com.phloc.commons.convert.collections
-
This utility class provides conversions from array objects.
- ArrayEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
This is a small helper class implementing
Enumeration for array input
data.
- ArrayEnumeration(ELEMENTTYPE...) - Constructor for class com.phloc.commons.collections.iterate.ArrayEnumeration
-
Constructor iterating over the whole array
- ArrayEnumeration(ELEMENTTYPE[], int, int) - Constructor for class com.phloc.commons.collections.iterate.ArrayEnumeration
-
Constructor iterating an array partially.
- ArrayHelper - Class in com.phloc.commons.collections
-
Provides additional helper methods for array handling.
- ArrayIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays.
- ArrayIterator(ELEMENTTYPE...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIterator
-
- ArrayIteratorBoolean - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of boolean.
- ArrayIteratorBoolean(boolean...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
-
- ArrayIteratorByte - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of byte.
- ArrayIteratorByte(byte...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorByte
-
- ArrayIteratorChar - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of char.
- ArrayIteratorChar(char...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorChar
-
- ArrayIteratorDouble - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of double.
- ArrayIteratorDouble(double...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorDouble
-
- ArrayIteratorFloat - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of float.
- ArrayIteratorFloat(float...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorFloat
-
- ArrayIteratorInt - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of int.
- ArrayIteratorInt(int...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorInt
-
- ArrayIteratorLong - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of long.
- ArrayIteratorLong(long...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorLong
-
- ArrayIteratorShort - Class in com.phloc.commons.collections.iterate
-
This is a small helper class for iterating over arrays of short.
- ArrayIteratorShort(short...) - Constructor for class com.phloc.commons.collections.iterate.ArrayIteratorShort
-
- ASCII85Codec - Class in com.phloc.commons.codec
-
Decoder for ASCII85 encoded values
- ASCII85Codec() - Constructor for class com.phloc.commons.codec.ASCII85Codec
-
- ASCIIHexCodec - Class in com.phloc.commons.codec
-
Decoder for ASCII Hex encoding
- ASCIIHexCodec() - Constructor for class com.phloc.commons.codec.ASCIIHexCodec
-
- asDouble(DATATYPE) - Method in class com.phloc.commons.compare.AbstractNumericComparator
-
- asLong(DATATYPE) - Method in class com.phloc.commons.compare.AbstractIntegerComparator
-
- asLong(Thread) - Method in class com.phloc.commons.concurrent.ComparatorThreadID
-
- asLong(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasSimpleIntID
-
- asLong(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasSimpleLongID
-
- assertEquals(double, double) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assertEquals(double, Double) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assertEquals(String, double, double) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assertEquals(float, float) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assertEquals(float, Float) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assertEquals(String, float, float) - Static method in class com.phloc.commons.mock.PhlocAssert
-
- assignFrom(IReadonlyMultiLingualText) - Method in class com.phloc.commons.text.impl.MultiLingualText
-
- assignFrom(IReadonlyMultiLingualText) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- assignFrom(IReadonlyMultiLingualText) - Method in interface com.phloc.commons.text.IMultiLingualText
-
Assign all fields from the passed object.
- asString(DATATYPE) - Method in class com.phloc.commons.compare.AbstractCollationComparator
-
Abstract method that needs to be overridden to convert an object to a
string representation for comparison.
- asString(Object) - Method in class com.phloc.commons.compare.ComparatorAsString
-
- asString(String) - Method in class com.phloc.commons.compare.ComparatorString
-
- asString(Thread) - Method in class com.phloc.commons.concurrent.ComparatorThreadName
-
- asString(DATATYPE) - Method in class com.phloc.commons.error.ComparatorHasErrorID
-
- asString(File) - Method in class com.phloc.commons.io.file.ComparatorFileAbsolutePath
-
- asString(File) - Method in class com.phloc.commons.io.file.ComparatorFileName
-
- asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocale
-
- asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayName
-
- asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
-
- asString(Locale) - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameNative
-
- asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleCountry
-
- asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountry
-
- asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
-
- asString(Locale) - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryNative
-
- asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguage
-
- asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
-
- asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageNative
-
- asString(Locale) - Method in class com.phloc.commons.locale.language.ComparatorLocaleLanguage
-
- asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorDisplayNameProvider
-
- asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
-
- asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasDisplayName
-
- asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasDisplayText
-
- asString(DATATYPE) - Method in class com.phloc.commons.name.ComparatorHasName
-
- ATTR_AVERAGE - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_COUNT - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_HITS - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_ID - Static variable in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- ATTR_INVOCATIONCOUNT - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_KEY - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
-
Attribute name for key of a single mapping
- ATTR_MAX - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_MIN - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_MISSES - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_NAME - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_SUM - Static variable in class com.phloc.commons.stats.utils.StatisticsExporter
-
Attribute name for XML export
- ATTR_VALUE - Static variable in class com.phloc.commons.microdom.reader.XMLListHandler
-
Attribute name for the item value
- ATTR_VALUE - Static variable in class com.phloc.commons.microdom.reader.XMLMapHandler
-
Attribute name for value of a single mapping
- AUDIO_MP3 - Static variable in class com.phloc.commons.mime.CMimeType
-
For MP3 files
- AUML_LC - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character ä
- AUML_LC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character ä
- AUML_UC - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character Ä
- AUML_UC_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character Ä
- available() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
-
- available() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
-
- available() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped
over) from this input stream without blocking by the next invocation of a
method for this input stream.
- available() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
-
Returns the number of remaining bytes that can be read (or skipped over)
from this input stream.
- available() - Method in class com.phloc.commons.io.streams.WrappedInputStream
-
- cacheHit() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCache
-
- cacheMiss() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCache
-
- CachingSAXInputSource - Class in com.phloc.commons.xml.sax
-
- CachingSAXInputSource(IReadableResource) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
-
- CachingSAXInputSource(IInputStreamProvider) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
-
- CachingSAXInputSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
-
- CachingSAXInputSource(InputStream) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
-
- CachingSAXInputSource(InputStream, String) - Constructor for class com.phloc.commons.xml.sax.CachingSAXInputSource
-
- CachingTransformStreamSource - Class in com.phloc.commons.xml.transform
-
- CachingTransformStreamSource(IReadableResource) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
-
- CachingTransformStreamSource(IInputStreamProvider) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
-
- CachingTransformStreamSource(IInputStreamProvider, String) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
-
- CachingTransformStreamSource(InputStream) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
-
- CachingTransformStreamSource(InputStream, String) - Constructor for class com.phloc.commons.xml.transform.CachingTransformStreamSource
-
- call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterCallableToCallableWithParam
-
- call() - Method in class com.phloc.commons.callback.AdapterRunnableToCallable
-
- call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
-
- call() - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
-
- call(PARAMTYPE) - Method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
-
- call() - Method in interface com.phloc.commons.callback.INonThrowingCallable
-
The call back method to be called.
- call(PARAMTYPE) - Method in interface com.phloc.commons.callback.INonThrowingCallableWithParameter
-
The call back method to be called.
- call(PARAMTYPE) - Method in interface com.phloc.commons.callback.IThrowingCallableWithParameter
-
The call back method to be called.
- call(Class<?>, IMicroTypeConverter) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverterCallback
-
Invoked for each converter.
- call(PrivilegedAction<T>) - Static method in class com.phloc.commons.priviledged.AccessControllerHelper
-
- call(Class<?>, ISerializationConverter) - Method in interface com.phloc.commons.serialize.convert.ISerializationConverterCallback
-
Invoked for each converter.
- call(Class<?>, Class<?>, ITypeConverter) - Method in interface com.phloc.commons.typeconvert.ITypeConverterCallback
-
- canConvert(Class<?>, Class<?>) - Method in interface com.phloc.commons.typeconvert.ITypeConverterRule
-
Check if this converter can handle the conversion from the passed source to
the passed destination class.
- canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
-
- canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
-
- canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
-
- canConvert(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
-
- canConvertLongToInt(long) - Static method in class com.phloc.commons.math.MathHelper
-
- canExecute(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Tests whether the application can execute the file denoted by this abstract
pathname.
- canExecute() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
Tests whether the application can execute the file denoted by this abstract
pathname.
- canGrow() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
-
- canRead(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Tests whether the application can read the file denoted by this abstract
pathname.
- canRead(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
- canRead(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
- canRead() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- canRead() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
Tests whether the application can read the file denoted by this abstract
pathname.
- canReadAndWriteFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Check if the passed file can read and write.
- canReadNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- canWrite(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Tests whether the application can modify the file denoted by this abstract
pathname.
- canWrite() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
Tests whether the application can modify the file denoted by this abstract
pathname.
- CChangeLog - Class in com.phloc.commons.changelog
-
This class contains constants for the use of changelogs.
- CCharset - Class in com.phloc.commons.charset
-
Charset constants.
- CDATA_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
- CDATA_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
- CDefault - Class in com.phloc.commons
-
A class containing default values for all primitive and primitive wrapper
types.
- CGlobal - Class in com.phloc.commons
-
A class declaring system wide constants.
- CGStringHelper - Class in com.phloc.commons.lang
-
Special string helper especially for Java internal class name handling etc.
- ChangeLog - Class in com.phloc.commons.changelog
-
This class represents a single change log with a list of entries and
releases.
- ChangeLog(String, String) - Constructor for class com.phloc.commons.changelog.ChangeLog
-
Constructor.
- CHANGELOG_NAMESPACE_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
-
The namespace used in XML
- CHANGELOG_SCHEMALOCATION_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
-
The schemaLocation value of the changeLog 1.0 XSD
- CHANGELOG_XML_FILENAME - Static variable in class com.phloc.commons.changelog.CChangeLog
-
The default file name of the changelog XML
- CHANGELOG_XSD_10 - Static variable in class com.phloc.commons.changelog.CChangeLog
-
The classpath relative path to the changelog XSD file
- ChangeLogEntry - Class in com.phloc.commons.changelog
-
This class represents a single entry in the changelog.
- ChangeLogEntry(ChangeLog, Date, EChangeLogAction, EChangeLogCategory, boolean) - Constructor for class com.phloc.commons.changelog.ChangeLogEntry
-
Constructor.
- ChangeLogRelease - Class in com.phloc.commons.changelog
-
This class represents a single release within a changelog.
- ChangeLogRelease(Date, Version) - Constructor for class com.phloc.commons.changelog.ChangeLogRelease
-
Constructor.
- ChangeLogSerializer - Class in com.phloc.commons.changelog
-
This class handles the reading and writing of changelog objects.
- changeParent(ITEMTYPE) - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
Change the parent node of this node to another node (subordination).
- changeParent(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- changeParent(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- ChangeWithValue<DATATYPE> - Class in com.phloc.commons.state.impl
-
Wraps a change indicator and an arbitrary value.
- ChangeWithValue(IChangeIndicator, DATATYPE) - Constructor for class com.phloc.commons.state.impl.ChangeWithValue
-
Constructor
- channelCopy(ReadableByteChannel, WritableByteChannel) - Static method in class com.phloc.commons.io.channels.ChannelUtils
-
Copy all content from the source channel to the destination channel.
- ChannelUtils - Class in com.phloc.commons.io.channels
-
Some very basic NIO channel utility stuff.
- CHAR_BUFFER_SIZE - Static variable in class com.phloc.commons.charset.StringEncoder
-
- CHARSET_ISO_8859_1 - Static variable in class com.phloc.commons.charset.CCharset
-
The special ANSI charset to be used in all applications.
- CHARSET_ISO_8859_1_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The ISO-8859-1 charset object.
- CHARSET_SERVICE_LOADER - Static variable in class com.phloc.commons.charset.CCharset
-
The charset used by the ServiceLoader to read the service files.
- CHARSET_SERVICE_LOADER_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The charset used by the ServiceLoader to read the service files.
- CHARSET_TO_USE - Static variable in class com.phloc.commons.idfactory.FileIntIDFactory
-
The charset to use for writing the file
- CHARSET_TO_USE - Static variable in class com.phloc.commons.idfactory.FileLongIDFactory
-
The charset to use for writing the file
- CHARSET_URL - Static variable in class com.phloc.commons.url.URLUtils
-
Default URL charset is UTF-8
- CHARSET_URL_OBJ - Static variable in class com.phloc.commons.url.URLUtils
-
Default URL charset is UTF-8
- CHARSET_US_ASCII - Static variable in class com.phloc.commons.charset.CCharset
-
The special US ACSII charset to be used in all applications.
- CHARSET_US_ASCII_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The US-ASCII charset object.
- CHARSET_UTF_16 - Static variable in class com.phloc.commons.charset.CCharset
-
The special UTF-16 charset to be used in all applications.
- CHARSET_UTF_16_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The UTF-16 charset object.
- CHARSET_UTF_16BE - Static variable in class com.phloc.commons.charset.CCharset
-
The special UTF-16BE charset to be used in all applications.
- CHARSET_UTF_16BE_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The UTF-16BE charset object.
- CHARSET_UTF_16LE - Static variable in class com.phloc.commons.charset.CCharset
-
The special UTF-16LE charset to be used in all applications.
- CHARSET_UTF_16LE_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The UTF-16LE charset object.
- CHARSET_UTF_8 - Static variable in class com.phloc.commons.charset.CCharset
-
The special UTF-8 charset to be used in all applications.
- CHARSET_UTF_8_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The UTF-8 charset object.
- CHARSET_WINDOWS_1252 - Static variable in class com.phloc.commons.charset.CCharset
-
The non-standard Windows 1252 charset name.
- CHARSET_WINDOWS_1252_OBJ - Static variable in class com.phloc.commons.charset.CCharset
-
The non-standard Windows 1252 charset object.
- CharsetManager - Class in com.phloc.commons.charset
-
Whole lotta charset management routines.
- CharsetTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
-
Register the locale specific type converter
- CharsetTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.CharsetTypeConverterRegistrar
-
- charValue() - Method in class com.phloc.commons.mutable.MutableChar
-
- check(int) - Method in enum com.phloc.commons.i18n.ECodepointProfile
-
- checkPatternConsistency(String) - Static method in class com.phloc.commons.regex.RegExPattern
-
- ChildElementIterator - Class in com.phloc.commons.xml
-
Iterate child elements of a single node.
- ChildElementIterator(Node) - Constructor for class com.phloc.commons.xml.ChildElementIterator
-
- ChildElementIterator(Node, IFilter<Element>) - Constructor for class com.phloc.commons.xml.ChildElementIterator
-
- ChildNodeIterator - Class in com.phloc.commons.xml
-
Iterate child elements of a single node.
- ChildNodeIterator(Node) - Constructor for class com.phloc.commons.xml.ChildNodeIterator
-
- ChildrenProviderElementWithName - Class in com.phloc.commons.microdom.utils
-
Implementation of the
IChildrenProvider for
IMicroElement
objects considering only elements with a certain element name (and optionally
a namespace URI).
- ChildrenProviderElementWithName(String) - Constructor for class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
-
- ChildrenProviderElementWithName(String, String) - Constructor for class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
-
- ChildrenProviderHasChildren<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderHasChildren() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
-
- ChildrenProviderHasChildrenSorted<CHILDTYPE extends IHasChildrenSorted<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderHasChildrenSorted() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
-
- ChildrenProviderHasChildrenSorting<CHILDTYPE extends IHasChildren<CHILDTYPE>> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderHasChildrenSorting(Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorting
-
- ChildrenProviderHasChildrenWithID<KEYTYPE,CHILDTYPE extends IHasChildren<CHILDTYPE> & IHasID<KEYTYPE>> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderHasChildrenWithID() - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenWithID
-
- ChildrenProviderSorting<CHILDTYPE> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderSorting(IChildrenProvider<CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSorting
-
Constructor.
- ChildrenProviderSortingWithID<KEYTYPE,CHILDTYPE> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderSortingWithID(IChildrenProviderWithID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSortingWithID
-
- ChildrenProviderSortingWithUniqueID<KEYTYPE,CHILDTYPE> - Class in com.phloc.commons.parent.impl
-
- ChildrenProviderSortingWithUniqueID(IChildrenProviderWithUniqueID<KEYTYPE, CHILDTYPE>, Comparator<? super CHILDTYPE>) - Constructor for class com.phloc.commons.parent.impl.ChildrenProviderSortingWithUniqueID
-
- ChildrenProviderWalker<CHILDTYPE> - Class in com.phloc.commons.parent.utils
-
Recursively visit all children provided by a given
IChildrenProvider
and call a callback for each visited child.
- ChildrenProviderWalker(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerCallback<CHILDTYPE>) - Constructor for class com.phloc.commons.parent.utils.ChildrenProviderWalker
-
- ChildrenProviderWalkerDynamic<CHILDTYPE> - Class in com.phloc.commons.parent.utils
-
Recursively visit all children provided by a given
IChildrenProvider
and call a callback for each visited child.
- ChildrenProviderWalkerDynamic(IChildrenProvider<CHILDTYPE>, IHierarchyWalkerDynamicCallback<CHILDTYPE>) - Constructor for class com.phloc.commons.parent.utils.ChildrenProviderWalkerDynamic
-
- CJMX - Class in com.phloc.commons.jmx
-
Constants for JMX usage
- ClassHelper - Class in com.phloc.commons.lang
-
Small class helper utility stuff class.
- ClassHierarchyCache - Class in com.phloc.commons.lang
-
A small class hierarchy cache
- CLASSPATH_PREFIX_LONG - Static variable in class com.phloc.commons.io.resource.ClassPathResource
-
Use this prefix to uniquely identify classpath resources
- CLASSPATH_PREFIX_SHORT - Static variable in class com.phloc.commons.io.resource.ClassPathResource
-
Use this prefix to uniquely identify classpath resources - alternative
- ClassPathHelper - Class in com.phloc.commons.utils
-
Utility class for dealing with the Java class path.
- ClassPathResource - Class in com.phloc.commons.io.resource
-
Wraps a class path object as a readable resource.
- ClassPathResource(URL) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
-
Create a new class path resource, using the specified URL.
- ClassPathResource(URL, ClassLoader) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
-
Create a new class path resource using the specified URL and class loader
(optional).
- ClassPathResource(String) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
-
Create a new class path resource, using the specified path.
- ClassPathResource(String, ClassLoader) - Constructor for class com.phloc.commons.io.resource.ClassPathResource
-
Create a new class path resource using the specified path and class loader
(optional).
- ClassPathResourceProvider - Class in com.phloc.commons.io.resourceprovider
-
Simple resource provider that only uses files.
- ClassPathResourceProvider() - Constructor for class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
-
- ClassPathResourceProvider(String) - Constructor for class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
-
- cleanup() - Static method in class com.phloc.commons.cleanup.CommonsCleanup
-
Cleanup all custom caches contained in phloc-commons.
- clear() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- clear() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- clear() - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- clear() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- clear() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- clear() - Method in class com.phloc.commons.collections.list.SingleElementList
-
- clear() - Method in class com.phloc.commons.collections.SingleElementMap
-
- clear() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- clear() - Method in class com.phloc.commons.log.InMemoryLogger
-
- clear() - Method in interface com.phloc.commons.state.IClearable
-
Reset the contents of the element to the after-construction state.
- clear() - Method in class com.phloc.commons.text.impl.MultiLingualText
-
- clear() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- clear() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
-
- clearCache() - Method in class com.phloc.commons.cache.AbstractCache
-
- clearCache() - Method in class com.phloc.commons.cache.AnnotationUsageCache
-
- clearCache() - Method in interface com.phloc.commons.cache.SimpleCacheMBean
-
Remove all cached elements.
- clearCache() - Static method in class com.phloc.commons.compare.CollatorUtils
-
Clear all cached collators.
- clearCache() - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
-
- clearCache() - Static method in class com.phloc.commons.gfx.ImageDataManager
-
Remove all cached elements
- clearCache() - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
-
- clearCache() - Static method in class com.phloc.commons.lang.ClassHierarchyCache
-
It's important to clear the cache upon application shutdown, because for
web applications, keeping a cache of classes may prevent the web
application from unloading
- clearCache() - Static method in class com.phloc.commons.lang.EnumHelper
-
- clearCache() - Static method in class com.phloc.commons.locale.LocaleUtils
-
Clear all stored locale lists
- clearCache() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- clearCache() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
- clearCache() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- clearCache() - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
Clear the complete resource bundle cache using the default class loader!
- clearCache(ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
Clear the complete resource bundle cache using the specified class loader!
- clearCachedSize(IReadableResource) - Static method in class com.phloc.commons.gfx.ImageDataManager
-
Remove a single resource from the cache.
- clearLastValidationErrors() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Clear the latest parsing errors.
- clearPatternCache() - Static method in class com.phloc.commons.regex.RegExPool
-
Clear all cached patterns.
- clearResourceErrors() - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
-
Clear all currently stored errors.
- clearResourceErrors() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
Clear all currently stored errors.
- clearResourceErrors() - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
-
Clear all currently stored errors.
- CloneHelper - Class in com.phloc.commons.lang
-
Helper class for cloning objects.
- close() - Method in class com.phloc.commons.base64.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close(Channel) - Static method in class com.phloc.commons.io.channels.ChannelUtils
-
- close() - Method in class com.phloc.commons.io.streams.BitInputStream
-
Close the underlying input stream.
- close() - Method in class com.phloc.commons.io.streams.BitOutputStream
-
Flush the data and close the underlying output stream.
- close() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
-
- close() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
-
- close() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
-
- close() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
-
Close the underlying input stream.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
-
Flush the data and close the underlying output stream.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedInputStream
-
Closes this input stream and releases any system resources associated with
the stream.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedReader
-
- close() - Method in class com.phloc.commons.io.streams.NonBlockingBufferedWriter
-
- close() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingStringReader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
Closing a StringWriter has no effect.
- close() - Method in class com.phloc.commons.io.streams.NonClosingInputStream
-
- close() - Method in class com.phloc.commons.io.streams.NonClosingOutputStream
-
- close(Closeable) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Close the passed stream by encapsulating the declared
IOException.
- close(Socket) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- close(ServerSocket) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- close() - Method in class com.phloc.commons.io.streams.WrappedInputStream
-
- close() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
-
- close() - Method in class com.phloc.commons.io.streams.WrappedReader
-
- close() - Method in class com.phloc.commons.io.streams.WrappedWriter
-
- closeWithoutFlush(Closeable) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Close the passed object, without trying to call flush on it.
- CMimeType - Class in com.phloc.commons.mime
-
Contains a collection of well-known constant MIME types.
- CODE_CLEARTABLE - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
-
Special code to clear the table
- CODE_EOF - Static variable in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
-
Special code for end of file
- Codepoint - Class in com.phloc.commons.i18n
-
Represents a single Unicode Codepoint
- Codepoint(byte[], Charset) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a Codepoint from a byte array with the specified charset encoding.
- Codepoint(CharSequence) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a Codepoint from a CharSequence.
- Codepoint(String) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a Codepoint from a String.
- Codepoint(char[]) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a Codepoint from a char array.
- Codepoint(char) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a codepoint from a single char
- Codepoint(char, char) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a codepoint from a surrogate pair
- Codepoint(Codepoint) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a codepoint as a copy of another codepoint
- Codepoint(int) - Constructor for class com.phloc.commons.i18n.Codepoint
-
Create a codepoint from a specific integer value
- codepointAt(CharSequence, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Return the codepoint at the given location, automatically dealing with
surrogate pairs
- CodepointIteratorByteArray - Class in com.phloc.commons.i18n
-
- CodepointIteratorByteArray(byte[], Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorByteArray
-
- CodepointIteratorByteBuffer - Class in com.phloc.commons.i18n
-
- CodepointIteratorByteBuffer(ByteBuffer, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorByteBuffer
-
- CodepointIteratorCharArray - Class in com.phloc.commons.i18n
-
- CodepointIteratorCharArray(char[]) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharArray
-
- CodepointIteratorCharArray(char[], int, int) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharArray
-
- CodepointIteratorCharBuffer - Class in com.phloc.commons.i18n
-
- CodepointIteratorCharBuffer(CharBuffer) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharBuffer
-
- CodepointIteratorCharSequence - Class in com.phloc.commons.i18n
-
- CodepointIteratorCharSequence(CharSequence) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharSequence
-
- CodepointIteratorCharSequence(CharSequence, int, int) - Constructor for class com.phloc.commons.i18n.CodepointIteratorCharSequence
-
- CodepointIteratorInputStream - Class in com.phloc.commons.i18n
-
- CodepointIteratorInputStream(InputStream, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorInputStream
-
- CodepointIteratorReadableByteChannel - Class in com.phloc.commons.i18n
-
- CodepointIteratorReadableByteChannel(ReadableByteChannel, Charset) - Constructor for class com.phloc.commons.i18n.CodepointIteratorReadableByteChannel
-
- CodepointIteratorReader - Class in com.phloc.commons.i18n
-
- CodepointIteratorReader(Reader) - Constructor for class com.phloc.commons.i18n.CodepointIteratorReader
-
- CodepointIteratorRestricted - Class in com.phloc.commons.i18n
-
- CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
-
- CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter, boolean) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
-
- CodepointIteratorRestricted(AbstractCodepointIterator, ICodepointFilter, boolean, boolean) - Constructor for class com.phloc.commons.i18n.CodepointIteratorRestricted
-
- CodepointUtils - Class in com.phloc.commons.i18n
-
General utilities for dealing with Unicode characters
- CodingStyleguideUnaware - Annotation Type in com.phloc.commons.annotations
-
This is an indicator, that an object is aware to break the style guide.
- CollatorUtils - Class in com.phloc.commons.compare
-
Helper class to easily create commonly used
Collator objects.
- CollectingLoggingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
-
- CollectingLoggingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
-
- CollectingLoggingValidationEventHandlerFactory(boolean) - Constructor for class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
-
- CollectingLSResourceResolver - Class in com.phloc.commons.xml.ls
-
A class that collects all requested resources.
- CollectingLSResourceResolver() - Constructor for class com.phloc.commons.xml.ls.CollectingLSResourceResolver
-
- CollectingLSResourceResolver(LSResourceResolver) - Constructor for class com.phloc.commons.xml.ls.CollectingLSResourceResolver
-
- CollectingSAXErrorHandler - Class in com.phloc.commons.xml.sax
-
An error handler implementation that stores all warnings, errors and fatal
errors.
- CollectingSAXErrorHandler() - Constructor for class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
- CollectingSAXErrorHandler(ErrorHandler) - Constructor for class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
- CollectingTransformErrorListener - Class in com.phloc.commons.xml.transform
-
This implementation of
ErrorListener saves all
occurred warnings/errors/fatals in a list for later evaluation.
- CollectingTransformErrorListener() - Constructor for class com.phloc.commons.xml.transform.CollectingTransformErrorListener
-
- CollectingTransformErrorListener(ErrorListener) - Constructor for class com.phloc.commons.xml.transform.CollectingTransformErrorListener
-
- CollectingValidationEventHandler - Class in com.phloc.commons.jaxb.validation
-
- CollectingValidationEventHandler() - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
-
- CollectingValidationEventHandler(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
-
- CollectingValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
-
- CollectingValidationEventHandlerFactory() - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
-
- CollectingValidationEventHandlerFactory(boolean) - Constructor for class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
-
- CollectionTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
-
Register the base type converter
- CollectionTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.CollectionTypeConverterRegistrar
-
- com.phloc.commons - package com.phloc.commons
-
- com.phloc.commons.aggregate - package com.phloc.commons.aggregate
-
- com.phloc.commons.annotations - package com.phloc.commons.annotations
-
- com.phloc.commons.base64 - package com.phloc.commons.base64
-
- com.phloc.commons.cache - package com.phloc.commons.cache
-
- com.phloc.commons.cache.convert - package com.phloc.commons.cache.convert
-
- com.phloc.commons.callback - package com.phloc.commons.callback
-
- com.phloc.commons.changelog - package com.phloc.commons.changelog
-
- com.phloc.commons.charset - package com.phloc.commons.charset
-
- com.phloc.commons.cleanup - package com.phloc.commons.cleanup
-
- com.phloc.commons.codec - package com.phloc.commons.codec
-
- com.phloc.commons.collections - package com.phloc.commons.collections
-
- com.phloc.commons.collections.attrs - package com.phloc.commons.collections.attrs
-
- com.phloc.commons.collections.flags - package com.phloc.commons.collections.flags
-
- com.phloc.commons.collections.iterate - package com.phloc.commons.collections.iterate
-
- com.phloc.commons.collections.list - package com.phloc.commons.collections.list
-
- com.phloc.commons.collections.multimap - package com.phloc.commons.collections.multimap
-
- com.phloc.commons.collections.pair - package com.phloc.commons.collections.pair
-
- com.phloc.commons.collections.triple - package com.phloc.commons.collections.triple
-
- com.phloc.commons.combine - package com.phloc.commons.combine
-
- com.phloc.commons.compare - package com.phloc.commons.compare
-
- com.phloc.commons.concurrent - package com.phloc.commons.concurrent
-
- com.phloc.commons.concurrent.collector - package com.phloc.commons.concurrent.collector
-
- com.phloc.commons.convert - package com.phloc.commons.convert
-
- com.phloc.commons.convert.collections - package com.phloc.commons.convert.collections
-
- com.phloc.commons.crypto - package com.phloc.commons.crypto
-
- com.phloc.commons.deadlock - package com.phloc.commons.deadlock
-
- com.phloc.commons.email - package com.phloc.commons.email
-
- com.phloc.commons.encode - package com.phloc.commons.encode
-
- com.phloc.commons.equals - package com.phloc.commons.equals
-
- com.phloc.commons.error - package com.phloc.commons.error
-
- com.phloc.commons.exceptions - package com.phloc.commons.exceptions
-
- com.phloc.commons.factory - package com.phloc.commons.factory
-
- com.phloc.commons.filter - package com.phloc.commons.filter
-
- com.phloc.commons.filter.collections - package com.phloc.commons.filter.collections
-
- com.phloc.commons.format - package com.phloc.commons.format
-
- com.phloc.commons.format.impl - package com.phloc.commons.format.impl
-
- com.phloc.commons.gfx - package com.phloc.commons.gfx
-
- com.phloc.commons.hash - package com.phloc.commons.hash
-
- com.phloc.commons.hierarchy - package com.phloc.commons.hierarchy
-
- com.phloc.commons.i18n - package com.phloc.commons.i18n
-
- com.phloc.commons.id - package com.phloc.commons.id
-
- com.phloc.commons.idfactory - package com.phloc.commons.idfactory
-
- com.phloc.commons.io - package com.phloc.commons.io
-
- com.phloc.commons.io.channels - package com.phloc.commons.io.channels
-
- com.phloc.commons.io.file - package com.phloc.commons.io.file
-
- com.phloc.commons.io.file.filter - package com.phloc.commons.io.file.filter
-
- com.phloc.commons.io.file.iterate - package com.phloc.commons.io.file.iterate
-
- com.phloc.commons.io.misc - package com.phloc.commons.io.misc
-
- com.phloc.commons.io.monitor - package com.phloc.commons.io.monitor
-
- com.phloc.commons.io.resolver - package com.phloc.commons.io.resolver
-
- com.phloc.commons.io.resource - package com.phloc.commons.io.resource
-
- com.phloc.commons.io.resourceprovider - package com.phloc.commons.io.resourceprovider
-
- com.phloc.commons.io.streamprovider - package com.phloc.commons.io.streamprovider
-
- com.phloc.commons.io.streams - package com.phloc.commons.io.streams
-
- com.phloc.commons.jaxb - package com.phloc.commons.jaxb
-
- com.phloc.commons.jaxb.utils - package com.phloc.commons.jaxb.utils
-
- com.phloc.commons.jaxb.validation - package com.phloc.commons.jaxb.validation
-
- com.phloc.commons.jmx - package com.phloc.commons.jmx
-
- com.phloc.commons.lang - package com.phloc.commons.lang
-
- com.phloc.commons.locale - package com.phloc.commons.locale
-
- com.phloc.commons.locale.country - package com.phloc.commons.locale.country
-
- com.phloc.commons.locale.language - package com.phloc.commons.locale.language
-
- com.phloc.commons.log - package com.phloc.commons.log
-
- com.phloc.commons.math - package com.phloc.commons.math
-
- com.phloc.commons.messagedigest - package com.phloc.commons.messagedigest
-
- com.phloc.commons.microdom - package com.phloc.commons.microdom
-
- com.phloc.commons.microdom.convert - package com.phloc.commons.microdom.convert
-
- com.phloc.commons.microdom.convert.impl - package com.phloc.commons.microdom.convert.impl
-
- com.phloc.commons.microdom.impl - package com.phloc.commons.microdom.impl
-
- com.phloc.commons.microdom.reader - package com.phloc.commons.microdom.reader
-
- com.phloc.commons.microdom.serialize - package com.phloc.commons.microdom.serialize
-
- com.phloc.commons.microdom.utils - package com.phloc.commons.microdom.utils
-
- com.phloc.commons.mime - package com.phloc.commons.mime
-
- com.phloc.commons.mock - package com.phloc.commons.mock
-
- com.phloc.commons.mutable - package com.phloc.commons.mutable
-
- com.phloc.commons.name - package com.phloc.commons.name
-
- com.phloc.commons.parent - package com.phloc.commons.parent
-
- com.phloc.commons.parent.impl - package com.phloc.commons.parent.impl
-
- com.phloc.commons.parent.utils - package com.phloc.commons.parent.utils
-
- com.phloc.commons.pool - package com.phloc.commons.pool
-
- com.phloc.commons.priviledged - package com.phloc.commons.priviledged
-
- com.phloc.commons.random - package com.phloc.commons.random
-
- com.phloc.commons.regex - package com.phloc.commons.regex
-
- com.phloc.commons.serialize.convert - package com.phloc.commons.serialize.convert
-
- com.phloc.commons.serialize.convert.impl - package com.phloc.commons.serialize.convert.impl
-
- com.phloc.commons.state - package com.phloc.commons.state
-
- com.phloc.commons.state.impl - package com.phloc.commons.state.impl
-
- com.phloc.commons.stats - package com.phloc.commons.stats
-
- com.phloc.commons.stats.utils - package com.phloc.commons.stats.utils
-
- com.phloc.commons.stats.visit - package com.phloc.commons.stats.visit
-
- com.phloc.commons.string - package com.phloc.commons.string
-
- com.phloc.commons.system - package com.phloc.commons.system
-
- com.phloc.commons.text - package com.phloc.commons.text
-
- com.phloc.commons.text.impl - package com.phloc.commons.text.impl
-
- com.phloc.commons.text.resolve - package com.phloc.commons.text.resolve
-
- com.phloc.commons.text.resource - package com.phloc.commons.text.resource
-
- com.phloc.commons.text.utils - package com.phloc.commons.text.utils
-
- com.phloc.commons.thirdparty - package com.phloc.commons.thirdparty
-
- com.phloc.commons.timing - package com.phloc.commons.timing
-
- com.phloc.commons.tree - package com.phloc.commons.tree
-
- com.phloc.commons.tree.simple - package com.phloc.commons.tree.simple
-
- com.phloc.commons.tree.utils.build - package com.phloc.commons.tree.utils.build
-
- com.phloc.commons.tree.utils.search - package com.phloc.commons.tree.utils.search
-
- com.phloc.commons.tree.utils.sort - package com.phloc.commons.tree.utils.sort
-
- com.phloc.commons.tree.utils.walk - package com.phloc.commons.tree.utils.walk
-
- com.phloc.commons.tree.utils.xml - package com.phloc.commons.tree.utils.xml
-
- com.phloc.commons.tree.withid - package com.phloc.commons.tree.withid
-
- com.phloc.commons.tree.withid.folder - package com.phloc.commons.tree.withid.folder
-
- com.phloc.commons.tree.withid.unique - package com.phloc.commons.tree.withid.unique
-
- com.phloc.commons.type - package com.phloc.commons.type
-
- com.phloc.commons.typeconvert - package com.phloc.commons.typeconvert
-
- com.phloc.commons.typeconvert.impl - package com.phloc.commons.typeconvert.impl
-
- com.phloc.commons.typeconvert.rule - package com.phloc.commons.typeconvert.rule
-
- com.phloc.commons.url - package com.phloc.commons.url
-
- com.phloc.commons.url.encode - package com.phloc.commons.url.encode
-
- com.phloc.commons.utils - package com.phloc.commons.utils
-
- com.phloc.commons.vendor - package com.phloc.commons.vendor
-
- com.phloc.commons.version - package com.phloc.commons.version
-
- com.phloc.commons.vminit - package com.phloc.commons.vminit
-
- com.phloc.commons.xml - package com.phloc.commons.xml
-
- com.phloc.commons.xml.dom - package com.phloc.commons.xml.dom
-
- com.phloc.commons.xml.ls - package com.phloc.commons.xml.ls
-
- com.phloc.commons.xml.namespace - package com.phloc.commons.xml.namespace
-
- com.phloc.commons.xml.sax - package com.phloc.commons.xml.sax
-
- com.phloc.commons.xml.schema - package com.phloc.commons.xml.schema
-
- com.phloc.commons.xml.serialize - package com.phloc.commons.xml.serialize
-
- com.phloc.commons.xml.transform - package com.phloc.commons.xml.transform
-
- com.phloc.commons.xml.xpath - package com.phloc.commons.xml.xpath
-
- CombinationGenerator<DATATYPE> - Class in com.phloc.commons.math
-
Utility class for generating all possible combinations of elements for a
specified number of available slots.
- CombinationGenerator(List<DATATYPE>, int) - Constructor for class com.phloc.commons.math.CombinationGenerator
-
Ctor
- CombinationGeneratorFlexible<DATATYPE> - Class in com.phloc.commons.math
-
Utility class for generating all possible combinations of elements for a
specified number of available slots.
- CombinationGeneratorFlexible(int, boolean) - Constructor for class com.phloc.commons.math.CombinationGeneratorFlexible
-
Ctor
- CombinatorString - Class in com.phloc.commons.combine
-
A simple combinator that simply concatenates 2 strings.
- CombinatorStringIgnoreNull - Class in com.phloc.commons.combine
-
A simple combinator that concatenates 2 strings by ignoring null
values.
- CombinatorStringWithSeparator - Class in com.phloc.commons.combine
-
A simple combinator that concatenates 2 strings using a common separator.
- CombinatorStringWithSeparator(String) - Constructor for class com.phloc.commons.combine.CombinatorStringWithSeparator
-
- CombinatorStringWithSeparatorIgnoreNull - Class in com.phloc.commons.combine
-
A simple combinator that concatenates 2 strings using a separator in case the
strings to be concatenated are not null.
- CombinatorStringWithSeparatorIgnoreNull(String) - Constructor for class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
-
- combine(String, String) - Method in class com.phloc.commons.combine.CombinatorString
-
- combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringIgnoreNull
-
- combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
-
- combine(String, String) - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
-
- combine(DATATYPE, DATATYPE) - Method in interface com.phloc.commons.combine.ICombinator
-
Combine the passed elements in the correct order.
- CombinedEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
A specific enumeration iterating over two consecutive enumerations.
- CombinedEnumeration(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.CombinedEnumeration
-
- CombinedIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
A specific enumeration iterating over two consecutive enumerations.
- CombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.CombinedIterator
-
- COMMENT_END - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
- COMMENT_START - Static variable in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
- CommonsCleanup - Class in com.phloc.commons.cleanup
-
The sole purpose of this class to clear all caches, that reside in this
library.
- comparator() - Method in class com.phloc.commons.collections.EmptySortedSet
-
- ComparatorAsString - Class in com.phloc.commons.compare
-
A simple collation aware comparator that compares objects by their "toString"
representation.
- ComparatorAsString() - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default locale
Collator and default sort order.
- ComparatorAsString(Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default locale
Collator and default sort order and
a nested comparator.
- ComparatorAsString(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default locale
Collator.
- ComparatorAsString(ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default locale
Collator and a nested comparator.
- ComparatorAsString(Locale) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default sort order and specified sort locale.
- ComparatorAsString(Locale, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Comparator with default sort order but special locale and a nested
comparator.
- ComparatorAsString(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with locale and sort order.
- ComparatorAsString(Locale, ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with locale and sort order and a nested comparator.
- ComparatorAsString(Collator) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with
Collator using the default sort order
- ComparatorAsString(Collator, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with
Collator using the default sort order and a nested
comparator.
- ComparatorAsString(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with
Collator and sort order.
- ComparatorAsString(Collator, ESortOrder, Comparator<? super Object>) - Constructor for class com.phloc.commons.compare.ComparatorAsString
-
Constructor with
Collator and sort order and a nested comparator.
- ComparatorChangeLogComponent - Class in com.phloc.commons.changelog
-
Special comparator to sort change logs by their component.
- ComparatorChangeLogComponent() - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
-
Comparator with default sort order and no nested comparator.
- ComparatorChangeLogComponent(ESortOrder) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
-
Constructor with sort order.
- ComparatorChangeLogComponent(Comparator<? super ChangeLog>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
-
Comparator with default sort order and a nested comparator.
- ComparatorChangeLogComponent(ESortOrder, Comparator<? super ChangeLog>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogComponent
-
Comparator with sort order and a nested comparator.
- ComparatorChangeLogEntryDate - Class in com.phloc.commons.changelog
-
Special comparator to sort change log entries by their date and in case of
equality by the parent change logs component name.
- ComparatorChangeLogEntryDate() - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
-
Comparator with default sort order and no nested comparator.
- ComparatorChangeLogEntryDate(ESortOrder) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
-
Constructor with sort order.
- ComparatorChangeLogEntryDate(Comparator<? super ChangeLogEntry>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
-
Comparator with default sort order and a nested comparator.
- ComparatorChangeLogEntryDate(ESortOrder, Comparator<? super ChangeLogEntry>) - Constructor for class com.phloc.commons.changelog.ComparatorChangeLogEntryDate
-
Comparator with sort order and a nested comparator.
- ComparatorComparable<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.compare
-
- ComparatorComparable() - Constructor for class com.phloc.commons.compare.ComparatorComparable
-
Comparator with default sort order and no nested comparator.
- ComparatorComparable(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorComparable
-
Constructor with sort order.
- ComparatorComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparable
-
Comparator with sort order and a nested comparator.
- ComparatorComparableNullAware<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.compare
-
- ComparatorComparableNullAware() - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
-
Comparator with default sort order.
- ComparatorComparableNullAware(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
-
Constructor with sort order.
- ComparatorComparableNullAware(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
-
Comparator with default sort order and a nested comparator.
- ComparatorComparableNullAware(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.compare.ComparatorComparableNullAware
-
Comparator with sort order and a nested comparator.
- ComparatorDefaultTreeItem<DATATYPE> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorDefaultTreeItem(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
-
Constructor with default sort order.
- ComparatorDefaultTreeItem(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
-
Constructor with sort order.
- ComparatorDefaultTreeItem(Comparator<? super DefaultTreeItem<DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
-
Comparator with default sort order and a nested comparator.
- ComparatorDefaultTreeItem(ESortOrder, Comparator<? super DefaultTreeItem<DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItem
-
Constructor with sort order and a nested comparator.
- ComparatorDefaultTreeItemComparable<DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.tree.utils.sort
-
Comparator for sorting
DefaultTreeItem items by their value using an
comparable value types.
- ComparatorDefaultTreeItemComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
-
Comparator with default sort order.
- ComparatorDefaultTreeItemComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
-
Constructor with sort order.
- ComparatorDefaultTreeItemComparable(Comparator<? super DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorDefaultTreeItemComparable(ESortOrder, Comparator<? super DefaultTreeItem<DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemComparable
-
Comparator with sort order and a nested comparator.
- ComparatorDefaultTreeItemWithIDData<IDTYYPE,DATATYPE> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorDefaultTreeItemWithIDData(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
-
Constructor with default sort order.
- ComparatorDefaultTreeItemWithIDData(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
-
Constructor with sort order.
- ComparatorDefaultTreeItemWithIDData(Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
-
Comparator with default sort order and a nested comparator.
- ComparatorDefaultTreeItemWithIDData(ESortOrder, Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDData
-
Constructor with sort order and a nested comparator.
- ComparatorDefaultTreeItemWithIDDataComparable<IDTYYPE,DATATYPE extends Comparable<? super DATATYPE>> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorDefaultTreeItemWithIDDataComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
-
Comparator with default sort order.
- ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
-
Constructor with sort order.
- ComparatorDefaultTreeItemWithIDDataComparable(Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorDefaultTreeItemWithIDDataComparable(ESortOrder, Comparator<? super DefaultTreeItemWithID<IDTYYPE, DATATYPE>>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorDefaultTreeItemWithIDDataComparable
-
Comparator with sort order and a nested comparator.
- ComparatorDisplayNameProvider<DATATYPE> - Class in com.phloc.commons.name
-
- ComparatorDisplayNameProvider(Locale, IDisplayNameProvider<DATATYPE>) - Constructor for class com.phloc.commons.name.ComparatorDisplayNameProvider
-
Constructor.
- ComparatorDisplayNameProvider(Locale, IDisplayNameProvider<DATATYPE>, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorDisplayNameProvider
-
Constructor.
- ComparatorDisplayTextProvider<DATATYPE> - Class in com.phloc.commons.name
-
- ComparatorDisplayTextProvider(Locale, IDisplayTextProvider<DATATYPE>, Locale) - Constructor for class com.phloc.commons.name.ComparatorDisplayTextProvider
-
Constructor.
- ComparatorDisplayTextProvider(Locale, IDisplayTextProvider<DATATYPE>, Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorDisplayTextProvider
-
Constructor.
- ComparatorFileAbsolutePath - Class in com.phloc.commons.io.file
-
Sort files by their absolute path name.
- ComparatorFileAbsolutePath() - Constructor for class com.phloc.commons.io.file.ComparatorFileAbsolutePath
-
- ComparatorFileAbsolutePath(Locale) - Constructor for class com.phloc.commons.io.file.ComparatorFileAbsolutePath
-
- ComparatorFileName - Class in com.phloc.commons.io.file
-
Sort files by their base name.
- ComparatorFileName() - Constructor for class com.phloc.commons.io.file.ComparatorFileName
-
- ComparatorFileName(Locale) - Constructor for class com.phloc.commons.io.file.ComparatorFileName
-
- ComparatorHasDisplayName<DATATYPE extends IHasDisplayName> - Class in com.phloc.commons.name
-
- ComparatorHasDisplayName(Locale) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayName
-
Comparator with default sort order but special collation locale.
- ComparatorHasDisplayName(Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayName
-
Comparator with special sort order and a special collation locale.
- ComparatorHasDisplayText<DATATYPE extends IHasDisplayText> - Class in com.phloc.commons.name
-
- ComparatorHasDisplayText(Locale, Locale) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayText
-
Constructor.
- ComparatorHasDisplayText(Locale, Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasDisplayText
-
Constructor.
- ComparatorHasErrorID<DATATYPE extends IHasErrorID> - Class in com.phloc.commons.error
-
Special comparator that compares based on an error ID
- ComparatorHasErrorID() - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default locale
Collator and default sort order.
- ComparatorHasErrorID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default locale
Collator and default sort order and
a nested comparator.
- ComparatorHasErrorID(ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default locale
Collator.
- ComparatorHasErrorID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default locale
Collator and a nested comparator.
- ComparatorHasErrorID(Locale) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default sort order and specified sort locale.
- ComparatorHasErrorID(Locale, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Comparator with default sort order but special locale and a nested
comparator.
- ComparatorHasErrorID(Locale, ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with locale and sort order.
- ComparatorHasErrorID(Locale, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with locale and sort order and a nested comparator.
- ComparatorHasErrorID(Collator) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with
Collator using the default sort order
- ComparatorHasErrorID(Collator, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with
Collator using the default sort order and a nested
comparator.
- ComparatorHasErrorID(Collator, ESortOrder) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with
Collator and sort order.
- ComparatorHasErrorID(Collator, ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.error.ComparatorHasErrorID
-
Constructor with
Collator and sort order and a nested comparator.
- ComparatorHasID<IDTYPE,DATATYPE extends IHasID<IDTYPE>> - Class in com.phloc.commons.id
-
- ComparatorHasID(Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
-
Comparator with default sort order and no nested comparator.
- ComparatorHasID(ESortOrder, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
-
Constructor with sort order and no nested comparator.
- ComparatorHasID(Comparator<? super DATATYPE>, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
-
Comparator with default sort order and a nested comparator.
- ComparatorHasID(ESortOrder, Comparator<? super DATATYPE>, Comparator<? super IDTYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasID
-
Constructor with sort order and a nested comparator.
- ComparatorHasIDComparable<IDTYPE extends Comparable<? super IDTYPE>,DATATYPE extends IHasID<IDTYPE>> - Class in com.phloc.commons.id
-
- ComparatorHasIDComparable() - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
-
Comparator with default sort order and no nested comparator.
- ComparatorHasIDComparable(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
-
Constructor with sort order.
- ComparatorHasIDComparable(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorHasIDComparable(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDComparable
-
Comparator with sort order and a nested comparator.
- ComparatorHasIDInteger<DATATYPE extends IHasID<Integer>> - Class in com.phloc.commons.id
-
- ComparatorHasIDInteger() - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
-
Comparator with default sort order and no nested comparator.
- ComparatorHasIDInteger(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
-
Constructor with sort order.
- ComparatorHasIDInteger(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
-
Comparator with default sort order and a nested comparator.
- ComparatorHasIDInteger(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDInteger
-
Comparator with sort order and a nested comparator.
- ComparatorHasIDString<DATATYPE extends IHasID<String>> - Class in com.phloc.commons.id
-
- ComparatorHasIDString() - Constructor for class com.phloc.commons.id.ComparatorHasIDString
-
Comparator with default sort order and no nested comparator.
- ComparatorHasIDString(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
-
Constructor with sort order.
- ComparatorHasIDString(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
-
Comparator with default sort order and a nested comparator.
- ComparatorHasIDString(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasIDString
-
Comparator with sort order and a nested comparator.
- ComparatorHasName<DATATYPE extends IHasName> - Class in com.phloc.commons.name
-
- ComparatorHasName(Locale) - Constructor for class com.phloc.commons.name.ComparatorHasName
-
- ComparatorHasName(Locale, ESortOrder) - Constructor for class com.phloc.commons.name.ComparatorHasName
-
- ComparatorHasSimpleIntID<DATATYPE extends IHasSimpleIntID> - Class in com.phloc.commons.id
-
- ComparatorHasSimpleIntID() - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
-
Comparator with default sort order and no nested comparator.
- ComparatorHasSimpleIntID(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
-
Constructor with sort order.
- ComparatorHasSimpleIntID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
-
Comparator with default sort order and a nested comparator.
- ComparatorHasSimpleIntID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleIntID
-
Comparator with sort order and a nested comparator.
- ComparatorHasSimpleLongID<DATATYPE extends IHasSimpleLongID> - Class in com.phloc.commons.id
-
- ComparatorHasSimpleLongID() - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
-
Comparator with default sort order and no nested comparator.
- ComparatorHasSimpleLongID(ESortOrder) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
-
Constructor with sort order.
- ComparatorHasSimpleLongID(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
-
Comparator with default sort order and a nested comparator.
- ComparatorHasSimpleLongID(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.id.ComparatorHasSimpleLongID
-
Comparator with sort order and a nested comparator.
- ComparatorLocale - Class in com.phloc.commons.locale
-
Compare
Locale objects by their String representation.
- ComparatorLocale() - Constructor for class com.phloc.commons.locale.ComparatorLocale
-
- ComparatorLocale(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocale
-
- ComparatorLocaleCountry - Class in com.phloc.commons.locale.country
-
- ComparatorLocaleCountry(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleCountry
-
- ComparatorLocaleDisplayCountry - Class in com.phloc.commons.locale.country
-
Comparator that sorts
Locale objects by their
country display name in the system locale.
- ComparatorLocaleDisplayCountry(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountry
-
- ComparatorLocaleDisplayCountryInLocale - Class in com.phloc.commons.locale.country
-
Comparator that sorts
Locale objects by their
country display name in the passed locale.
- ComparatorLocaleDisplayCountryInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
-
- ComparatorLocaleDisplayCountryNative - Class in com.phloc.commons.locale.country
-
Comparator that sorts
Locale objects by their
country display name in its own locale.
- ComparatorLocaleDisplayCountryNative(Locale) - Constructor for class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryNative
-
- ComparatorLocaleDisplayLanguage - Class in com.phloc.commons.locale.language
-
Comparator that sorts
Locale objects by their
language display name in the system locale.
- ComparatorLocaleDisplayLanguage(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguage
-
- ComparatorLocaleDisplayLanguageInLocale - Class in com.phloc.commons.locale.language
-
Comparator that sorts
Locale objects by their
language display name in the passed locale.
- ComparatorLocaleDisplayLanguageInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
-
- ComparatorLocaleDisplayLanguageNative - Class in com.phloc.commons.locale.language
-
Comparator that sorts
Locale objects by their
language display name in its own locale.
- ComparatorLocaleDisplayLanguageNative(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageNative
-
- ComparatorLocaleDisplayName - Class in com.phloc.commons.locale
-
Comparator that sorts
Locale objects by their
display name in the system locale.
- ComparatorLocaleDisplayName(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayName
-
- ComparatorLocaleDisplayNameInLocale - Class in com.phloc.commons.locale
-
- ComparatorLocaleDisplayNameInLocale(Locale, Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
-
- ComparatorLocaleDisplayNameNative - Class in com.phloc.commons.locale
-
- ComparatorLocaleDisplayNameNative(Locale) - Constructor for class com.phloc.commons.locale.ComparatorLocaleDisplayNameNative
-
- ComparatorLocaleLanguage - Class in com.phloc.commons.locale.language
-
- ComparatorLocaleLanguage(Locale) - Constructor for class com.phloc.commons.locale.language.ComparatorLocaleLanguage
-
- ComparatorPairFirst<DATA1TYPE extends Comparable<? super DATA1TYPE>,DATA2TYPE> - Class in com.phloc.commons.collections.pair
-
- ComparatorPairFirst() - Constructor for class com.phloc.commons.collections.pair.ComparatorPairFirst
-
- ComparatorPairFirst(ESortOrder) - Constructor for class com.phloc.commons.collections.pair.ComparatorPairFirst
-
- ComparatorPairSecond<DATA1TYPE,DATA2TYPE extends Comparable<? super DATA2TYPE>> - Class in com.phloc.commons.collections.pair
-
- ComparatorPairSecond() - Constructor for class com.phloc.commons.collections.pair.ComparatorPairSecond
-
- ComparatorPairSecond(ESortOrder) - Constructor for class com.phloc.commons.collections.pair.ComparatorPairSecond
-
- ComparatorString - Class in com.phloc.commons.compare
-
A simple collation aware comparator that compares String objects.
- ComparatorString() - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default locale
Collator and default sort order.
- ComparatorString(Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default locale
Collator and default sort order and
a nested comparator.
- ComparatorString(ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default locale
Collator.
- ComparatorString(ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default locale
Collator and a nested comparator.
- ComparatorString(Locale) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default sort order and specified sort locale.
- ComparatorString(Locale, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Comparator with default sort order but special locale and a nested
comparator.
- ComparatorString(Locale, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with locale and sort order.
- ComparatorString(Locale, ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with locale and sort order and a nested comparator.
- ComparatorString(Collator) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with
Collator using the default sort order
- ComparatorString(Collator, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with
Collator using the default sort order and a nested
comparator.
- ComparatorString(Collator, ESortOrder) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with
Collator and sort order.
- ComparatorString(Collator, ESortOrder, Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorString
-
Constructor with
Collator and sort order and a nested comparator.
- ComparatorStringLongestFirst - Class in com.phloc.commons.compare
-
A special comparator that sorts String, but the longest strings come first.
- ComparatorStringLongestFirst() - Constructor for class com.phloc.commons.compare.ComparatorStringLongestFirst
-
Comparator without a nested comparator.
- ComparatorStringLongestFirst(Comparator<? super String>) - Constructor for class com.phloc.commons.compare.ComparatorStringLongestFirst
-
Comparator with a nested comparator.
- ComparatorThreadID - Class in com.phloc.commons.concurrent
-
- ComparatorThreadID() - Constructor for class com.phloc.commons.concurrent.ComparatorThreadID
-
- ComparatorThreadID(ESortOrder) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadID
-
- ComparatorThreadName - Class in com.phloc.commons.concurrent
-
- ComparatorThreadName(Locale) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadName
-
- ComparatorThreadName(Locale, ESortOrder) - Constructor for class com.phloc.commons.concurrent.ComparatorThreadName
-
- ComparatorTreeItemData<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorTreeItemData(Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
-
Constructor with default sort order.
- ComparatorTreeItemData(ESortOrder, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
-
Constructor with sort order.
- ComparatorTreeItemData(Comparator<? super ITEMTYPE>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
-
Comparator with default sort order and a nested comparator.
- ComparatorTreeItemData(ESortOrder, Comparator<? super ITEMTYPE>, Comparator<? super DATATYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
-
Constructor with sort order and a nested comparator.
- ComparatorTreeItemDataComparable<DATATYPE extends Comparable<? super DATATYPE>,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
-
Comparator for sorting
IBasicTreeItem items by their value using an
comparable value types.
- ComparatorTreeItemDataComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
-
Comparator with default sort order.
- ComparatorTreeItemDataComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
-
Constructor with sort order.
- ComparatorTreeItemDataComparable(Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorTreeItemDataComparable(ESortOrder, Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
-
Comparator with sort order and a nested comparator.
- ComparatorTreeItemID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorTreeItemID(Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
-
Comparator with default sort order and no nested comparator.
- ComparatorTreeItemID(ESortOrder, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
-
Constructor with sort order and no nested comparator.
- ComparatorTreeItemID(Comparator<? super ITEMTYPE>, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
-
Comparator with default sort order and a nested comparator.
- ComparatorTreeItemID(ESortOrder, Comparator<? super ITEMTYPE>, Comparator<? super KEYTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemID
-
Constructor with sort order and a nested comparator.
- ComparatorTreeItemIDComparable<KEYTYPE extends Comparable<? super KEYTYPE>,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Class in com.phloc.commons.tree.utils.sort
-
- ComparatorTreeItemIDComparable() - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
-
Comparator with default sort order and no nested comparator.
- ComparatorTreeItemIDComparable(ESortOrder) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
-
Constructor with sort order.
- ComparatorTreeItemIDComparable(Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
-
Comparator with default sort order and a nested comparator.
- ComparatorTreeItemIDComparable(ESortOrder, Comparator<? super ITEMTYPE>) - Constructor for class com.phloc.commons.tree.utils.sort.ComparatorTreeItemIDComparable
-
Comparator with sort order and a nested comparator.
- ComparatorUtils - Class in com.phloc.commons.compare
-
Helper class to easily create commonly used
Comparator objects.
- compare(DATATYPE, DATATYPE) - Method in class com.phloc.commons.compare.AbstractComparator
-
- compare(byte, byte) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for byte
- compare(char, char) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for byte
- compare(double, double) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for doubles
- compare(float, float) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for floats
- compare(int, int) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for int
- compare(long, long) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for long
- compare(short, short) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for short
- compare(T, T) - Method in class com.phloc.commons.compare.ReverseComparator
-
- compareFalseBeforeTrue(boolean, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for boolean, true before false
- compareTo(Codepoint) - Method in class com.phloc.commons.i18n.Codepoint
-
- compareTo(MutableBigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- compareTo(MutableBigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- compareTo(MutableBoolean) - Method in class com.phloc.commons.mutable.MutableBoolean
-
- compareTo(MutableByte) - Method in class com.phloc.commons.mutable.MutableByte
-
- compareTo(MutableChar) - Method in class com.phloc.commons.mutable.MutableChar
-
- compareTo(MutableDouble) - Method in class com.phloc.commons.mutable.MutableDouble
-
- compareTo(MutableFloat) - Method in class com.phloc.commons.mutable.MutableFloat
-
- compareTo(MutableInt) - Method in class com.phloc.commons.mutable.MutableInt
-
- compareTo(MutableLong) - Method in class com.phloc.commons.mutable.MutableLong
-
- compareTo(MutableShort) - Method in class com.phloc.commons.mutable.MutableShort
-
- compareTo(ObjectType) - Method in class com.phloc.commons.type.ObjectType
-
- compareTo(Version) - Method in class com.phloc.commons.version.Version
-
Compares two Version objects.
- compareTo(VersionRange) - Method in class com.phloc.commons.version.VersionRange
-
Compare this version range to another version range.
- compareTrueBeforeFalse(boolean, boolean) - Static method in class com.phloc.commons.compare.CompareUtils
-
Special version for boolean, true before false
- CompareUtils - Class in com.phloc.commons.compare
-
A small helper class that provides comparison methods that are
null safe.
- ConcurrentCollectorMultiple<DATATYPE> - Class in com.phloc.commons.concurrent.collector
-
Concurrent collector that performs action on multiple objects at once
- ConcurrentCollectorMultiple() - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
-
- ConcurrentCollectorMultiple(IThrowingRunnableWithParameter<List<DATATYPE>>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
-
- ConcurrentCollectorMultiple(int, int, IThrowingRunnableWithParameter<List<DATATYPE>>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorMultiple
-
Constructor.
- ConcurrentCollectorSingle<DATATYPE> - Class in com.phloc.commons.concurrent.collector
-
Concurrent collector that performs action on each object separately
- ConcurrentCollectorSingle() - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
-
- ConcurrentCollectorSingle(IThrowingRunnableWithParameter<DATATYPE>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
-
- ConcurrentCollectorSingle(int, IThrowingRunnableWithParameter<DATATYPE>) - Constructor for class com.phloc.commons.concurrent.collector.ConcurrentCollectorSingle
-
Constructor.
- CONSTANT_NULL - Static variable in class com.phloc.commons.string.ToStringGenerator
-
String to be emitted for null values
- CONSTANT_PASSWORD - Static variable in class com.phloc.commons.string.ToStringGenerator
-
String to be emited for password values
- CONSTANT_THIS - Static variable in class com.phloc.commons.string.ToStringGenerator
-
String to be emitted for this values
- ConstantTextProvider - Class in com.phloc.commons.text.impl
-
An implementation of the
ITextProvider
interface that always returns a constant string.
- ConstantTextProvider(String) - Constructor for class com.phloc.commons.text.impl.ConstantTextProvider
-
- ConstantValidationEventHandlerFactory - Class in com.phloc.commons.jaxb.validation
-
- ConstantValidationEventHandlerFactory(ValidationEventHandler) - Constructor for class com.phloc.commons.jaxb.validation.ConstantValidationEventHandlerFactory
-
- ContainerConversionHelper - Class in com.phloc.commons.convert.collections
-
This utility class helps applying conversions onto collections.
- ContainerEqualsUtils - Class in com.phloc.commons.equals
-
A special equals helper class that handles collections and container classes.
- ContainerEqualsUtils.EContainerType - Enum in com.phloc.commons.equals
-
This enum differentiates the different meta container types.
- ContainerHelper - Class in com.phloc.commons.collections
-
Provides various helper methods to handle collections like
List,
Set and
Map.
- contains(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed search value is contained in the passed value array.
- contains(Object) - Method in class com.phloc.commons.collections.EmptySortedSet
-
- contains(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- contains(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- contains(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Check if sSearch is contained within sText.
- contains(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Check if cSearch is contained within sText.
- containsAll(Collection<?>) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- containsAll(Collection<?>) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- containsAny(char[], char[]) - Static method in class com.phloc.commons.string.StringHelper
-
Check if any of the passed searched characters is contained in the input
char array.
- containsAny(String, char[]) - Static method in class com.phloc.commons.string.StringHelper
-
Check if any of the passed searched characters in contained in the input
string.
- containsAnyNullElement(T[]) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed array contains at least one null element.
- containsAnyNullElement(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Check if the passed collection contains at least one null
element.
- containsAtLeastOneError() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains at least one error or fatal error message.
- containsAtLeastOneError() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsAtLeastOneError() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsAtLeastOneError() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
- containsAtLeastOneFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains at least one failure message.
- containsAtLeastOneFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsAtLeastOneFailure() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsAtLeastOneSuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains at least one success message.
- containsAtLeastOneSuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsAtLeastOneSuccess() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsAttribute(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Check if an attribute of the given name is contained.
- containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- containsAttribute(String) - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- containsChildItemWithDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- containsChildItemWithDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
Check if a direct child item with the given ID is present
- containsCountry(Locale) - Static method in class com.phloc.commons.locale.country.CountryCache
-
Check if the passed country is known.
- containsCountry(String) - Static method in class com.phloc.commons.locale.country.CountryCache
-
Check if the passed country is known.
- containsFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- containsFlag(String) - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- containsFlag(String) - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
-
Check if an flag of the given name is contained.
- containsFlag(String) - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
-
- containsIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Check if sSearch is contained within sText ignoring case.
- containsIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Check if cSearch is contained within sText ignoring case.
- containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLAttributeValueChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLCDATAChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLCDATAChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLChar(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLNameChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLNameChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLTextChar(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsInvalidXMLTextChar(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- containsItemWithDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- containsItemWithDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
-
Check if an item with the given ID is contained.
- containsItemWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- containsItemWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
Check if a tree item corresponding to the given ID is present.
- containsKey(Object) - Method in class com.phloc.commons.collections.SingleElementMap
-
- containsLocale(Locale) - Method in interface com.phloc.commons.IHasLocales
-
Check if the passed locale is directly contained.
- containsLocale(String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocale(String, String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocale(String, String, String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Check if the passed language is in the cache.
- containsLocale(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- containsLocale(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
-
- containsLocaleWithFallback(Locale) - Method in interface com.phloc.commons.IHasLocales
-
Check if the passed locale is directly or by fallback contained.
- containsLocaleWithFallback(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- containsLocaleWithFallback(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
-
- containsNoAttribute() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
- containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- containsNoAttribute() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- containsNoError() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains no error or fatal error message.
- containsNoError() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsNoError() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsNoFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains no failure message.
- containsNoFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsNoFailure() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsNoFlag() - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- containsNoFlag() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- containsNoFlag() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
-
- containsNoFlag() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
-
- containsNoSuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains no success message.
- containsNoSuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsNoSuccess() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsOnlyError() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains only error or fatal error messages.
- containsOnlyError() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsOnlyError() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsOnlyFailure() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains only failure messages.
- containsOnlyFailure() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsOnlyFailure() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsOnlyNullElements(T[]) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed array contains only null element.
- containsOnlyNullElements(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Check if the passed collection contains only null element.
- containsOnlySuccess() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Check if this group contains only success messages.
- containsOnlySuccess() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- containsOnlySuccess() - Method in class com.phloc.commons.log.InMemoryLogger
-
- containsPathSeparatorChar(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
- containsPropertyName(String) - Static method in class com.phloc.commons.SystemProperties
-
Check if a system property with the given name exists.
- containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- containsSingle(KEYTYPE, VALUETYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- containsSingle(KEYTYPE, VALUETYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
-
Check a single element from the container identified by the passed key is
present.
- ContainsSoftMigration - Annotation Type in com.phloc.commons.annotations
-
This is a source-only indicator for objects that contain soft migration.
- containsUnitTestElement(Throwable) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
Check if the passed stack trace array contains a unit test element.
- containsUnitTestElement(StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
Check if the passed stack trace array contains a unit test element.
- containsValue(Object) - Method in class com.phloc.commons.collections.SingleElementMap
-
- continueProcessing(EErrorLevel) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
Should the processing be continued?
- convert(SRCTYPE) - Method in interface com.phloc.commons.convert.IUnidirectionalConverter
-
Convert the passed source object to the destination type.
- convert(IHasID<DATATYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterHasIDID
-
- convert(IHasName) - Method in class com.phloc.commons.convert.UnidirectionalConverterHasNameString
-
- convert(DATATYPE) - Method in class com.phloc.commons.convert.UnidirectionalConverterIdentity
-
- convert(Integer) - Method in class com.phloc.commons.convert.UnidirectionalConverterIntegerString
-
- convert(KEYTYPE) - Method in class com.phloc.commons.convert.UnidirectionalConverterMapGet
-
- convert(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterPairFirst
-
- convert(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.convert.UnidirectionalConverterPairSecond
-
- convert(String) - Method in class com.phloc.commons.convert.UnidirectionalConverterStringInteger
-
- convert(Object) - Method in interface com.phloc.commons.typeconvert.ITypeConverter
-
Convert the passed source object to the destination type.
- convert(Object) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
-
- convert(boolean, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(byte, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(char, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(double, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(float, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(int, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(long, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convert(short, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
- convertIfNecessary(Object, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class, if a conversion
is necessary.
- convertIfNecessary(ITypeConverterProvider, Object, Class<DSTTYPE>) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to the destination class, if a conversion
is necessary.
- convertToBoolean(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to boolean
- convertToByte(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to byte
- convertToChar(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to char
- convertToDouble(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to double
- convertToDst(SRCTYPE) - Method in interface com.phloc.commons.convert.IBidirectionalConverter
-
Convert from SRC to DST.
- convertToFloat(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to float
- convertToInt(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to int
- convertToLong(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to long
- convertToMicroElement(Object, String, String) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverter
-
Convert the passed object to a micro element using the specified tag name
- convertToMicroElement(Object, String, String) - Method in class com.phloc.commons.microdom.convert.impl.StringBasedMicroTypeConverter
-
- convertToMicroElement(Object, String, String) - Method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
-
- convertToMicroElement(Object, String) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
-
- convertToMicroElement(Object, String, String) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
-
- convertToMicroNode(Node) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
- convertToNative(IMicroElement) - Method in interface com.phloc.commons.microdom.convert.IMicroTypeConverter
-
Convert the passed object to a native element.
- convertToNative(IMicroElement) - Method in class com.phloc.commons.microdom.convert.impl.StringBasedMicroTypeConverter
-
- convertToNative(IMicroElement) - Method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
-
- convertToNative(IMicroElement, Class<DSTTYPE>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverter
-
- convertToShort(Object) - Static method in class com.phloc.commons.typeconvert.TypeConverter
-
Convert the passed source value to short
- convertToSrc(DSTTYPE) - Method in interface com.phloc.commons.convert.IBidirectionalConverter
-
Convert from DST to SRC
- copyDirRecursive(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- copyDirRecursive(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Copy a directory including all child objects.
- copyDirRecursive(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Copy a directory including all child objects.
- copyFile(File, File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- copyFile(File, File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Copies the source file to the target file.
- copyFile(File, File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Copies the source file to the target file.
- copyInputStreamToOutputStream(InputStream, OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStream(InputStream, OutputStream, MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStream(InputStream, OutputStream, byte[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStream(InputStream, OutputStream, byte[], MutableLong, Long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStreamAndCloseOS(InputStream, OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStreamWithLimit(InputStream, OutputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyInputStreamToOutputStreamWithLimitAndCloseOS(InputStream, OutputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given input stream to the given output stream.
- copyReaderToWriter(Reader, Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriter(Reader, Writer, MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriter(Reader, Writer, char[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriter(Reader, Writer, char[], MutableLong) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriter(Reader, Writer, char[], MutableLong, Long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriterAndCloseWriter(Reader, Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriterWithLimit(Reader, Writer, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- copyReaderToWriterWithLimitAndCloseWriter(Reader, Writer, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Pass the content of the given reader to the given writer.
- COPYRIGHT - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character ©
- COPYRIGHT_STR - Static variable in class com.phloc.commons.charset.CSpecialChars
-
Special character ©
- CountingFileInputStream - Class in com.phloc.commons.io.streams
-
A special
FileInputStream sub class that keeps track of all read
bytes for the statistics handler.
- CountingFileInputStream(File) - Constructor for class com.phloc.commons.io.streams.CountingFileInputStream
-
- CountingFileInputStream(String) - Constructor for class com.phloc.commons.io.streams.CountingFileInputStream
-
- CountingFileOutputStream - Class in com.phloc.commons.io.streams
-
A special
FileOutputStream sub class that keeps track of all written
bytes for the statistics handler.
- CountingFileOutputStream(File) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
-
- CountingFileOutputStream(File, EAppend) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
-
- CountingFileOutputStream(String) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
-
- CountingFileOutputStream(String, EAppend) - Constructor for class com.phloc.commons.io.streams.CountingFileOutputStream
-
- CountingInputStream - Class in com.phloc.commons.io.streams
-
A wrapper around an
InputStream that counts the number of read bytes.
- CountingInputStream(InputStream) - Constructor for class com.phloc.commons.io.streams.CountingInputStream
-
- CountingOutputStream - Class in com.phloc.commons.io.streams
-
A wrapper around an
OutputStream that counts the number of read
bytes.
- CountingOutputStream(OutputStream) - Constructor for class com.phloc.commons.io.streams.CountingOutputStream
-
- CountryCache - Class in com.phloc.commons.locale.country
-
This is a global cache for country objects to avoid too many object flowing
around.
- create() - Method in class com.phloc.commons.aggregate.AggregatorFactoryConst
-
- create() - Method in class com.phloc.commons.aggregate.AggregatorFactoryNewInstance
-
- create(ELEMENTTYPE[]) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
-
- create(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.CombinedEnumeration
-
- create(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.CombinedIterator
-
- create(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
-
- create(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.EnumerationFromIterator
-
- create(ELEMENTTYPE[]) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
-
- create(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
-
- create(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.IterableIterator
-
- create(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.iterate.ReverseListIterator
-
- create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementEnumeration
-
- create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementIterator
-
- create(T) - Static method in class com.phloc.commons.collections.iterate.SingleElementListIterator
-
- create(ELEMENTTYPE) - Static method in class com.phloc.commons.collections.list.SingleElementList
-
- create() - Static method in class com.phloc.commons.collections.NonBlockingStack
-
- create(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.NonBlockingStack
-
- create(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.NonBlockingStack
-
- create(NonBlockingStack<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.NonBlockingStack
-
- create(T, U) - Static method in class com.phloc.commons.collections.pair.Pair
-
- create(T, U) - Static method in class com.phloc.commons.collections.pair.ReadonlyPair
-
- create(T, U, V) - Static method in class com.phloc.commons.collections.triple.ReadonlyTriple
-
- create(T, U, V) - Static method in class com.phloc.commons.collections.triple.Triple
-
- create(Comparator<U>) - Static method in class com.phloc.commons.compare.ReverseComparator
-
- create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterHasIDID
-
- create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterIdentity
-
Get a converter instance that does not conversion at all.
- create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterPairFirst
-
Get a generic data converter that extracts the first element out of a pair.
- create() - Static method in class com.phloc.commons.convert.UnidirectionalConverterPairSecond
-
Get a generic data converter that extracts the second element out of a
pair.
- create() - Static method in class com.phloc.commons.encode.IdentityDecoder
-
Factory method for this class
- create() - Static method in class com.phloc.commons.encode.IdentityEncoder
-
Factory method for this class
- create() - Method in class com.phloc.commons.factory.FactoryConstantValue
-
- create(DATATYPE) - Static method in class com.phloc.commons.factory.FactoryConstantValue
-
- create() - Method in class com.phloc.commons.factory.FactoryNewInstance
-
- create(Class<DATATYPE>) - Static method in class com.phloc.commons.factory.FactoryNewInstance
-
- create(Class<DATATYPE>, boolean) - Static method in class com.phloc.commons.factory.FactoryNewInstance
-
- create() - Method in class com.phloc.commons.factory.FactoryNull
-
- create() - Method in interface com.phloc.commons.factory.IFactory
-
Create an object of the desired type.
- create(PARAMTYPE) - Method in interface com.phloc.commons.factory.IFactoryWithParameter
-
Create an object of the desired type.
- create(PARAM1TYPE, PARAM2TYPE) - Method in interface com.phloc.commons.factory.IFactoryWithTwoParameters
-
Create an object of the desired type.
- create(DATATYPE) - Method in interface com.phloc.commons.factory.IHierarchicalFactory
-
Create an object of the desired type.
- create(DATATYPE, PARAMTYPE) - Method in interface com.phloc.commons.factory.IHierarchicalFactoryWithParameter
-
Create an object of the desired type.
- create(IFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.FilterChainAND
-
- create(Iterable<? extends IFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.FilterChainAND
-
- create(IFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.FilterChainOR
-
- create(Iterable<? extends IFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.FilterChainOR
-
- create(ISerializableFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.SerializableFilterChainAND
-
- create(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.SerializableFilterChainAND
-
- create(ISerializableFilter<? super DATATYPE>...) - Static method in class com.phloc.commons.filter.SerializableFilterChainOR
-
- create(Iterable<? extends ISerializableFilter<? super DATATYPE>>) - Static method in class com.phloc.commons.filter.SerializableFilterChainOR
-
- create(FileFilter) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- create(FilenameFilter) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- create(String, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses a certain
FilenameFilter.
- create(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses a certain
FilenameFilter.
- create(String, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses multiple
FilenameFilter objects that all need to match.
- create(File, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses multiple
FilenameFilter objects that all need to match.
- create(String, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses a certain
FileFilter.
- create(File, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses a certain
FileFilter.
- create(String, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses multiple
FileFilter objects that all need to match.
- create(File, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemIterator
-
Create a new non-recursive file system iterator that uses multiple
FileFilter objects that all need to match.
- create(String, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(String, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(File, FilenameFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(String, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(File, FileFilter) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(String, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(File, FileFilter...) - Static method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
Create a new iterator that recursively descends into sub-directories
starting from the given base directory.
- create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.CollectingLoggingValidationEventHandlerFactory
-
- create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandlerFactory
-
- create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.ConstantValidationEventHandlerFactory
-
- create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandlerFactory
-
- create(ValidationEventHandler) - Method in interface com.phloc.commons.jaxb.validation.IValidationEventHandlerFactory
-
Create a validation event handler
- create(ValidationEventHandler) - Method in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandlerFactory
-
- create(Hashtable<String, String>) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
- create(Map<String, String>) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
- create(byte[], EMessageDigestAlgorithm) - Static method in class com.phloc.commons.messagedigest.MessageDigestValue
-
- create(DATATYPE) - Static method in class com.phloc.commons.mutable.Wrapper
-
Static factory method with automatic type deduction.
- create(DefaultTreeItem<DATATYPE>) - Method in class com.phloc.commons.tree.simple.DefaultTreeItemFactory
-
- create(ITEMTYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItemFactory
-
Create an object of the desired type.
- create(String, Class<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
-
Factory method.
- create(String, String, Class<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
-
Factory method
- create(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.DefaultTreeItemWithIDFactory
-
- create(ITEMTYPE, KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
-
Create an object of the desired type.
- create(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- create(ITypedObject<IDTYPE>) - Static method in class com.phloc.commons.type.TypedObject
-
- create(ObjectType, IDTYPE) - Static method in class com.phloc.commons.type.TypedObject
-
- create(File) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(URI) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(URL) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(IInputStreamProvider) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(IReadableResource) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(CharSequence) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(String) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(char[]) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(char[], int, int) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(byte[]) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(byte[], int, int) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(ByteBuffer) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(InputStream) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create(Reader) - Static method in class com.phloc.commons.xml.sax.InputSourceFactory
-
- create() - Method in class com.phloc.commons.xml.serialize.SAXReaderFactory
-
- create(File) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
-
- create(IWritableResource) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
-
- create(OutputStream) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
-
- create(Writer) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
-
- create(Node) - Static method in class com.phloc.commons.xml.transform.TransformResultFactory
-
- create(File) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(URI) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(URL) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(IInputStreamProvider) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(IReadableResource) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(CharSequence) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(String) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(char[]) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(char[], int, int) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(byte[]) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(byte[], int, int) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(ByteBuffer) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(InputStream) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(Reader) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create(Node) - Static method in class com.phloc.commons.xml.transform.TransformSourceFactory
-
- create_DE(String) - Static method in class com.phloc.commons.text.impl.TextProvider
-
- create_DE_EN(String, String) - Static method in class com.phloc.commons.text.impl.TextProvider
-
- create_EN(String) - Static method in class com.phloc.commons.text.impl.TextProvider
-
- createAdapter(Runnable) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallable
-
Create a callable that always returns null.
- createAdapter(Runnable, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallable
-
Create a callable that always returns the passed value.
- createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
-
Create a callable that always returns null.
- createAdapter(INonThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterRunnableToCallableWithParameter
-
Create a callable that always returns the passed value.
- createAdapter(IThrowingRunnable) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
-
Create a callable that always returns null.
- createAdapter(IThrowingRunnable, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallable
-
Create a callable that always returns the passed value.
- createAdapter(IThrowingRunnableWithParameter<PARAMTYPE>) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
-
Create a callable that always returns null.
- createAdapter(IThrowingRunnableWithParameter<PARAMTYPE>, DATATYPE) - Static method in class com.phloc.commons.callback.AdapterThrowingRunnableToCallableWithParameter
-
Create a callable that always returns the passed value.
- createBeginEnd(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
-
- createBeginEnd(boolean[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
-
- createBeginEnd(byte[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
-
- createBeginEnd(char[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
-
- createBeginEnd(double[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
-
- createBeginEnd(float[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
-
- createBeginEnd(int[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
-
- createBeginEnd(long[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
-
- createBeginEnd(short[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
-
- createBitSet(byte) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Convert the passed byte value to an bit set of size 8.
- createBitSet(short) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Convert the passed short value to an bit set of size 16.
- createBitSet(int) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Convert the passed int value to an bit set of size 32.
- createBitSet(long) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Convert the passed long value to an bit set of size 64.
- createCache() - Method in class com.phloc.commons.cache.AbstractCache
-
Create a new cache map.
- createCache() - Method in class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
-
- createCache() - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
-
- createChanged(DATATYPE) - Static method in class com.phloc.commons.state.impl.ChangeWithValue
-
Create a new changed object with the given value.
- createChildItem(DATATYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
Add a child item to this item.
- createChildItem(DATATYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItem
-
Add a child item to this item.
- createChildItem(KEYTYPE, DATATYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- createChildItem(KEYTYPE, DATATYPE, boolean) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- createChildItem(KEYTYPE, DATATYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
Add a direct child item to this item.
- createChildItem(KEYTYPE, DATATYPE, boolean) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
Add a direct child item to this item.
- createCloneOnDemand(ISAXReaderSettings) - Static method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
Create a clone of the passed settings, depending on the parameter.
- createDefaultDocumentBuilderFactory() - Static method in class com.phloc.commons.xml.XMLFactory
-
- createDir(File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- createDir(File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Create a new directory.
- createDir(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Create a new directory.
- createDirIfNotExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- createDirIfNotExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Create a new directory if it does not exist.
- createDirIfNotExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Create a new directory if it does not exist.
- createDirRecursive(File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- createDirRecursive(File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Create a new directory.
- createDirRecursive(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Create a new directory.
- createDirRecursiveIfNotExisting(File) - Method in class com.phloc.commons.io.file.FileOperationManager
-
- createDirRecursiveIfNotExisting(File) - Static method in class com.phloc.commons.io.file.FileOperations
-
Create a new directory if it does not exist.
- createDirRecursiveIfNotExisting(File) - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
Create a new directory if it does not exist.
- createDocumentBuilder() - Static method in class com.phloc.commons.xml.XMLFactory
-
- createDocumentBuilder(Schema) - Static method in class com.phloc.commons.xml.XMLFactory
-
Create a document builder for a certain schema.
- createDocumentBuilder(DocumentBuilderFactory) - Static method in class com.phloc.commons.xml.XMLFactory
-
- createDocumentBuilderFactory(Schema) - Static method in class com.phloc.commons.xml.XMLFactory
-
Create a new
DocumentBuilderFactory for the specified schema, with
the following settings: coalescing, comment ignoring and namespace aware.
- createEmpty() - Static method in class com.phloc.commons.collections.iterate.IterableIterator
-
- createFailure(DATATYPE) - Static method in class com.phloc.commons.state.impl.SuccessWithValue
-
Create a new failure object with the given value.
- createFileMonitor(IFileListener) - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
Create a new
FileMonitor based on the passed file listener.
- createForSet(ICombinator<K>) - Static method in class com.phloc.commons.tree.withid.folder.DefaultFolderTree
-
- createFromMap(Map<String, String>) - Static method in class com.phloc.commons.text.impl.MultiLingualText
-
- createFromMap(Map<String, String>) - Static method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- createListDocument(Collection<String>) - Static method in class com.phloc.commons.microdom.reader.XMLListHandler
-
- createLogMessage(EErrorLevel, Serializable, Throwable) - Method in class com.phloc.commons.log.InMemoryLogger
-
Override this method to create a different LogMessage object or to filter
certain log messages.
- createMapDocument(Map<String, String>) - Static method in class com.phloc.commons.microdom.reader.XMLMapHandler
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapArrayListBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapLinkedHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapTreeSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiConcurrentHashMapVectorBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapArrayListBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapLinkedHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapTreeSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiHashMapVectorBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapArrayListBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapLinkedHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapTreeSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiLinkedHashMapVectorBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapArrayListBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapLinkedHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapTreeSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiTreeMapVectorBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapArrayListBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapLinkedHashSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapTreeSetBased
-
- createNewCollection() - Method in class com.phloc.commons.collections.multimap.MultiWeakHashMapVectorBased
-
- createNewXPath() - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
- createNewXPath(XPathFactory) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath without any special settings.
- createNewXPath(XPathVariableResolver) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
- createNewXPath(XPathFactory, XPathVariableResolver) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed variable resolver.
- createNewXPath(XPathFunctionResolver) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
- createNewXPath(XPathFactory, XPathFunctionResolver) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed function resolver.
- createNewXPath(NamespaceContext) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
- createNewXPath(XPathFactory, NamespaceContext) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed namespace context.
- createNewXPath(XPathVariableResolver, NamespaceContext) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed variable resolver and namespace
context using the default
XPathFactory.
- createNewXPath(XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed variable resolver, function
resolver and namespace context using the default
XPathFactory.
- createNewXPath(XPathFactory, XPathVariableResolver, XPathFunctionResolver, NamespaceContext) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new
XPath with the passed variable resolver, function
resolver and namespace context.
- createNewXPathExpresion(XPathVariableResolver, XPathFunctionResolver, NamespaceContext, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpresion(XPathVariableResolver, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpresion(XPathFunctionResolver, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpresion(NamespaceContext, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation using the default
XPathFactory.
- createNewXPathExpresion(String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluatio using the default
XPathFactoryn.
- createNewXPathExpresion(XPath, String) - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
Create a new XPath expression for evaluation.
- createOfsLen(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIterator
-
- createOfsLen(boolean[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorBoolean
-
- createOfsLen(byte[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorByte
-
- createOfsLen(char[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorChar
-
- createOfsLen(double[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorDouble
-
- createOfsLen(float[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorFloat
-
- createOfsLen(int[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorInt
-
- createOfsLen(long[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorLong
-
- createOfsLen(short[], int, int) - Static method in class com.phloc.commons.collections.iterate.ArrayIteratorShort
-
- createReader(String) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- createReader(char[]) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- createReader(InputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Deprecated.
- createReader(InputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- createRoot() - Method in interface com.phloc.commons.factory.IHierarchicalRootFactory
-
Create the root object.
- createRoot() - Method in class com.phloc.commons.tree.simple.DefaultTreeItemFactory
-
- createRoot() - Method in interface com.phloc.commons.tree.simple.ITreeItemFactory
-
Create the root object.
- createRoot() - Method in class com.phloc.commons.tree.withid.DefaultTreeItemWithIDFactory
-
- createRoot() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
-
- createRoot() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithIDFactory
-
Create the root object.
- createRoot() - Method in class com.phloc.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
-
- createSuccess(DATATYPE) - Static method in class com.phloc.commons.state.impl.SuccessWithValue
-
Create a new success object with the given value.
- createTransformerFactory(ErrorListener, URIResolver) - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
-
- createUnchanged(DATATYPE) - Static method in class com.phloc.commons.state.impl.ChangeWithValue
-
Create a new unchanged object with the given value.
- createUniquePrefix() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
Create a new unique namespace prefix.
- createValidationSchema() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
- createWithClones(IMicroNode...) - Static method in class com.phloc.commons.microdom.impl.MicroContainer
-
- createWithClones(Iterable<? extends IMicroNode>) - Static method in class com.phloc.commons.microdom.impl.MicroContainer
-
- createWithDefaultProperties(Object) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
Create a standard
ObjectName using the default domain and only the
"type" property.
- createWithDefaultProperties(Object, String) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
Create a standard
ObjectName using the default domain and the
"type" and "name" properties.
- createWriter(OutputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Deprecated.
- createWriter(OutputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- createXMLEmitter(Writer, IXMLWriterSettings) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
-
- createXMLReader() - Static method in class com.phloc.commons.xml.serialize.SAXReaderFactory
-
- createXMLReader() - Static method in class com.phloc.commons.xml.serialize.XMLReaderFactoryPhloc
-
Attempt to create an XMLReader from system defaults.
- createXMLReader(String) - Static method in class com.phloc.commons.xml.serialize.XMLReaderFactoryPhloc
-
Attempt to create an XML reader from a class name.
- CryptoPolicy - Class in com.phloc.commons.crypto
-
Helper class to see if unlimited strength crypto is available.
- CSpecialChars - Class in com.phloc.commons.charset
-
These constants only exist to work around the common file encoding problem
with Cp1252/UTF-8.
- CURRENT_YEAR - Static variable in class com.phloc.commons.CGlobal
-
The year when the application was started.
- customizeMarshaller(Marshaller) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Customize the passed marshaller before marshalling something.
- customizeUnmarshaller(Unmarshaller) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Customize the passed unmarshaller before un something.
- CustomLicense - Class in com.phloc.commons.thirdparty
-
Represents a custom license.
- CustomLicense(String, String, Version, String) - Constructor for class com.phloc.commons.thirdparty.CustomLicense
-
Create a custom license.
- CXML - Class in com.phloc.commons.xml
-
This is just a workaround if Xerces is not in the build path.
- CXMLRegEx - Class in com.phloc.commons.xml
-
XML regular expressions.
- GB_SUFFIX - Static variable in class com.phloc.commons.io.misc.SizeHelper
-
Suffix for Gigabytes
- GenericReflection - Class in com.phloc.commons.lang
-
This is a special helper class that provides many utility methods that
require the SuppressWarnings("unchecked") annotation.
- get(int) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- get(int) - Method in class com.phloc.commons.collections.list.SafeArrayList
-
- get(int) - Method in class com.phloc.commons.collections.list.SafeVector
-
- get(int) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- get(Object) - Method in class com.phloc.commons.collections.SingleElementMap
-
- get() - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
-
Get the next char
- get(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
-
Get the specified char
- get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharArray
-
- get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharArray
-
- get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharBuffer
-
- get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharBuffer
-
- get() - Method in class com.phloc.commons.i18n.CodepointIteratorCharSequence
-
- get(int) - Method in class com.phloc.commons.i18n.CodepointIteratorCharSequence
-
- get() - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
-
- get(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
-
- get() - Method in interface com.phloc.commons.mutable.IReadonlyWrapper
-
- get() - Method in class com.phloc.commons.mutable.Wrapper
-
- get() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
- get() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
- getAbsoluteWithEnsuredParentDirectory(File, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get a concatenated absolute path consisting of the parent directory and the
file path.
- getAction() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- getAddress() - Method in class com.phloc.commons.email.EmailAddress
-
- getAddress() - Method in interface com.phloc.commons.email.IEmailAddress
-
- getAlgorithm() - Method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
-
- getAlgorithm() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
-
- getAlgorithmName() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
- getAlgorithmName() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
-
- getAlgorithmName() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
-
- getAllAttributeNames() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
- getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAllAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAllAttributeNames() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a set of all attribute names.
- getAllAttributeNames() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllAttributes() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
- getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAllAttributes() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAllAttributes() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a map of all attribute names and values.
- getAllAttributes() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllAttributesAsMap(Element) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getAllAttributeValues() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
- getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAllAttributeValues() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAllAttributeValues() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a set of all attribute values.
- getAllAttributeValues() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllBaseEntries() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getAllBytes(IInputStreamProvider) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all bytes from the passed input stream into a byte array.
- getAllBytes(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all bytes from the passed input stream into a byte array.
- getAllBytesAsString(IInputStreamProvider, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Deprecated.
- getAllBytesAsString(IInputStreamProvider, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all bytes from the passed input stream into a string.
- getAllBytesAsString(InputStream, String) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Deprecated.
- getAllBytesAsString(InputStream, Charset) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all bytes from the passed input stream into a string.
- getAllCacheHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllCharacters(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all characters from the passed reader into a char array.
- getAllCharactersAsString(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Read all characters from the passed reader into a String.
- getAllCharsets() - Static method in class com.phloc.commons.charset.CharsetManager
-
- getAllChildDataIDs() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getAllChildDataIDs() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
- getAllChildDatas() - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
Get the data values of all contained children.
- getAllChildDatas() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getAllChildDatas() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getAllChildElements() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a list of all direct child elements.
- getAllChildElements(String) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a list of all direct child elements having the specified tag name.
- getAllChildElements(String, String) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a list of all direct child elements having the specified namespace and
the specified tag name.
- getAllChildElements(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a list of all direct child elements having the specified tag name.
- getAllChildElements(String, IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get a list of all direct child elements having the specified namespace and
the specified tag name.
- getAllChildElements() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildElements(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildElements(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildElements(IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildElements(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildElementsRecursive() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Recursively get all child elements.
- getAllChildElementsRecursive() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAllChildrenAsContainer(IMicroNode) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Create a micro container with all children of the passed node.
- getAllChildrenRecursive() - Method in interface com.phloc.commons.microdom.IMicroNode
-
Recursively get all children.
- getAllChildrenRecursive() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getAllChildrenRecursive() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getAllClassPathEntries() - Static method in class com.phloc.commons.utils.ClassPathHelper
-
- getAllCounterHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllCountries() - Static method in class com.phloc.commons.locale.country.CountryCache
-
- getAllCountryLocales() - Static method in class com.phloc.commons.locale.country.CountryCache
-
- getAllEntries() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getAllEntriesOfCategory(EChangeLogCategory) - Method in class com.phloc.commons.changelog.ChangeLog
-
Get all change log entries, that match the specified category.
- getAllErrors() - Method in interface com.phloc.commons.error.IResourceErrorGroup
-
Get a resource error group containing only the error elements.
- getAllErrors() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getAllExcept(ELEMENTTYPE[], ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(boolean[], boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(byte[], byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(char[], char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(double[], double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(float[], float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(int[], int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(long[], long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExcept(short[], short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the passed elements.
- getAllExceptFirst(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(boolean[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(byte[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(char[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(double[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(float[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(long[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptFirst(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first element.
- getAllExceptFirst(short[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the first n
elements.
- getAllExceptLast(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(boolean[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(byte[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(char[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(double[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(float[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(long[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllExceptLast(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last element.
- getAllExceptLast(short[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get an array that contains all elements, except for the last n
elements.
- getAllFailures() - Method in interface com.phloc.commons.error.IResourceErrorGroup
-
Get a resource error group containing only the failure elements.
- getAllFailures() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getAllFeaturesOfType(EXMLParserFeatureType) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
-
- getAllFeatureValues() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getAllFeatureValues() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getAllFeatureValues() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getAllFeatureValues() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getAllFeatureValues() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getAllFileMonitors() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
- getAllFlags() - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- getAllFlags() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- getAllFlags() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
-
- getAllFlags() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
-
- getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLAttributeValueChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLCDATAChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLCDATAChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLChars(EXMLSerializeVersion, EXMLCharMode, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLNameChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLNameChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLTextChars(EXMLSerializeVersion, String) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllInvalidXMLTextChars(EXMLSerializeVersion, char[]) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
- getAllIssues() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- getAllItemDatas() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- getAllItemDatas() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getAllItemDatas() - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
-
- getAllItemDatas() - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
- getAllItems() - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- getAllItems() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getAllItems() - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
-
- getAllItems() - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
- getAllKeyedCounterHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllKeyedSizeHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllKeyedTimerHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllKeys() - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyed
-
- getAllKnownMimeTypeFilenameMappings() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
- getAllKnownMimeTypes() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
- getAllLanguages() - Static method in class com.phloc.commons.locale.LocaleCache
-
Get all contained locales that consist only of a non-empty language.
- getAllLocaleDisplayNames(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Get all possible locale names in the passed locale
- getAllLocales() - Method in interface com.phloc.commons.IHasLocales
-
- getAllLocales() - Static method in class com.phloc.commons.locale.LocaleCache
-
Get all contained locales except the locales "all" and "independent"
- getAllLocales() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getAllLocales() - Method in class com.phloc.commons.text.impl.TextProvider
-
- getAllMatchingGroupValues(String, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Get the values of all groups (RegEx (...)
- getAllMessages() - Method in class com.phloc.commons.log.InMemoryLogger
-
- getAllMimeTypeContents() - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
- getAllOriginalChildrenAsContainer(IMicroNode) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Create a micro container with all children of the passed node.
- getAllParameters() - Method in interface com.phloc.commons.mime.IMimeType
-
- getAllParameters() - Method in class com.phloc.commons.mime.MimeType
-
- getAllParams() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getAllParams() - Method in interface com.phloc.commons.url.IURLData
-
- getAllParams() - Method in class com.phloc.commons.url.URLData
-
- getAllPermutations(List<DATATYPE>, int) - Static method in class com.phloc.commons.math.CombinationGenerator
-
Get a list of all permutations of the input elements.
- getAllPrimitiveClasses() - Static method in class com.phloc.commons.lang.ClassHelper
-
- getAllPrimitiveWrapperClasses() - Static method in class com.phloc.commons.lang.ClassHelper
-
- getAllProperties() - Static method in class com.phloc.commons.SystemProperties
-
- getAllPropertiesOfType(EXMLParserPropertyType) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getAllPropertyNames() - Static method in class com.phloc.commons.SystemProperties
-
- getAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getAllPropertyValues() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getAllPropertyValues() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getAllPropertyValues() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getAllProtocols() - Static method in class com.phloc.commons.url.URLProtocolRegistry
-
- getAllRegisteredThirdPartyModules() - Static method in class com.phloc.commons.thirdparty.ThirdPartyModuleRegistry
-
- getAllReleases() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getAllRequestedResources() - Method in class com.phloc.commons.xml.ls.CollectingLSResourceResolver
-
- getAllResourceErrors() - Method in interface com.phloc.commons.error.IResourceErrorGroup
-
Get a list of all contained resource errors.
- getAllResourceErrors() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getAllSizeHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllSPIImplementations(Class<T>) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class
- getAllSPIImplementations(Class<T>, ClassLoader) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class
- getAllSPIImplementations(Class<T>, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class
- getAllSPIImplementations(Class<T>, ClassLoader, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class
- getAllTexts() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- getAllThirdPartyModules() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModuleProviderSPI
-
- getAllThirdPartyModules() - Method in class com.phloc.commons.thirdparty.ThirdPartyModuleProvider_phloc_commons
-
- getAllTimerHandler() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getAllTSpecialChars() - Static method in class com.phloc.commons.mime.MimeTypeParser
-
- getAllUsedFallbackBundleNames() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
- getAllUsedFallbackBundleNames() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- getAllUsedOverrideBundleNames() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
- getAllUsedOverrideBundleNames() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- getAllVariables() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
-
- getAlternate() - Method in enum com.phloc.commons.compare.ESortOrder
-
Get the alternate sort order.
- getAnchor() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getAnchor() - Method in interface com.phloc.commons.url.IURLData
-
- getAnchor() - Method in class com.phloc.commons.url.URLData
-
- getANDChained(FileFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- getANDChained(FilenameFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- getAndSetAttributeFlag(String) - Method in interface com.phloc.commons.collections.attrs.IAttributeContainer
-
Atomic operation to set a flag to true if it was previously
set to false (meaning not existing).
- getAndSetAttributeFlag(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAndSetAttributeFlag(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAnnotationClass() - Method in class com.phloc.commons.cache.AnnotationUsageCache
-
- getAnyFactorialLinear(int) - Static method in class com.phloc.commons.math.FactorialHelper
-
- getApplicationFormEncoded(Map<String, String>, IEncoder<String>) - Static method in class com.phloc.commons.url.URLUtils
-
Create a parameter string suitable for POST body (e.g. for web form
submission).
- getAsBigDecimal() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- getAsBigInteger() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- getAsBoolean(String, Object, boolean) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAsBoolean() - Method in interface com.phloc.commons.IHasBooleanRepresentation
-
- getAsBoolean() - Method in enum com.phloc.commons.io.EAppend
-
- getAsBoolean() - Method in class com.phloc.commons.mutable.MutableBoolean
-
- getAsBooleanObj(boolean) - Method in enum com.phloc.commons.state.ETriState
-
- getAsBooleanObj(Boolean) - Method in enum com.phloc.commons.state.ETriState
-
- getAsBooleanObj(Boolean) - Method in interface com.phloc.commons.state.ITriState
-
Convert the tri state value into a
Boolean value, depending on what
"undefined" means.
- getAsBooleanValue(boolean) - Method in enum com.phloc.commons.state.ETriState
-
- getAsBooleanValue(boolean) - Method in interface com.phloc.commons.state.ITriState
-
Convert the tri state value into a boolean value, depending on what
"undefined" means.
- getAsByte() - Method in class com.phloc.commons.mutable.MutableByte
-
- getAsByteArray() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
-
Get everything as a big byte array, without altering the ByteBuffer.
- getAsBytes(String, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
-
- getAsBytes(String, String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Deprecated.
- getAsBytes(Charset) - Method in class com.phloc.commons.i18n.Codepoint
-
- getAsCharacter() - Method in class com.phloc.commons.mutable.MutableChar
-
- getAsCharArray(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Return the char[] representation of the codepoint, automatically dealing
with surrogate pairs
- getAsCharArray() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
- getAsCharArray(Set<Character>) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
Convert the passed set to an array
- getAsCharArray() - Method in class com.phloc.commons.xml.transform.StringStreamResult
-
- getAsChars() - Method in class com.phloc.commons.i18n.Codepoint
-
- getAsDataValue(IMicroElement) - Method in interface com.phloc.commons.tree.utils.xml.IConverterMicroNodeToTreeItem
-
- getAsDataValue(IMicroElement) - Method in class com.phloc.commons.tree.utils.xml.MicroTypeConverterTreeXML
-
- getAsDays() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsDouble(String, Object, double) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAsDouble() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- getAsDouble() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- getAsDouble() - Method in class com.phloc.commons.mutable.MutableDouble
-
- getAsFile() - Method in interface com.phloc.commons.io.IResourceBase
-
- getAsFile(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the file for the specified path using automatic class loader handling.
- getAsFile(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
- getAsFile() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getAsFile() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getAsFile(URL) - Static method in class com.phloc.commons.io.resource.URLResource
-
- getAsFile() - Method in class com.phloc.commons.io.resource.URLResource
-
- getAsFileNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getAsFloat() - Method in class com.phloc.commons.mutable.MutableFloat
-
- getAsGB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsGB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsHours() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsIdentifier(String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all
non-word characters with an underscore ("_").
- getAsIdentifier(String, char) - Static method in class com.phloc.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all
non-word characters with an underscore.
- getAsIdentifier(String, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Convert an identifier to a programming language identifier by replacing all
non-word characters with an underscore.
- getAsInt(String, Object, int) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAsInteger() - Method in class com.phloc.commons.mutable.MutableInt
-
- getAsIOError(EFileIOOperation, File) - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
- getAsIOError(EFileIOOperation, File, File) - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
- getAsIOError(EFileIOOperation, SecurityException) - Static method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
- getAsKB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsKB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsList(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
-
Get the passed object as a
List object.
- getAsLocale() - Method in enum com.phloc.commons.locale.country.ECountry
-
- getAsLong(String, Object, long) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAsLong() - Method in class com.phloc.commons.mutable.MutableLong
-
- getAsMatching(BigInteger) - Method in class com.phloc.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigInteger, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigDecimal) - Method in class com.phloc.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(BigDecimal, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
Get the best matching formatting of the passed value.
- getAsMatching(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsMatching(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsMB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsMB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsMicroNode() - Method in interface com.phloc.commons.microdom.IHasMicroNodeRepresentation
-
- getAsMicros() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsMillis() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsMinutes() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsNanos() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsNewArray(String) - Method in class com.phloc.commons.charset.StringEncoder
-
Returns a new byte array containing the UTF-8 version of source.
- getAsNewByteBuffer(String) - Method in class com.phloc.commons.charset.StringEncoder
-
Returns a ByteBuffer containing the encoded version of source.
- getAsNonOptionalCopy() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getAsNonOptionalCopy() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getAsObjectArray(Collection<?>) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the passed collection as an array of Object.
- getAsOptionalCopy() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getAsOptionalCopy() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getAsPattern() - Method in class com.phloc.commons.regex.RegExPattern
-
- getAsPB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsPB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsSeconds() - Method in class com.phloc.commons.lang.TimeValue
-
- getAsSecureValidASCIIFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Replace all non-ASCII characters from the filename (e.g.
- getAsSecureValidFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Convert the passed filename into a valid filename by performing the
following actions:
Remove everything after a potential \0 character
Remove all characters that are invalid at the end of a file name
Replace all characters that are invalid inside a filename with a
underscore
If the filename is invalid on Windows platforms it is prefixed with an
underscore.
- getAsShort() - Method in class com.phloc.commons.mutable.MutableShort
-
- getAsString(byte[], String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Deprecated.
- getAsString(byte[], int, int, String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Deprecated.
- getAsString(byte[], Charset) - Static method in class com.phloc.commons.charset.CharsetManager
-
- getAsString(byte[], int, int, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
-
- getAsString(String, Object, String) - Static method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
Get the string representation of the passed value, suitable for parameters.
- getAsString(Locale) - Method in interface com.phloc.commons.error.IResourceError
-
Get the error as a string representation, including error ID, error
location, error text and the linked exception.
- getAsString(Locale) - Method in class com.phloc.commons.error.ResourceError
-
- getAsString() - Method in class com.phloc.commons.error.ResourceLocation
-
- getAsString() - Method in class com.phloc.commons.format.FormattedObject
-
- getAsString() - Method in interface com.phloc.commons.format.IFormattedObject
-
Get the value converted to a string with the specified formatter.
- getAsString() - Method in class com.phloc.commons.i18n.Codepoint
-
- getAsString(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Return the String representation of the codepoint, automatically dealing
with surrogate pairs
- getAsString() - Method in interface com.phloc.commons.IHasStringRepresentation
-
- getAsString(String) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
Deprecated.
- getAsString(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
- getAsString(Charset) - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
-
Get the content as a string without modifying the buffer
- getAsString(String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Deprecated.
- getAsString(int, String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Deprecated.
- getAsString(int, int, String) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Deprecated.
- getAsString(Charset) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using
the specified
charsetName.
- getAsString(int, Charset) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using
the specified
charsetName.
- getAsString(int, int, Charset) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Converts the buffer's contents into a string by decoding the bytes using
the specified
charsetName.
- getAsString() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
- getAsString() - Method in interface com.phloc.commons.mime.IMimeType
-
Get the MIME type including all parameters as a single string.
- getAsString(EMimeQuoting) - Method in interface com.phloc.commons.mime.IMimeType
-
Get the MIME type including all parameters as a single string.
- getAsString() - Method in class com.phloc.commons.mime.MimeType
-
- getAsString(EMimeQuoting) - Method in class com.phloc.commons.mime.MimeType
-
- getAsString() - Method in interface com.phloc.commons.stats.IStatisticsHandler
-
- getAsString() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getAsString() - Method in interface com.phloc.commons.url.ISimpleURL
-
- getAsString() - Method in class com.phloc.commons.version.Version
-
- getAsString(boolean) - Method in class com.phloc.commons.version.Version
-
Get the string representation of the version number.
- getAsString() - Method in class com.phloc.commons.version.VersionRange
-
Converts the version range to a string.
- getAsString(boolean) - Method in class com.phloc.commons.version.VersionRange
-
Converts the version range to a string.
- getAsString() - Method in class com.phloc.commons.xml.transform.StringStreamResult
-
- getAsStringInOtherCharset(String, String, String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Deprecated.
- getAsStringInOtherCharset(String, Charset, Charset) - Static method in class com.phloc.commons.charset.CharsetManager
-
- getAsStringWithEncodedParameters() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getAsStringWithEncodedParameters(String) - Method in class com.phloc.commons.url.AbstractSimpleURL
-
Deprecated.
- getAsStringWithEncodedParameters(Charset) - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getAsStringWithEncodedParameters() - Method in interface com.phloc.commons.url.ISimpleURL
-
- getAsStringWithEncodedParameters(String) - Method in interface com.phloc.commons.url.ISimpleURL
-
Deprecated.
- getAsStringWithEncodedParameters(Charset) - Method in interface com.phloc.commons.url.ISimpleURL
-
- getAsStringWithoutParameters() - Method in interface com.phloc.commons.mime.IMimeType
-
- getAsStringWithoutParameters() - Method in class com.phloc.commons.mime.MimeType
-
- getAsTB(long) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsTB(long, int) - Method in class com.phloc.commons.io.misc.SizeHelper
-
- getAsURI() - Method in class com.phloc.commons.io.resource.URLResource
-
- getAsURI(String) - Static method in class com.phloc.commons.url.URLUtils
-
Get the passed String as an URI.
- getAsURI(URL) - Static method in class com.phloc.commons.url.URLUtils
-
Get the passed URL as an URI.
- getAsURL() - Method in interface com.phloc.commons.io.IResourceBase
-
- getAsURL(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the URL for the specified path using automatic class loader handling.
- getAsURL(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the input stream of the passed resource using the specified class
loader only.
- getAsURL() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getAsURL(File) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
- getAsURL() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getAsURL() - Method in class com.phloc.commons.io.resource.URLResource
-
- getAsURL(String) - Method in interface com.phloc.commons.url.IURIToURLConverter
-
Convert the passed URI to a URL.
- getAsURL(String) - Static method in class com.phloc.commons.url.URLUtils
-
Get the passed String as an URL.
- getAsURL(URI) - Static method in class com.phloc.commons.url.URLUtils
-
Get the passed URI as an URL.
- getAsURLData(String) - Static method in class com.phloc.commons.url.URLUtils
-
- getAsURLData(String, IDecoder<String>) - Static method in class com.phloc.commons.url.URLUtils
-
Parses the passed URL into a structured form
- getAsURLNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Convert the path to a URL without using caching.
- getAsXMLDocument() - Static method in class com.phloc.commons.stats.utils.StatisticsExporter
-
- getAsXMLNode(Document) - Method in interface com.phloc.commons.xml.IHasXMLRepresentation
-
- getAsXMLString(JAXBTYPE) - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Utility method to directly convert the passed domain object to an XML
string.
- getAttribute(String) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the attribute value of the given attribute name.
- getAttribute(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAttribute() - Method in class com.phloc.commons.mime.MimeTypeParameter
-
- getAttributeAsBoolean(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsBoolean(String, boolean) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsBoolean(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsBoolean(String, boolean) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsDouble(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsDouble(String, double) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsDouble(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsDouble(String, double) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsInt(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsInt(String, int) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsInt(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsInt(String, int) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsLong(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsLong(String, long) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsLong(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsLong(String, long) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsString(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsString(String, String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getAttributeAsString(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeAsString(String, String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name or the
passed default value if no such attribute is present.
- getAttributeCount() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
- getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAttributeCount() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAttributeCount() - Method in interface com.phloc.commons.microdom.IMicroElement
-
- getAttributeCount() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAttributeNames() - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get an enumerator over all contained attribute names.
- getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAttributeNames() - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAttributeObject(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getAttributeObject(String) - Method in class com.phloc.commons.collections.attrs.MapBasedReadonlyAttributeContainer
-
- getAttributeValue(Element, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
The latest version of XercesJ 2.9 returns an empty string for non existing
attributes.
- getAttributeValue(Element, String, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
The latest version of XercesJ 2.9 returns an empty string for non existing
attributes.
- getAttributeWithConversion(String, Class<DSTTYPE>) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the attribute value of the given attribute name.
- getAttributeWithConversion(String, Class<DSTTYPE>) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getAttrValue() - Method in interface com.phloc.commons.microdom.IHasAttributeValue
-
- getAvailable() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
-
- getAvailable(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Get the number of available bytes in the passed input stream.
- getAverage(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
-
- getAverage() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
-
- getBaseName(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the passed filename without path and without extension.
- getBaseName(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the passed filename without path and without extension.
- getBasePath() - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
-
- getBasePath() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
-
- getBasePath() - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
-
- getBaseURI() - Method in class com.phloc.commons.xml.ls.LSResourceData
-
- getBaseURI() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getBestMatchingEqualsImplementation(Class<?>) - Method in class com.phloc.commons.equals.EqualsImplementationRegistry
-
- getBestMatchingHashCodeImplementation(Class<?>) - Method in class com.phloc.commons.hash.HashCodeImplementationRegistry
-
- getBestMatchingSize(int, int) - Method in class com.phloc.commons.gfx.ScalableSize
-
Return the scaled width and height relative to a maximum size.
- getBits() - Method in enum com.phloc.commons.system.EProcessorArchitecture
-
- getBooleanValue(Boolean, boolean) - Static method in class com.phloc.commons.lang.BooleanHelper
-
Get the primitive value of the passed object value.
- getBuffer() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
-
- getBuffer() - Method in class com.phloc.commons.io.streams.ByteBufferOutputStream
-
- getBuffered(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getBuffered(OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getBuffered(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getBuffered(Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getBuffers() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
-
- getBufferSize() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
- getBulkNewIntIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBulkNewLongIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBulkNewPersistentIntIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBulkNewPersistentLongIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBulkNewPersistentStringIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBulkNewStringIDs(int) - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getBundle(String) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
-
- getBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
-
- getBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.Utf8ResourceBundle
-
- getBundleName() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getByteAt(int) - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
Get the byte at the specified index
- getByteBuffer() - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
-
- getByteCount() - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getByteOrder() - Method in class com.phloc.commons.io.streams.NonBlockingBitInputStream
-
- getByteOrder() - Method in class com.phloc.commons.io.streams.NonBlockingBitOutputStream
-
- getBytes() - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getBytes(int) - Method in class com.phloc.commons.codec.LZWCodec.LZWDecodeDictionary
-
- getBytes() - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
- getBytes() - Method in enum com.phloc.commons.system.EProcessorArchitecture
-
- getBytesRead() - Method in class com.phloc.commons.io.streams.CountingInputStream
-
- getByteStream() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getByteStream() - Method in class com.phloc.commons.xml.sax.ReadableResourceSAXInputSource
-
- getBytesWritten() - Method in class com.phloc.commons.io.streams.CountingFileOutputStream
-
- getBytesWritten() - Method in class com.phloc.commons.io.streams.CountingOutputStream
-
- getBytesWritten() - Method in class com.phloc.commons.io.streams.DebugOutputStream
-
- getCacheHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getCacheHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getCacheName() - Method in class com.phloc.commons.cache.LoggingLRUCache
-
- getCalculatedLocaleListForResolving(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Get a list with all valid locale permutations of the passed locale.
- getCanonicalFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getCastedAttribute(String) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getCastedAttribute(String, DATATYPE) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getCastedAttribute(String) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getCastedAttribute(String, DATATYPE) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getCategory() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- getCeilVersion() - Method in class com.phloc.commons.version.VersionRange
-
- getCertifiedText() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getChangeLog() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- getCharacterCount(int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the number of characters the passed value would occupy in a string
representation.
- getCharacterCount(long) - Static method in class com.phloc.commons.string.StringHelper
-
Get the number of characters the passed value would occupy in a string
representation.
- getCharacterStream() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getCharacterStream() - Method in class com.phloc.commons.xml.sax.StringSAXInputSource
-
- getCharAtIndex(int) - Method in class com.phloc.commons.text.utils.StringScanner
-
- getCharCount() - Method in class com.phloc.commons.i18n.Codepoint
-
- getCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
- getCharCount(char[], char) - Static method in class com.phloc.commons.string.StringHelper
-
- getCharset() - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getCharset() - Method in interface com.phloc.commons.codec.IStringCodec
-
Gets the default charset name used for string decoding and encoding.
- getCharset() - Method in class com.phloc.commons.codec.QuotedPrintableCodec
-
- getCharset() - Method in class com.phloc.commons.codec.RFC1522BCodec
-
- getCharset() - Method in class com.phloc.commons.codec.RFC1522QCodec
-
- getCharset() - Method in class com.phloc.commons.codec.URLCodec
-
- getCharset() - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
-
- getCharset() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
- getCharset() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getCharset() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getCharsetFromMimeType(IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeUtils
-
Determine the charset from the provided MIME type.
- getCharsetFromName(String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Resolve the charset by the specified name.
- getCharsetFromNameOrNull(String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Resolve the charset by the specified name.
- getCharsetName() - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getCharsetNameFromMimeType(IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeUtils
-
Determine the charset name from the provided MIME type.
- getCharsetObj() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getCharsetObj() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getChecksPerRun() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
get the number of files to check per run.
- getChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getChildAtIndex(int) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getChildAtIndex(CHILDTYPE, int) - Method in interface com.phloc.commons.parent.IChildrenProviderSorted
-
Get the child of the passed object at the given index.
- getChildAtIndex(int) - Method in interface com.phloc.commons.parent.IHasChildrenSorted
-
Get the child node at the specified index
- getChildAtIndex(CHILDTYPE, int) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
-
- getChildAtIndex(int) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getChildAtIndex(int) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getChildCount() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getChildCount() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getChildCount(IMicroElement) - Method in class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
-
- getChildCount(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProvider
-
- getChildCount() - Method in interface com.phloc.commons.parent.IHasChildren
-
- getChildCount(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
-
- getChildCount(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSorting
-
- getChildCount() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getChildCount() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getChildCount(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getChildElementCount() - Method in interface com.phloc.commons.microdom.IMicroElement
-
- getChildElementCount() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getChildElementIteratorNoNS(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get an iterator over all child elements that have no namespace.
- getChildElementIteratorNoNS(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get an iterator over all child elements that have no namespace and the
desired tag name.
- getChildElementIteratorNS(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getChildElementIteratorNS(Node, String, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getChildItemOfDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getChildItemOfDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
Find the direct child item with the given ID
- getChildNode(byte) - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
-
- getChildNode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
-
This will traverse the tree until it gets to the sub node.
- getChildren() - Method in interface com.phloc.commons.microdom.IMicroNode
-
Get a list of all direct child nodes.
- getChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getChildren() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getChildren(IMicroElement) - Method in class com.phloc.commons.microdom.utils.ChildrenProviderElementWithName
-
- getChildren(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProvider
-
Get the children of the passed object.
- getChildren(CHILDTYPE) - Method in interface com.phloc.commons.parent.IChildrenProviderSorted
-
Get the children of the passed object.
- getChildren() - Method in interface com.phloc.commons.parent.IHasChildren
-
- getChildren() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
-
- getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildren
-
- getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorted
-
- getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenSorting
-
- getChildren(CHILDTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSorting
-
- getChildren() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getChildren() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getChildren(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getChildTextContent(IMicroElement, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameter sChildElementName of the passed parent element.
- getChildTextContent(IMicroElement, String, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameters sNamespaceURI and sChildElementName of the passed parent
element.
- getChildTextContentTrimmed(IMicroElement, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameter sChildElementName of the passed parent element.
- getChildTextContentTrimmed(IMicroElement, String, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameters sNamespaceURI and sChildElementName of the passed parent
element.
- getChildTextContentWithConversion(IMicroElement, String, Class<DSTTYPE>) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameter sChildElementName of the passed parent element.
- getChildTextContentWithConversion(IMicroElement, String, String, Class<DSTTYPE>) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Helper method to extract the text content of the child element denoted by
the parameters sNamespaceURI and sChildElementName of the passed parent
element.
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in interface com.phloc.commons.parent.IChildrenProviderWithID
-
Retrieve the objects with the passed ID or null if no such
object.
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderHasChildrenWithID
-
- getChildWithID(CHILDTYPE, KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSortingWithID
-
- getChildWithID(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getClass(Object) - Static method in class com.phloc.commons.lang.ClassHelper
-
null-safe helper method to determine the class of an object.
- getClassArray(Object...) - Static method in class com.phloc.commons.lang.GenericReflection
-
Get an array with all the classes of the passed object array.
- getClassClassLoader(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- getClassFromName(String) - Static method in class com.phloc.commons.lang.GenericReflection
-
- getClassFromNameSafe(String) - Static method in class com.phloc.commons.lang.GenericReflection
-
Get the class of the given name
- getClassFromPath(String) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the class name of the passed path.
- getClassHierarchy(Class<?>) - Static method in class com.phloc.commons.lang.ClassHierarchyCache
-
Get the complete super class hierarchy of the passed class including all
super classes and all interfaces of the passed class and of all parent
classes.
- getClassHierarchyIterator(Class<?>) - Static method in class com.phloc.commons.lang.ClassHierarchyCache
-
Iterate the complete super class hierarchy of the passed class including
all super classes and all interfaces of the passed class and of all parent
classes.
- getClassHierarchyList(Class<?>) - Static method in class com.phloc.commons.lang.ClassHierarchyCache
-
Get the complete super class hierarchy of the passed class including all
super classes and all interfaces of the passed class and of all parent
classes.
- getClassLocalName(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the name of the object's class without the package.
- getClassLocalName(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the name of the class without the package.
- getClassLocalName(String) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the name of the class without the package.
- getClassPackageName(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the name of the package the passed class resides in.
- getClassPackageName(String) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the name of the package the passed class resides in.
- getCleanConcatenatedUrlPath(String, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Concatenate a base URL and a sub path incl. the path cleansing.
- getCleanPath(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get a clean path of the passed file resolving all "." and ".." paths.
- getCleanPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Clean the path by removing all ".." and "." path elements.
- getCleanPropertyValue(String) - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
Create a clean property value applicable for an
ObjectName property
value by replacing the special chars ":" and "," with "." and "//" with
"__".
- getCleanURLPartWithoutUmlauts(String) - Static method in class com.phloc.commons.url.URLUtils
-
Clean an URL part from nasty Umlauts.
- getClone() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainer
-
- getClone() - Method in class com.phloc.commons.collections.attrs.MapBasedAttributeContainerThreadSafe
-
- getClone() - Method in class com.phloc.commons.collections.NonBlockingStack
-
- getClone() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getClone() - Method in interface com.phloc.commons.ICloneable
-
- getClone() - Method in interface com.phloc.commons.microdom.IMicroCDATA
- getClone() - Method in interface com.phloc.commons.microdom.IMicroComment
- getClone() - Method in interface com.phloc.commons.microdom.IMicroContainer
- getClone() - Method in interface com.phloc.commons.microdom.IMicroDocument
- getClone() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
- getClone() - Method in interface com.phloc.commons.microdom.IMicroElement
- getClone() - Method in interface com.phloc.commons.microdom.IMicroEntityReference
- getClone() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
- getClone() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
- getClone() - Method in interface com.phloc.commons.microdom.IMicroText
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroContainer
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getClone() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- getClone() - Method in class com.phloc.commons.mime.MimeType
-
- getClone() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- getClone() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- getClone() - Method in class com.phloc.commons.mutable.MutableBoolean
-
- getClone() - Method in class com.phloc.commons.mutable.MutableByte
-
- getClone() - Method in class com.phloc.commons.mutable.MutableChar
-
- getClone() - Method in class com.phloc.commons.mutable.MutableDouble
-
- getClone() - Method in class com.phloc.commons.mutable.MutableFloat
-
- getClone() - Method in class com.phloc.commons.mutable.MutableInt
-
- getClone() - Method in class com.phloc.commons.mutable.MutableLong
-
- getClone() - Method in class com.phloc.commons.mutable.MutableShort
-
- getClone() - Method in class com.phloc.commons.mutable.Wrapper
-
- getClone() - Method in class com.phloc.commons.url.SimpleURL
-
- getClone() - Method in class com.phloc.commons.url.SMap
-
- getClone() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getClone() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getClone() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getClonedValue(DATATYPE) - Static method in class com.phloc.commons.lang.CloneHelper
-
Get a clone (= deep copy) of the passed value.
- getCloneIfNotNull(DATATYPE) - Static method in class com.phloc.commons.lang.CloneHelper
-
Get a clone (= deep copy) of the passed value for all objects implementing
ICloneable.
- getCodeLength() - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
-
- getCollatorSpaceBeforeDot(Locale) - Static method in class com.phloc.commons.compare.CollatorUtils
-
Create a collator that is based on the standard collator but sorts spaces
before dots, because spaces are more important word separators than dots.
- getCollectingValidationEventHandler() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Get the last created collecting validation event handler.
- getColumnNumber() - Method in interface com.phloc.commons.error.IResourceLocation
-
- getColumnNumber() - Method in class com.phloc.commons.error.ResourceLocation
-
- getCombinations(List<DATATYPE>) - Method in class com.phloc.commons.math.CombinationGeneratorFlexible
-
Generate all combinations without duplicates.
- getCombinations(List<DATATYPE>, boolean) - Static method in class com.phloc.commons.math.CombinationGeneratorFlexible
-
- getCombinationsLeft() - Method in class com.phloc.commons.math.CombinationGenerator
-
- getCombinedEnumeration(Enumeration<? extends ELEMENTTYPE>, Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a merged enumeration of both enumeration.
- getCombinedIterator(Iterator<? extends ELEMENTTYPE>, Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a merged iterator of both iterators.
- getCombinedMap(Map<KEY, VALUE>, Map<KEY, VALUE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Create a map that contains the combination of the other 2 maps.
- getComparatorMapEntryKey() - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComparatorMapEntryKey(ESortOrder) - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComparatorMapEntryKey(Comparator<? super KEYTYPE>) - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComparatorMapEntryValue() - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComparatorMapEntryValue(ESortOrder) - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComparatorMapEntryValue(Comparator<? super VALUETYPE>) - Static method in class com.phloc.commons.compare.ComparatorUtils
-
- getComponent() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getComponentType(DATATYPE[]) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the component type of the array (the type of which the array is made
up)
- getConcatenated(ELEMENTTYPE[], ELEMENTTYPE[]) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(ELEMENTTYPE, ELEMENTTYPE[], Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head and the array.
- getConcatenated(ELEMENTTYPE[], ELEMENTTYPE, Class<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(boolean[], boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(boolean, boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(byte[], byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(byte, byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(char[], char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(char[][], char[]...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(char, char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(double[], double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(double, double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(float[], float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(float, float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(int[], int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(int, int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(long[], long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(long, long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(short[], short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(short, short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenated(String[], String...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed two arrays, maintaining the order.
- getConcatenated(String, String...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed head element and the array.
- getConcatenated(String[], String) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a new array that combines the passed array and the tail element.
- getConcatenatedInline(COLLTYPE, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedInline(COLLTYPE, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedList(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedList(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedList(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedOnDemand(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd.
- getConcatenatedOnDemand(String, String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd by the "sSep" string.
- getConcatenatedOnDemand(String, char, String) - Static method in class com.phloc.commons.string.StringHelper
-
Concatenate the strings sFront and sEnd by the "cSep" separator.
- getConcatenatedSet(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedSet(Collection<? extends ELEMENTTYPE>, ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getConcatenatedSet(ELEMENTTYPE[], Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getContainedFilters() - Method in class com.phloc.commons.filter.FilterChainAND
-
- getContainedFilters() - Method in class com.phloc.commons.filter.FilterChainOR
-
- getContainedFilters() - Method in class com.phloc.commons.filter.SerializableFilterChainAND
-
- getContainedFilters() - Method in class com.phloc.commons.filter.SerializableFilterChainOR
-
- getContainerTypeOfClass(Class<?>) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
-
- getContainerTypeOfObject(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
-
- getContentByteCount() - Method in class com.phloc.commons.mime.MimeTypeContent
-
- getContentBytes() - Method in class com.phloc.commons.mime.MimeTypeContent
-
- getContentHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
-
- getContentHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getContentHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getContentLocale() - Method in class com.phloc.commons.locale.ComparatorLocaleDisplayNameInLocale
-
- getContentLocale() - Method in class com.phloc.commons.locale.country.ComparatorLocaleDisplayCountryInLocale
-
- getContentLocale() - Method in class com.phloc.commons.locale.language.ComparatorLocaleDisplayLanguageInLocale
-
- getContentLocale() - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
-
- getContentLocale() - Method in class com.phloc.commons.name.ComparatorHasDisplayText
-
- getContentSubType() - Method in interface com.phloc.commons.mime.IMimeType
-
- getContentSubType() - Method in class com.phloc.commons.mime.MimeType
-
- getContentType() - Method in interface com.phloc.commons.mime.IMimeType
-
- getContentType() - Method in class com.phloc.commons.mime.MimeType
-
- getContextClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
-
- getConverter(Class<?>) - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
-
- getConverterToMicroElement(Class<?>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
-
- getConverterToNative(Class<?>) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
-
- getCopy(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(boolean[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(boolean[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(byte[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(byte[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(char[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(char[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(double[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(double[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(float[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(float[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(int[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getCopy(long[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(long[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(short[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(short[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array.
- getCopy(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements.
- getCopy(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get a 1:1 copy of the passed array using the passed number of array
elements starting at the specified index.
- getCopy(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Get a byte buffer with all the available content of the passed input
stream.
- getCopy(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getCopyrightOwner() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getCopyrightOwner() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getCopyWithLimit(InputStream, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Get a byte buffer with all the available content of the passed input
stream.
- getCopyWithLimit(Reader, long) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- getCopyWithLocales(IReadonlyMultiLingualText, Collection<Locale>) - Static method in class com.phloc.commons.text.impl.MultiLingualText
-
Get a copy of this object with the specified locales.
- getCopyWithoutParameters() - Method in interface com.phloc.commons.mime.IMimeType
-
- getCopyWithoutParameters() - Method in class com.phloc.commons.mime.MimeType
-
- getCount() - Method in interface com.phloc.commons.stats.StatisticsHandlerCounterMBean
-
- getCount(String) - Method in interface com.phloc.commons.stats.StatisticsHandlerKeyedCounterMBean
-
Get the count of a certain key.
- getCounterHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getCounterHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getCountry() - Method in interface com.phloc.commons.IHasCountry
-
- getCountry(Locale) - Static method in class com.phloc.commons.locale.country.CountryCache
-
- getCountry(String) - Static method in class com.phloc.commons.locale.country.CountryCache
-
- getCountryListAsLocales() - Static method in enum com.phloc.commons.locale.country.ECountry
-
- getCurrentArchitectureBits() - Static method in enum com.phloc.commons.system.EProcessorArchitecture
-
- getCurrentChar() - Method in class com.phloc.commons.text.utils.StringScanner
-
- getCurrentIndex() - Method in class com.phloc.commons.text.utils.StringScanner
-
- getCurrentOS() - Static method in enum com.phloc.commons.system.EOperatingSystem
-
- getCurrentOSName() - Static method in enum com.phloc.commons.system.EOperatingSystem
-
- getCurrentOSVersion() - Static method in enum com.phloc.commons.system.EOperatingSystem
-
- getCurrentThreadStackAsString() - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- getCurrentVendor() - Static method in enum com.phloc.commons.system.EJVMVendor
-
- getCurrentVersion() - Static method in enum com.phloc.commons.system.EJavaVersion
-
- getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getCustomNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
-
- getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getCustomPrefix(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
-
- getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getCustomPrefixes(String) - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
-
- getCutAfterLength(String, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getCutAfterLength(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
-
- getData() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
- getData() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
-
- getData() - Method in interface com.phloc.commons.microdom.IMicroDataAware
-
- getData() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
-
- getData() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- getData() - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- getData() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getData() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- getData() - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
- getData() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getData() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getDate() - Method in class com.phloc.commons.changelog.AbstractChangeLogEntry
-
- getDeclarationHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
-
- getDeclarationHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getDeclarationHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getDefaultBitSet() - Static method in class com.phloc.commons.codec.QuotedPrintableCodec
-
- getDefaultBitSet() - Static method in class com.phloc.commons.codec.URLCodec
-
- getDefaultClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
-
- getDefaultJMXDomain() - Static method in class com.phloc.commons.jmx.ObjectNameUtils
-
- getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
-
- getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
-
- getDefaultNamespaceURI() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
- getDefaultTransformerFactory() - Static method in class com.phloc.commons.xml.transform.XMLTransformerFactory
-
- getDefaultXPathFactory() - Static method in class com.phloc.commons.xml.xpath.XPathHelper
-
- getDelay() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
Get the delay between runs.
- getDerived(int) - Static method in class com.phloc.commons.hash.HashCodeGenerator
-
- getDerived(String) - Static method in class com.phloc.commons.string.ToStringGenerator
-
- getDescription() - Method in interface com.phloc.commons.name.IHasDescription
-
- getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAnySourceFixedDestination
-
- getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
-
- getDestinationClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
-
- getDifference(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get all elements that are only contained in the first contained, and not in
the second.
- getDigest() - Method in class com.phloc.commons.io.streams.HashingInputStream
-
Get the message digest of this stream.
- getDigest() - Method in class com.phloc.commons.io.streams.HashingOutputStream
-
Get the message digest of this stream.
- getDigest() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
Finish calculation of the hash value and return the digest.
- getDigest(int) - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
Get only a part of the digest, namely the first number of bytes.
- getDigest() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
-
- getDigest(int) - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
-
- getDigest(EMessageDigestAlgorithm, String, String) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
Deprecated.
- getDigest(EMessageDigestAlgorithm, String, Charset) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest(EMessageDigestAlgorithm, byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest(EMessageDigestAlgorithm, byte[], int, int) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest(String, String, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
Deprecated.
- getDigest(String, Charset, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest(byte[], EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest(byte[], int, int, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getDigest() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
-
- getDigest(int) - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
-
- getDigestBytes() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
-
- getDigestFromInputStream(InputStream, EMessageDigestAlgorithm...) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
Create a hash value from the complete input stream.
- getDigestHexString() - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
-
- getDigestHexString() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
This method converts the current hash digest to a hex string.
- getDigestLength() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
- getDigestLength() - Method in class com.phloc.commons.messagedigest.MessageDigestGenerator
-
- getDigestLength() - Method in class com.phloc.commons.messagedigest.NonBlockingMessageDigestGenerator
-
- getDigestLong() - Method in class com.phloc.commons.messagedigest.AbstractMessageDigestGenerator
-
- getDigestLong() - Method in interface com.phloc.commons.messagedigest.IMessageDigestGenerator
-
This method finalizes the hash generation and creates the index.
- getDigestString() - Method in class com.phloc.commons.messagedigest.MessageDigestValue
-
- getDirectChildElementCountNoNS(Element) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getDirectChildElementCountNoNS(Element, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getDirectChildElementCountNS(Element, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getDirectChildElementCountNS(Element, String, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getDirectoryContent(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
This is a replacement for File.listFiles() doing some
additional checks on permissions.
- getDirectoryContent(File, FilenameFilter) - Static method in class com.phloc.commons.io.file.FileUtils
-
This is a replacement for File.listFiles(FilenameFilter) doing
some additional checks on permissions.
- getDirectoryContent(File, FileFilter) - Static method in class com.phloc.commons.io.file.FileUtils
-
This is a replacement for File.listFiles(FileFilter) doing
some additional checks on permissions.
- getDirectoryFromPackage(Package) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Convert a package name to a relative directory name.
- getDirectoryFromPackage(String) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Convert a package name to a relative directory name.
- getDirectoryObjectCount(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Returns the number of files and directories contained in the passed
directory excluding the system internal directories.
- getDisplayName() - Method in class com.phloc.commons.email.EmailAddress
-
- getDisplayName(IHasDisplayName) - Method in class com.phloc.commons.name.DisplayNameProviderFromHasDisplayName
-
- getDisplayName(DATATYPE) - Method in interface com.phloc.commons.name.IDisplayNameProvider
-
Get the name of the passed object.
- getDisplayName() - Method in interface com.phloc.commons.name.IHasDisplayName
-
- getDisplayName() - Method in enum com.phloc.commons.system.EOperatingSystem
-
- getDisplayName() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
-
- getDisplayName() - Method in class com.phloc.commons.thirdparty.CustomLicense
-
- getDisplayName() - Method in enum com.phloc.commons.thirdparty.ELicense
-
- getDisplayName() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getDisplayNameProvider() - Method in class com.phloc.commons.name.ComparatorDisplayNameProvider
-
- getDisplayText(Locale) - Method in class com.phloc.commons.error.ResourceError
-
- getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountry
-
- getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountryName
-
- getDisplayText(Locale) - Method in enum com.phloc.commons.locale.country.ECountrySubName
-
- getDisplayText(Locale) - Method in enum com.phloc.commons.locale.ELocaleName
-
- getDisplayText(IHasDisplayText, Locale) - Method in class com.phloc.commons.name.DisplayTextProviderFromHasDisplayText
-
- getDisplayText(Locale) - Method in class com.phloc.commons.name.HasDisplayTextWithArgs
-
- getDisplayText(DATATYPE, Locale) - Method in interface com.phloc.commons.name.IDisplayTextProvider
-
Get the display text of the passed object in the given locale.
- getDisplayText(Locale) - Method in interface com.phloc.commons.name.IHasDisplayText
-
- getDisplayText(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
-
- getDisplayText(Locale) - Method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
-
- getDisplayTextProvider() - Method in class com.phloc.commons.name.ComparatorDisplayTextProvider
-
- getDisplayTextWithArgs(Locale, Object...) - Method in interface com.phloc.commons.name.IHasDisplayTextWithArgs
-
- getDistance(char[], char[]) - Static method in class com.phloc.commons.text.utils.LevenshteinDistance
-
Get the distance of the 2 strings, using the costs 1 for insertion,
deletion and substitution.
- getDistance(char[], char[], int, int, int) - Static method in class com.phloc.commons.text.utils.LevenshteinDistance
-
- getDistance(String, String) - Static method in class com.phloc.commons.text.utils.LevenshteinDistance
-
Get the distance of the 2 strings, using the costs 1 for insertion,
deletion and substitution.
- getDistance(String, String, int, int, int) - Static method in class com.phloc.commons.text.utils.LevenshteinDistance
-
- getDividedBigDecimal(int, int) - Static method in class com.phloc.commons.math.MathHelper
-
- getDividedDouble(int, int) - Static method in class com.phloc.commons.math.MathHelper
-
Divides the passed int dividend through the passed divisor (nDividend /
nDivisor)
- getDocType() - Method in interface com.phloc.commons.microdom.IMicroDocument
-
- getDocType() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, IMicroDocumentType) - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
Get the XML representation of a document type.
- getDocTypeHTMLRepresentation(EXMLSerializeVersion, EXMLIncorrectCharacterHandling, String, String, String) - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
Get the XML representation of a document type.
- getDocumentBuilder() - Static method in class com.phloc.commons.xml.XMLFactory
-
- getDocumentBuilderFactory() - Static method in class com.phloc.commons.xml.XMLFactory
-
- getDocumentElement() - Method in interface com.phloc.commons.microdom.IMicroDocument
-
- getDocumentElement() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- getDocumentRootElementTagName(IMicroDocument) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Get the tag name of the passed documents root element.
- getDOMImplementation() - Static method in class com.phloc.commons.xml.XMLFactory
-
- getDOMNodeType() - Method in enum com.phloc.commons.microdom.EMicroNodeType
-
- getDstClass() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
-
- getDTDHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
-
- getDTDHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getDTDHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getDuration() - Method in class com.phloc.commons.lang.TimeValue
-
- getElementName() - Method in interface com.phloc.commons.microdom.IHasElementName
-
- getEmptyEnumeration() - Static method in class com.phloc.commons.collections.ContainerHelper
-
Create an empty enumeration.
- getEmptyIterator() - Static method in class com.phloc.commons.collections.ContainerHelper
-
Create an empty iterator.
- getEncoding(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getEncoding() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getEntityResolver() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getEntityResolver() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getEntityResolver() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getEntityResolver() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getEntityResolver() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getEnumeration(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getEnumeration(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getEnumeration(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get an Enumeration object based on an Iterator object.
- getEnumeration(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get an Enumeration object based on a Map object.
- getEnumID(Enum<?>) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the unique name of the passed enum entry.
- getErrorCode() - Method in class com.phloc.commons.io.file.FileIOError
-
- getErrorCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
- getErrorCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getErrorCount() - Method in class com.phloc.commons.log.InMemoryLogger
-
- getErrorField() - Method in interface com.phloc.commons.error.IHasErrorField
-
- getErrorHandler() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getErrorHandler() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getErrorHandler() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getErrorHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getErrorHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getErrorID() - Method in interface com.phloc.commons.error.IHasErrorID
-
- getErrorLevel() - Method in class com.phloc.commons.callback.LoggingExceptionHandler
-
- getErrorLevel() - Method in interface com.phloc.commons.error.IHasErrorLevel
-
- getErrorLevel() - Method in class com.phloc.commons.error.ResourceError
-
- getErrorLevel(int) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
Get the error level matching the passed JAXB severity.
- getErrorLevel() - Method in class com.phloc.commons.log.LogMessage
-
- getErrorMessage(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
-
- getEventType() - Method in interface com.phloc.commons.microdom.IMicroEvent
-
- getEventType() - Method in class com.phloc.commons.microdom.impl.MicroEvent
-
- getException() - Method in class com.phloc.commons.io.file.FileIOError
-
- getExceptionHandler() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getExceptionHandler() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getExceptionHandler() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getExceptionHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getExceptionHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getExecutorService(int) - Method in class com.phloc.commons.concurrent.DefaultExecutorServiceFactory
-
- getExecutorService(int) - Method in interface com.phloc.commons.concurrent.IExecutorServiceFactory
-
- getExploded(char, String, int, COLLTYPE) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return the passed Collection of all elements
in the passed string, using specified separator string.
- getExploded(char, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string.
- getExploded(char, String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string.
- getExploded(String, String, int, COLLTYPE) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return the passed Collection of all elements
in the passed string, using specified separator string.
- getExploded(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string.
- getExploded(String, String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a
List of all elements in the
passed string, using specified separator string.
- getExplodedArray(char, String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return the passed String array of all
elements in the passed string, using specified separator char.
- getExplodedArray(char, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return the passed String array of all
elements in the passed string, using specified separator char.
- getExplodedToOrderedSet(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return an ordered
LinkedHashSet of
all elements in the passed string, using specified separator string.
- getExplodedToSet(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a
Set of all elements in the
passed string, using specified separator string.
- getExplodedToSortedSet(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Take a concatenated String and return a sorted
TreeSet of all
elements in the passed string, using specified separator string.
- getExtension(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the extension of the passed file.
- getExtension(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the extension of the passed filename.
- getExtractedIntValue(BitSet) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Extract the int representation of the passed bit set.
- getExtractedLongValue(BitSet) - Static method in class com.phloc.commons.lang.BitSetHelper
-
Extract the long representation of the passed bit set.
- getFactory() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getFactory() - Method in interface com.phloc.commons.tree.simple.ITreeItem
-
- getFactory() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getFactory() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
- getFactory() - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getFailureCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
- getFailureCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getFailureCount() - Method in class com.phloc.commons.log.InMemoryLogger
-
- getFeatureType() - Method in enum com.phloc.commons.xml.EXMLParserFeature
-
- getFeatureValue(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getFeatureValue(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getFeatureValue(EXMLParserFeature) - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
Get the value of the specified parser feature
- getFeatureValue(EXMLParserFeature) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getFeatureValue(EXMLParserFeature) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getField() - Method in interface com.phloc.commons.error.IResourceLocation
-
- getField() - Method in class com.phloc.commons.error.ResourceLocation
-
- getFile() - Method in class com.phloc.commons.io.monitor.FileChangeEvent
-
Returns the file that changed.
- getFile1() - Method in class com.phloc.commons.io.file.FileIOError
-
- getFile2() - Method in class com.phloc.commons.io.file.FileIOError
-
- getFileFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- getFileHeaderLines() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getFileMonitorCount() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
- getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEquals
-
- getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEqualsIgnoreCase
-
- getFilename() - Method in class com.phloc.commons.io.file.filter.FilenameFilterNotEquals
-
- getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterDirectoryFromFilenameFilter
-
- getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterFileFromFilenameFilter
-
- getFilenameFilter() - Method in class com.phloc.commons.io.file.filter.FileFilterFromFilenameFilter
-
- getFileReadChannel(String) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileReadChannel(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileSeparator() - Static method in class com.phloc.commons.SystemProperties
-
- getFileSize(FileChannel) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileSizeDisplay(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileSizeDisplay(File, int) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileSizeDisplay(long) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileSizeDisplay(long, int) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileWriteChannel(String) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileWriteChannel(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileWriteChannel(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFileWriteChannel(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getFilter() - Method in enum com.phloc.commons.i18n.ECodepointProfile
-
- getFilteredMap(Map<KEY, VALUE>, Collection<KEY>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map consisting only of a set of specified keys.
- getFirst(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or null if the passed array
is empty.
- getFirst(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the first element of the array or the passed default if the passed
array is empty.
- getFirst() - Method in interface com.phloc.commons.collections.pair.IReadonlyPair
-
- getFirst() - Method in class com.phloc.commons.collections.pair.Pair
-
- getFirst() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
-
- getFirst() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
-
- getFirst() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
-
- getFirst() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
-
- getFirst() - Method in class com.phloc.commons.collections.triple.Triple
-
- getFirstChar(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first character of the passed character sequence
- getFirstChar(char[]) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first character of the passed array
- getFirstChild() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getFirstChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getFirstChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getFirstChild() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
-
Get the first child node or null if no child is present
- getFirstChild() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getFirstChild() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getFirstChildElement() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the first child element of this element.
- getFirstChildElement(String) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the first child element with the given tag name.
- getFirstChildElement(String, String) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the first child element with the given tag name and the given
namespace.
- getFirstChildElement(IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the first child element with the given tag name.
- getFirstChildElement(String, IHasElementName) - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the first child element with the given tag name and the given
namespace.
- getFirstChildElement() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getFirstChildElement(String) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getFirstChildElement(String, String) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getFirstChildElement(IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getFirstChildElement(String, IHasElementName) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getFirstChildElement(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get the first direct child element of the passed element.
- getFirstChildElementOfName(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
Search all child nodes of the given for the first element that has the
specified tag name.
- getFirstChildText(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get the content of the first Text child element of the passed element.
- getFirstElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first element of the passed list.
- getFirstElement(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first element of the passed sorted set.
- getFirstElement(Collection<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first element of the passed collection.
- getFirstElement(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first element of the passed iterable.
- getFirstElement(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first element of the passed map.
- getFirstIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstIndex(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getFirstKey(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first key of the passed map.
- getFirstKey(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first key of the passed sorted map.
- getFirstSPIImplementation(Class<T>) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class and return only the first instance.
- getFirstSPIImplementation(Class<T>, ClassLoader) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class and return only the first instance.
- getFirstSPIImplementation(Class<T>, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class and return only the first instance.
- getFirstSPIImplementation(Class<T>, ClassLoader, Logger) - Static method in class com.phloc.commons.lang.ServiceLoaderUtils
-
Uses the
ServiceLoader to load all SPI implementations of the
passed class and return only the first instance.
- getFirstToken(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first token up to (and excluding) the separating character.
- getFirstToken(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first token up to (and excluding) the separating string.
- getFirstValue(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first value of the passed map.
- getFirstValue(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the first value of the passed map.
- getFlagCount() - Method in class com.phloc.commons.collections.flags.FlagContainer
-
- getFlagCount() - Method in class com.phloc.commons.collections.flags.FlagContainerThreadSafe
-
- getFlagCount() - Method in interface com.phloc.commons.collections.flags.IReadonlyFlagContainer
-
- getFlagCount() - Method in class com.phloc.commons.collections.flags.ReadonlyFlagContainer
-
- getFloorVersion() - Method in class com.phloc.commons.version.VersionRange
-
- getFormat() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getFormat() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getFormats(String) - Method in class com.phloc.commons.text.resource.XMLResourceBundleControl
-
- getFormatted(double, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(int, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(long, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(BigInteger, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(BigDecimal, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(BigDecimal, int, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatted(double, int, RoundHelper.EDecimalType, Locale) - Static method in class com.phloc.commons.math.RoundHelper
-
Source: http://www.luschny.de/java/doubleformat.html
- getFormattedExp(double, int, Locale) - Static method in class com.phloc.commons.math.RoundHelper
-
- getFormattedExp2(double, Locale) - Static method in class com.phloc.commons.math.RoundHelper
-
- getFormattedFix(double, int, Locale) - Static method in class com.phloc.commons.math.RoundHelper
-
- getFormattedFix2(double, Locale) - Static method in class com.phloc.commons.math.RoundHelper
-
- getFormattedPercent(double, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the given value as percentage.
- getFormattedPercent(double, int, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the given value as percentage.
- getFormattedText(String, Object...) - Static method in class com.phloc.commons.text.impl.TextFormatter
-
- getFormattedText(Locale, String, Object...) - Static method in class com.phloc.commons.text.impl.TextFormatter
-
- getFormattedValue(Object) - Method in interface com.phloc.commons.format.IFormatter
-
Convert the passed value to a formatted string according to the pattern.
- getFormattedValue(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
-
- getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
-
Convert the passed value from Object to formatted String.
- getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddLeadingFormatter
-
- getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.MinLengthAddTrailingFormatter
-
- getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.StringPrefixAndSuffixFormatter
-
- getFormattedValueAsString(Object) - Method in class com.phloc.commons.format.impl.StringSkipPrefixAndSuffixFormatter
-
- getFormattedWithAllFractionDigits(BigDecimal, Locale) - Static method in class com.phloc.commons.locale.LocaleFormatter
-
Format the passed value according to the rules specified by the given
locale.
- getFormatter() - Method in class com.phloc.commons.format.FormattedObject
-
- getFormatter() - Method in class com.phloc.commons.format.FormatterProviderConstant
-
- getFormatter() - Method in interface com.phloc.commons.format.IFormattedObject
-
- getFormatter() - Method in interface com.phloc.commons.format.IFormatterProvider
-
Get the required formatting object to handle values of this context.
- getFractionDigits(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
Get the number of effective fraction digits by the specified BigDecimal.
- getFreeMemory() - Static method in class com.phloc.commons.system.SystemHelper
-
Returns the amount of free memory in the Java Virtual Machine.
- getFromBytesOrNull(byte[]) - Static method in enum com.phloc.commons.charset.EUnicodeBOM
-
Find the BOM that is matching the passed byte array.
- getFromCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
-
- getFromCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractNotifyingCache
-
- getFromCache(KEYTYPE, IUnidirectionalConverter<KEYTYPE, VALUETYPE>) - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversion
-
Get the value from the cache.
- getFromCache(KEYTYPE) - Method in interface com.phloc.commons.cache.ISimpleCache
-
Get the cached value associated with the passed key.
- getFromCache(Class<?>) - Method in class com.phloc.commons.jaxb.JAXBContextCache
-
- getFromCacheNoStats(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
-
- getFromCacheNoStatsNotLocked(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
-
- getFromCacheNotLocked(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractCache
-
- getFromFirstExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and excluding the first passed char.
- getFromFirstExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and excluding the passed string.
- getFromFirstIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and including the first passed char.
- getFromFirstIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and including the passed string.
- getFromIDCaseInsensitiveOrDefault(String, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed string ID case insensitive
- getFromIDCaseInsensitiveOrNull(String) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed string ID case insensitive
- getFromIDCaseInsensitiveOrThrow(String) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed string ID (case insensitive).
- getFromIDOrDefault(String, EChangeLogAction) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
-
- getFromIDOrDefault(String, EChangeLogCategory) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
-
- getFromIDOrDefault(String, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDOrDefault(Class<ENUMTYPE>, KEYTYPE, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrDefault(Class<ENUMTYPE>, int, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrDefault(String, ETriState) - Static method in enum com.phloc.commons.state.ETriState
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDOrNull(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrNull(Class<ENUMTYPE>, int) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.locale.country.ECountry
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.microdom.EMicroEvent
-
- getFromIDOrNull(int) - Static method in enum com.phloc.commons.microdom.EMicroNodeType
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.mime.EMimeContentType
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.state.ETriState
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.thirdparty.ELicense
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.type.EBaseType
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
-
- getFromIDOrNull(int) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLCharMode
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
- getFromIDOrNull(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- getFromIDOrThrow(String) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getFromIDOrThrow(Class<ENUMTYPE>, KEYTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID.
- getFromIDOrThrow(Class<ENUMTYPE>, int) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed ID.
- getFromIDOrUndefined(String) - Static method in enum com.phloc.commons.state.ETriState
-
- getFromISOCodeOrNull(String) - Static method in enum com.phloc.commons.locale.country.ECountry
-
Try to find the country with the passed ISO code.
- getFromLastExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and excluding the first passed char.
- getFromLastExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and excluding the passed string.
- getFromLastIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and including the first passed char.
- getFromLastIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string from and including the passed string.
- getFromMajorAndMinor(int, int) - Static method in enum com.phloc.commons.system.EJavaVersion
-
Get the matching Java version from a class version.
- getFromNameCaseInsensitiveOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name case insensitive
- getFromNameCaseInsensitiveOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name case insensitive
- getFromNameCaseInsensitiveOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name (case insensitive).
- getFromNameOrDefault(Class<ENUMTYPE>, String, ENUMTYPE) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name
- getFromNameOrNull(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name
- getFromNameOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
-
- getFromNameOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getFromNameOrThrow(Class<ENUMTYPE>, String) - Static method in class com.phloc.commons.lang.EnumHelper
-
Get the enum value with the passed name.
- getFromStringIgnoreCase(String) - Static method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
-
- getFromTextOrDefault(String, ENewLineMode) - Static method in enum com.phloc.commons.system.ENewLineMode
-
- getFromTextOrNull(String) - Static method in enum com.phloc.commons.system.ENewLineMode
-
- getFromValue(int, ESortOrder) - Static method in enum com.phloc.commons.compare.ESortOrder
-
- getFromValueOrDefault(int) - Static method in enum com.phloc.commons.compare.ESortOrder
-
- getFromVersionNumber(double) - Static method in enum com.phloc.commons.system.EJavaVersion
-
- getFromVersionOrDefault(String, EXMLVersion) - Static method in enum com.phloc.commons.xml.EXMLVersion
-
Find the
EXMLVersion object matching the passed version string.
- getFromVersionOrNull(String) - Static method in enum com.phloc.commons.xml.EXMLVersion
-
Find the
EXMLVersion object matching the passed version string.
- getFromXMLVersionOrThrow(EXMLVersion) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- getGlobalUniqueDataID() - Method in class com.phloc.commons.tree.withid.folder.BasicFolderTreeItem
-
- getGlobalUniqueDataID() - Method in interface com.phloc.commons.tree.withid.folder.IFolderTreeItem
-
- getHashCode() - Method in class com.phloc.commons.hash.HashCodeGenerator
-
Retrieve the final hash code.
- getHashCode(Object) - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
-
- getHashCode() - Method in interface com.phloc.commons.hash.IHashCodeGenerator
-
Retrieve the final hash code.
- getHashCode(Object) - Method in interface com.phloc.commons.hash.IHashCodeImplementation
-
Get the hash code for the passed object
- getHashCodeObj() - Method in class com.phloc.commons.hash.HashCodeGenerator
-
- getHeight() - Method in class com.phloc.commons.gfx.ScalableSize
-
- getHeight() - Method in interface com.phloc.commons.math.IHasHeight
-
- getHexByte(char, char) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexChar(int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the matching hex digit.
- getHexDecoded(String) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexDecoded(char[]) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexDecoded(char[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexEncoded(String, Charset) - Static method in class com.phloc.commons.string.StringHelper
-
Convert a string to a byte array and than to a hexadecimal encoded string.
- getHexEncoded(byte[]) - Static method in class com.phloc.commons.string.StringHelper
-
Convert a byte array to a hexadecimal encoded string.
- getHexEncoded(byte[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Convert a byte array to a hexadecimal encoded string.
- getHexString(byte) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexString(int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexString(long) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexString(short) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexStringLeadingZero(byte, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexStringLeadingZero(int, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexStringLeadingZero(long, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexStringLeadingZero(short, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexStringLeadingZero2(byte) - Static method in class com.phloc.commons.string.StringHelper
-
- getHexValue(char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the decimal value of the passed hex character
- getHexValueFromDigest(byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getHighSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
-
Get the high surrogate of this Codepoint
- getHighSurrogate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Get the high surrogate for a particular unicode codepoint
- getHits() - Method in interface com.phloc.commons.stats.StatisticsHandlerCacheMBean
-
- getHTMLEntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
Get the entity reference for the specified character.
- getID() - Method in enum com.phloc.commons.changelog.EChangeLogAction
-
- getID() - Method in enum com.phloc.commons.changelog.EChangeLogCategory
-
- getID() - Method in enum com.phloc.commons.error.EErrorLevel
-
- getID(VALUETYPE) - Method in class com.phloc.commons.id.IDProviderFromHasID
-
- getID() - Method in interface com.phloc.commons.id.IHasID
-
Get the unique ID of this object.
- getID() - Method in interface com.phloc.commons.id.IHasSimpleIntID
-
- getID() - Method in interface com.phloc.commons.id.IHasSimpleLongID
-
- getID(VALUETYPE) - Method in interface com.phloc.commons.id.IIDProvider
-
Get the ID of the passed object.
- getID(VALUETYPE) - Method in interface com.phloc.commons.id.ISimpleIntIDProvider
-
Get the ID of the passed object.
- getID(VALUETYPE) - Method in interface com.phloc.commons.id.ISimpleLongIDProvider
-
Get the ID of the passed object.
- getID(VALUETYPE) - Method in class com.phloc.commons.id.SimpleIntIDProviderFromHasSimpleIntID
-
- getID(VALUETYPE) - Method in class com.phloc.commons.id.SimpleLongIDProviderFromHasSimpleLongID
-
- getID() - Method in enum com.phloc.commons.locale.country.ECountry
-
- getID() - Method in enum com.phloc.commons.microdom.EMicroEvent
-
- getID() - Method in enum com.phloc.commons.microdom.EMicroNodeType
-
- getID() - Method in enum com.phloc.commons.mime.EMimeContentType
-
- getID() - Method in enum com.phloc.commons.state.ETriState
-
- getID() - Method in class com.phloc.commons.thirdparty.CustomLicense
-
- getID() - Method in enum com.phloc.commons.thirdparty.ELicense
-
- getID() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getID() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
- getID() - Method in enum com.phloc.commons.type.EBaseType
-
- getID() - Method in class com.phloc.commons.type.TypedObject
-
- getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
-
- getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
-
- getID() - Method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
-
- getID() - Method in enum com.phloc.commons.xml.EXMLCharMode
-
- getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
-
- getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
-
- getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
- getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
- getID() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- getIDObj() - Method in interface com.phloc.commons.id.IHasIntID
-
- getIDObj() - Method in interface com.phloc.commons.id.IHasLongID
-
- getIfChanged(DATATYPE) - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
Get the store value if this is a change.
- getIfChangedOrNull() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
Get the store value if this is a changed.
- getIfFailure(DATATYPE) - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
Get the store value if this is a failure.
- getIfFailureOrNull() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
Get the store value if this is a failure.
- getIfSuccess(DATATYPE) - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
Get the store value if this is a success.
- getIfSuccessOrNull() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
Get the store value if this is a success.
- getIfUnchanged(DATATYPE) - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
Get the store value if this is unchanged.
- getIfUnchangedOrNull() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
Get the store value if this is unchanged.
- getImageSize(IReadableResource) - Static method in class com.phloc.commons.gfx.ImageDataManager
-
- getImploded(Iterable<?>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container,
without a separator.
- getImploded(String, Iterable<?>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container,
separated by the specified separator string.
- getImploded(char, Iterable<?>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed container,
separated by the specified separator char.
- getImploded(String, String, Map<?, ?>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed map, separated by
the specified separator strings.
- getImploded(char, char, Map<?, ?>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed map, separated by
the specified separator chars.
- getImploded(ELEMENTTYPE...) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, without a
separator.
- getImploded(ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, without a
separator.
- getImploded(String, ELEMENTTYPE...) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator string.
- getImploded(char, ELEMENTTYPE...) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator char.
- getImploded(String, ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator string.
- getImploded(char, ELEMENTTYPE[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator char.
- getImplodedNonEmpty(String, Iterable<String>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all non-null and non empty
elements of the passed container, separated by the specified separator
string.
- getImplodedNonEmpty(char, Iterable<String>) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all non-null and non empty
elements of the passed container, separated by the specified separator
char.
- getImplodedNonEmpty(String, String...) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator string.
- getImplodedNonEmpty(char, String...) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator char.
- getImplodedNonEmpty(String, String[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator string.
- getImplodedNonEmpty(char, String[], int, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get a concatenated String from all elements of the passed array, separated
by the specified separator char.
- getInBetweenValue(Object) - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
-
- getInceptionYear() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getIncorrectCharacterHandling() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getIncorrectCharacterHandling() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getIndent() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getIndent() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getIndentationString() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getIndentationString() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getIndex(int[], int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- getIndexOf(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of sSearch within sText.
- getIndexOf(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of sSearch within sText starting at index nFromIndex.
- getIndexOf(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of cSearch within sText.
- getIndexOf(String, int, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of cSearch within sText starting at index nFromIndex.
- getIndexOfExtension(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Returns the index of the last extension separator character, which is a
dot.
- getIndexOfIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of sSearch within sText ignoring case.
- getIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of sSearch within sText ignoring case starting at index
nFromIndex.
- getIndexOfIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of cSearch within sText ignoring case.
- getIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the first index of cSearch within sText ignoring case starting at index
nFromIndex.
- getIndexOfLastSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Returns the index of the last directory separator character.
- getInputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getInputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getInputStream() - Method in interface com.phloc.commons.io.IInputStreamProvider
-
Get the input stream to read from the object.
- getInputStream(String) - Method in interface com.phloc.commons.io.IInputStreamResolver
-
Get the input stream from the given name.
- getInputStream(String) - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
-
- getInputStream(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the input stream for the specified path using automatic class loader
handling.
- getInputStream(String, ClassLoader) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the input stream of the passed resource using the specified class
loader only.
- getInputStream() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the input stream for the specified path using automatic class loader
handling.
- getInputStream(File) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
- getInputStream() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getInputStream(URL) - Static method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream() - Method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream(int, int) - Method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream(IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream(int, int, IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream(int, int, INonThrowingRunnableWithParameter<URLConnection>, IWrapper<IOException>) - Method in class com.phloc.commons.io.resource.URLResource
-
- getInputStream() - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
-
- getInputStream() - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
-
- getInputStream() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
- getInputStream(URL, int, int, INonThrowingRunnableWithParameter<URLConnection>, IWrapper<IOException>) - Static method in class com.phloc.commons.url.URLUtils
-
Get an input stream from the specified URL.
- getInputStream() - Method in class com.phloc.commons.xml.transform.ResourceStreamSource
-
- getInputStreamNoCache(ClassLoader) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Get the input stream to the this resource, using the passed class loader
only.
- getInstance() - Static method in class com.phloc.commons.collections.EmptySortedSet
-
- getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyEnumeration
-
- getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyIterator
-
- getInstance() - Static method in class com.phloc.commons.collections.iterate.EmptyListIterator
-
- getInstance() - Static method in class com.phloc.commons.combine.CombinatorString
-
- getInstance() - Static method in class com.phloc.commons.combine.CombinatorStringIgnoreNull
-
- getInstance() - Static method in class com.phloc.commons.convert.UnidirectionalConverterHasNameString
-
- getInstance() - Static method in class com.phloc.commons.convert.UnidirectionalConverterIntegerString
-
- getInstance() - Static method in class com.phloc.commons.equals.EqualsImplementationRegistry
-
- getInstance() - Static method in class com.phloc.commons.factory.FactoryNull
-
- getInstance() - Static method in class com.phloc.commons.filter.FilterFalse
-
- getInstance() - Static method in class com.phloc.commons.filter.FilterNotNull
-
- getInstance() - Static method in class com.phloc.commons.filter.FilterNull
-
- getInstance() - Static method in class com.phloc.commons.filter.FilterTrue
-
- getInstance() - Static method in class com.phloc.commons.hash.HashCodeImplementationRegistry
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterAlwaysFalse
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterAlwaysTrue
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterDirectoryOnly
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterDirectoryPublic
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterFileOnly
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FileFilterParentDirectoryPublic
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysFalse
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterAlwaysTrue
-
- getInstance() - Static method in class com.phloc.commons.io.file.filter.FilenameFilterPublicDirectory
-
- getInstance() - Static method in class com.phloc.commons.jaxb.JAXBContextCache
-
- getInstance() - Static method in class com.phloc.commons.jaxb.validation.DoNothingValidationEventHandler
-
- getInstance() - Static method in class com.phloc.commons.jaxb.validation.LoggingValidationEventHandler
-
- getInstance(Locale) - Static method in class com.phloc.commons.lang.DateFormatSymbolsFactory
-
- getInstance(Locale) - Static method in class com.phloc.commons.lang.DecimalFormatSymbolsFactory
-
- getInstance() - Static method in class com.phloc.commons.microdom.convert.impl.StringMicroTypeConverter
-
- getInstance() - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
-
- getInstance() - Static method in class com.phloc.commons.random.VerySecureRandom
-
- getInstance() - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
-
- getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderBestMatch
-
- getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderExact
-
- getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderFuzzy
-
- getInstance() - Static method in class com.phloc.commons.typeconvert.TypeConverterProviderRuleBased
-
- getInstance() - Static method in class com.phloc.commons.xml.FilterElementWithoutNamespace
-
- getInstance() - Static method in class com.phloc.commons.xml.sax.DoNothingSAXErrorHandler
-
- getInstance() - Static method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
-
- getInstance() - Static method in class com.phloc.commons.xml.schema.XMLSchemaCache
-
- getIntDivided(int, int, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
-
- getIntDividedCeil(int, int) - Static method in class com.phloc.commons.math.MathHelper
-
- getIntDividedFloor(int, int) - Static method in class com.phloc.commons.math.MathHelper
-
- getIntersected(Collection<? extends ELEMENTTYPE>, Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get all elements that are contained in the first AND in the second
container.
- getIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getIntIDFactory() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
-
- getInverted(boolean) - Static method in class com.phloc.commons.lang.BooleanHelper
-
Get the converted boolean value
- getInvocationCount() - Method in interface com.phloc.commons.stats.IStatisticsHandler
-
- getInvocationCount(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyed
-
Get the invocation count for a single key.
- getISOCountryCode() - Method in enum com.phloc.commons.locale.country.ECountry
-
- getIssueDateTime() - Method in class com.phloc.commons.log.LogMessage
-
- getItemDataWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getItemDataWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
Get the data of the tree item that corresponds to the given ID.
- getItemOfDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- getItemOfDataID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeItemWithUniqueIDFactory
-
Try to retrieve the stored item with the given ID.
- getItemWithID(KEYTYPE) - Method in interface com.phloc.commons.parent.IChildrenProviderWithUniqueID
-
Retrieve the objects with the passed ID or null if no such
object.
- getItemWithID(KEYTYPE) - Method in class com.phloc.commons.parent.impl.ChildrenProviderSortingWithUniqueID
-
- getItemWithID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- getItemWithID(KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
- getIterator(Enumeration<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getIterator(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getIterator(Iterator<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getIterator(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getIterator(Iterable<SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
-
- getJavaClassPath() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaClassVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaHome() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaLibraryPath() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaSpecificationUrl() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaSpecificationVendor() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaSpecificationVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVendor() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVendorURL() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVersion() - Static method in class com.phloc.commons.system.SystemHelper
-
- getJavaVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmSpecificationUrl() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmSpecificationVendor() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmSpecificationVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmUrl() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmVendor() - Static method in class com.phloc.commons.SystemProperties
-
- getJavaVmVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getJVMVendor() - Static method in class com.phloc.commons.system.SystemHelper
-
- getKey() - Method in class com.phloc.commons.collections.SingleMapEntry
-
- getKey() - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getKeyCombinator() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
-
- getKeyCombinator() - Method in interface com.phloc.commons.tree.withid.folder.IFolderTreeItemFactory
-
- getKeyedCounterHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeyedCounterHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeyedSizeHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeyedSizeHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeyedTimerHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeyedTimerHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getKeys() - Method in class com.phloc.commons.text.resource.XMLResourceBundle
-
- getLast(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLast(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or null if the passed array
is empty.
- getLast(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the last element of the array or the passed default if the passed array
is empty.
- getLastChar(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last character of the passed character sequence
- getLastChar(char[]) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last character of the passed array
- getLastChild() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getLastChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getLastChild() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getLastChild() - Method in interface com.phloc.commons.parent.IHasChildrenSorted
-
Get the last child node or null if no child is present
- getLastChild() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getLastChild() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getLastElement(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getLastElement(SortedSet<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getLastElement(Collection<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getLastElement(Iterable<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getLastError() - Method in class com.phloc.commons.io.file.FileOperationManager
-
- getLastError() - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
- getLastIndex(ELEMENTTYPE[], ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(boolean[], boolean) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(byte[], byte) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(char[], char) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(double[], double) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(float[], float) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(int[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(long[], long) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndex(short[], short) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Get the index of the passed search value in the passed value array.
- getLastIndexOf(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of sSearch within sText.
- getLastIndexOf(String, int, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of sSearch within sText starting at index nFromIndex.
- getLastIndexOf(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of cSearch within sText.
- getLastIndexOf(String, int, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of cSearch within sText starting at index nFromIndex.
- getLastIndexOfIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of sSearch within sText ignoring case.
- getLastIndexOfIgnoreCase(String, int, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of sSearch within sText ignoring case starting at index
nFromIndex.
- getLastIndexOfIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of cSearch within sText ignoring case.
- getLastIndexOfIgnoreCase(String, int, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last index of cSearch within sText ignoring case starting at index
nFromIndex.
- getLastKey(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the last key of the passed sorted map.
- getLastOperation() - Method in class com.phloc.commons.io.file.FileOperationManager
-
- getLastOperation() - Method in interface com.phloc.commons.io.file.IFileOperationManager
-
- getLastToken(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last token from (and excluding) the separating character.
- getLastToken(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the last token from (and excluding) the separating string.
- getLastValidationErrors() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Get the parsing errors from the last read/write actions.
- getLastValidationEventHandler() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
Get the last created validation event handler.
- getLastValue(SortedMap<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get the last value of the passed map.
- getLatestRelease() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getLeadingCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the number of specified chars, the passed string starts with.
- getLeadingWhitespaceCount(String) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(Byte, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(Integer, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(Long, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(Short, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(int, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(long, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLeadingZero(String, int) - Static method in class com.phloc.commons.string.StringHelper
-
- getLength(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
Get the length of the passed character sequence.
- getLength(NodeList) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getLevel() - Method in class com.phloc.commons.hierarchy.DefaultHierarchyWalker
-
- getLevel() - Method in interface com.phloc.commons.hierarchy.IBaseHierarchyWalker
-
- getLevel() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
- getLexicalHandler() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
-
- getLexicalHandler() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getLexicalHandler() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getLicense() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getLicense() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getLineCount(String) - Static method in class com.phloc.commons.string.StringHelper
-
- getLineCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
- getLineNumber() - Method in interface com.phloc.commons.error.IResourceLocation
-
- getLineNumber() - Method in class com.phloc.commons.error.ResourceLocation
-
- getLineSeparator() - Static method in class com.phloc.commons.SystemProperties
-
- getLinkedException() - Method in interface com.phloc.commons.error.IResourceError
-
- getLinkedException() - Method in class com.phloc.commons.error.ResourceError
-
- getListenerCount() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetectionTimer
-
- getListenerCount() - Method in class com.phloc.commons.deadlock.ThreadDeadlockDetector
-
- getLocale() - Method in interface com.phloc.commons.IHasLocale
-
- getLocale(String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Get the
Locale object matching the given language.
- getLocale(String, String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Get the
Locale object matching the given language and country.
- getLocale(String, String, String) - Static method in class com.phloc.commons.locale.LocaleCache
-
Get the
Locale object matching the given locale string
- getLocale() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getLocale() - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
- getLocale() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getLocaleCount() - Method in interface com.phloc.commons.IHasLocales
-
- getLocaleCount() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getLocaleCount() - Method in class com.phloc.commons.text.impl.TextProvider
-
- getLocaleDisplayName(Locale, Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Get the display name of the passed language in the currently selected UI
language.
- getLocaleFromString(String) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Convert a String in the form "language-country-variant" to a Locale object.
- getLocaleNativeDisplayName(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Get the display name of the passed locale in the passed locale.
- getLocaleToUseOrFallback(Locale, Collection<Locale>, Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
- getLocaleToUseOrNull(Locale, Collection<Locale>) - Static method in class com.phloc.commons.locale.LocaleUtils
-
- getLocalName() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the local name of the element.
- getLocalName() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getLocation() - Method in interface com.phloc.commons.error.IResourceError
-
- getLocation() - Method in class com.phloc.commons.error.ResourceError
-
- getLocationResourceID(ValidationEventLocator) - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
- getLogMessage(Throwable) - Method in class com.phloc.commons.callback.LoggingExceptionHandler
-
Get the text to be logged for a certain exception
- getLogMessage(Throwable) - Method in class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
-
- getLongAsInt(long, int) - Static method in class com.phloc.commons.math.MathHelper
-
- getLongDivided(long, long, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
-
- getLongDividedCeil(long, long) - Static method in class com.phloc.commons.math.MathHelper
-
- getLongDividedFloor(long, long) - Static method in class com.phloc.commons.math.MathHelper
-
- getLongFromDigest(byte[]) - Static method in class com.phloc.commons.messagedigest.MessageDigestGeneratorHelper
-
- getLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getLongIDFactory() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
-
- getLowSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
-
Get the low surrogate of this Codepoint
- getLowSurrogate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Get the low surrogate for a particular unicode codepoint
- getMajor() - Method in class com.phloc.commons.version.Version
-
- getMap() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getMap() - Method in class com.phloc.commons.text.impl.TextProvider
-
- getMap() - Method in interface com.phloc.commons.text.IReadonlyMultiLingualText
-
- getMappedInputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get an input stream to the specified file, using memory mapping.
- getMappedOutputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getMappedOutputStream(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getMappedOutputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getMappedOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getMappedPrefix(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
Check if the passed namespace URI is mapped in the namespace context.
- getMappingCount() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getMaskedXMLText(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
- getMaskedXMLTextLength(EXMLVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
- getMaskedXMLTextLength(EXMLSerializeVersion, EXMLCharMode, EXMLIncorrectCharacterHandling, String) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
- getMatcher(String, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Get the Java Matcher object for the passed pair of regular expression and
value.
- getMatcher(String, int, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Get the Java Matcher object for the passed pair of regular expression and
value.
- getMax(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
-
- getMax() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
-
- getMaxBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaxBigInteger(BigInteger, BigInteger...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaxDouble(double, double...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaxFloat(float, float...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaximumByteCount() - Static method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getMaxInt(int, int...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaxLong(long, long...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMaxMemory() - Static method in class com.phloc.commons.system.SystemHelper
-
Returns the maximum amount of memory that the Java virtual machine will
attempt to use.
- getMaxSize() - Method in class com.phloc.commons.cache.AbstractNotifyingCacheWithMaxSize
-
- getMaxSize() - Method in class com.phloc.commons.cache.convert.SimpleCacheWithConversionAndMaxSize
-
- getMaxSize() - Method in class com.phloc.commons.collections.LRUCache
-
- getMaxSize() - Method in class com.phloc.commons.collections.LRUSet
-
- getMessage() - Method in exception com.phloc.commons.i18n.InvalidCharacterException
-
- getMessage() - Method in class com.phloc.commons.log.LogMessage
-
- getMessage(Class<?>) - Method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
-
- getMessage(Class<?>, Class<?>) - Method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
-
- getMicro() - Method in class com.phloc.commons.version.Version
-
- getMillis() - Method in class com.phloc.commons.timing.StopWatch
-
- getMimeType() - Method in class com.phloc.commons.mime.MimeTypeContent
-
- getMimeTypeFromBytes(byte[]) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Try to determine the MIME type from the given byte array.
- getMimeTypeFromBytes(byte[], IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Try to determine the MIME type from the given byte array.
- getMimeTypeFromExtension(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Get the MIME type from the passed filename extension.
- getMimeTypeFromFilename(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Get the MIME type from the extension of the passed filename.
- getMimeTypeFromString(String, String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Deprecated.
- getMimeTypeFromString(String, Charset) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Try to find the MIME type that matches the passed content string.
- getMimeTypeFromString(String, Charset, IMimeType) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Try to find the MIME type that matches the passed content string.
- getMimeTypeObjectFromExtension(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Get the MIME type object from the passed filename extension.
- getMimeTypeObjectFromFilename(String) - Static method in class com.phloc.commons.mime.MimeTypeDeterminator
-
Get the MIME type object from the extension of the passed filename.
- getMin(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
-
- getMin() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
-
- getMinBigDecimal(BigDecimal, BigDecimal...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinBigInteger(BigInteger, BigInteger...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinDouble(double, double...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinFloat(float, float...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinInt(int, int...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinLong(long, long...) - Static method in class com.phloc.commons.math.MathHelper
-
- getMinor() - Method in class com.phloc.commons.version.Version
-
- getMisses() - Method in interface com.phloc.commons.stats.StatisticsHandlerCacheMBean
-
- getMode() - Method in enum com.phloc.commons.io.file.ERandomAccessFileMode
-
- getMostSevere(EErrorLevel, EErrorLevel) - Static method in enum com.phloc.commons.error.EErrorLevel
-
- getMostSevereErrorLevel() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
Get the most severe error level within this group.
- getMostSevereErrorLevel() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getMostSevereErrorLevel() - Method in class com.phloc.commons.log.InMemoryLogger
-
- getName() - Method in class com.phloc.commons.cache.AbstractCache
-
- getName() - Method in interface com.phloc.commons.microdom.IMicroEntityReference
-
- getName() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- getName() - Method in interface com.phloc.commons.name.IHasName
-
- getName(DATATYPE) - Method in interface com.phloc.commons.name.INameProvider
-
Get the name of the passed object.
- getName(IHasName) - Method in class com.phloc.commons.name.NameProviderFromHasName
-
- getName() - Method in class com.phloc.commons.text.impl.ConstantTextProvider
-
- getName() - Method in enum com.phloc.commons.xml.EXMLParserFeature
-
- getName() - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getNamespaceContext() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getNamespaceContext() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getNamespaceURI() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the namespace URI of this element
- getNamespaceURI() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getNamespaceURI() - Method in class com.phloc.commons.xml.ls.LSResourceData
-
- getNamespaceURI(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getNamespaceURI(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getNamespaceURIOfPrefix(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
-
Get the URL matching a given namespace prefix in this level.
- getNanos() - Method in class com.phloc.commons.timing.StopWatch
-
- getNestedElementFilter() - Method in class com.phloc.commons.xml.FilterNodeIsElement
-
- getNestedFilter() - Method in class com.phloc.commons.filter.AbstractFilter
-
- getNestedFilter() - Method in class com.phloc.commons.filter.AbstractSerializableFilter
-
- getNewID() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
-
- getNewID() - Method in interface com.phloc.commons.idfactory.IIDFactory
-
- getNewID() - Method in interface com.phloc.commons.idfactory.IIntIDFactory
-
Create a new unique integer ID.
- getNewID() - Method in interface com.phloc.commons.idfactory.ILongIDFactory
-
Create a new unique long ID.
- getNewID() - Method in class com.phloc.commons.idfactory.MemoryIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.MemoryLongIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
-
- getNewID() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
-
- getNewIntID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNewLineMode() - Method in enum com.phloc.commons.system.EOperatingSystem
-
- getNewlineString() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getNewlineString() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getNewLongID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNewPersistentIntID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNewPersistentLongID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNewPersistentStringID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNewStaticID() - Static method in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
-
- getNewStaticID() - Static method in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
-
- getNewStringID() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getNextFreeCode() - Method in class com.phloc.commons.codec.LZWCodec.AbstractLZWDictionary
-
- getNextSibling() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getNextSibling() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getNode(byte[]) - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
-
- getNodeAsString(IMicroNode, IXMLWriterSettings) - Static method in class com.phloc.commons.microdom.serialize.MicroWriter
-
- getNodeAsString(Node, IXMLWriterSettings) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
-
- getNodeName() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroContainer
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getNodeName() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- getNodeTypeAsString(int) - Static method in class com.phloc.commons.xml.XMLDebug
-
- getNodeValue() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getNodeValue() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- getNoNamespaceSchemaLocation(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getNotNull(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getNotNull(Set<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getNotNull(SortedSet<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getNotNull(Map<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getNotNull(SortedMap<? extends KEYTYPE, ? extends VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getNotNull(String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string but never return null.
- getNotNull(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string but never return null.
- getNotNull(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
- getNotNull(CharSequence, CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
- getNumberOfProcessors() - Static method in class com.phloc.commons.system.SystemHelper
-
- getNumericLevel() - Method in enum com.phloc.commons.error.EErrorLevel
-
- getObjectAddress(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the hex representation of the passed object's address.
- getObjectTypeName() - Method in class com.phloc.commons.type.ObjectType
-
- getOccurrenceCount(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Count the number of occurrences of sSearch within sText.
- getOccurrenceCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Count the number of occurrences of cSearch within sText.
- getOccurrenceCountIgnoreCase(String, String, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Count the number of occurrences of sSearch within sText ignoring case.
- getOccurrenceCountIgnoreCase(String, char, Locale) - Static method in class com.phloc.commons.string.StringHelper
-
Count the number of occurrences of cSearch within sText ignoring case.
- getOperatingSystem() - Static method in class com.phloc.commons.system.SystemHelper
-
- getOperatingSystemName() - Static method in class com.phloc.commons.system.SystemHelper
-
- getOperation() - Method in class com.phloc.commons.io.file.FileIOError
-
- getOptions() - Method in class com.phloc.commons.regex.RegExPattern
-
- getORChained(FileFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- getORChained(FilenameFilter...) - Static method in class com.phloc.commons.io.file.filter.FileFilterToIFilterAdapter
-
- getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- getOrCreate(KEYTYPE) - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- getOrCreate(KEYTYPE) - Method in interface com.phloc.commons.collections.multimap.IMultiMap
-
Get or create the collection of the specified key.
- getOriginalComparator() - Method in class com.phloc.commons.compare.ReverseComparator
-
- getOriginalFilter() - Method in class com.phloc.commons.filter.FilterInverted
-
- getOriginalFilter() - Method in class com.phloc.commons.filter.SerializableFilterInverted
-
- getOriginalVersion() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getOriginalXSDs() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
- getOsArch() - Static method in class com.phloc.commons.SystemProperties
-
- getOsName() - Static method in class com.phloc.commons.SystemProperties
-
- getOsVersion() - Static method in class com.phloc.commons.SystemProperties
-
- getOutputStream(String) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get an output stream for writing to a file.
- getOutputStream(String, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get an output stream for writing to a file.
- getOutputStream(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get an output stream for writing to a file.
- getOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get an output stream for writing to a file.
- getOutputStream(EAppend) - Method in interface com.phloc.commons.io.IOutputStreamProvider
-
Get the output stream to read from the object.
- getOutputStream(String, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamResolver
-
Get the output stream from the given name.
- getOutputStream(String, EAppend) - Method in class com.phloc.commons.io.resolver.FileSystemByteStreamResolver
-
- getOutputStream(File, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
- getOutputStream(EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getOutputStream(EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
- getOutputStream() - Method in class com.phloc.commons.xml.transform.ResourceStreamResult
-
- getOwnerDocument(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get the owner document of the passed node.
- getParam(String) - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getParam(String) - Method in interface com.phloc.commons.url.ISimpleURL
-
Get the parameter value of the given key.
- getParamCount() - Method in enum com.phloc.commons.io.file.EFileIOOperation
-
- getParamCount() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getParamCount() - Method in interface com.phloc.commons.url.IURLData
-
- getParamCount() - Method in class com.phloc.commons.url.URLData
-
- getParameterAtIndex(int) - Method in interface com.phloc.commons.mime.IMimeType
-
Get the parameter at the specified index.
- getParameterAtIndex(int) - Method in class com.phloc.commons.mime.MimeType
-
- getParameterCount() - Method in interface com.phloc.commons.mime.IMimeType
-
- getParameterCount() - Method in class com.phloc.commons.mime.MimeType
-
- getParametersAsString(EMimeQuoting) - Method in interface com.phloc.commons.mime.IMimeType
-
Get all MIME type parameters as a single string but without the leading
content and sub type.
- getParametersAsString(EMimeQuoting) - Method in class com.phloc.commons.mime.MimeType
-
- getParameterValueWithName(String) - Method in interface com.phloc.commons.mime.IMimeType
-
Get the value of the parameter with the specified name.
- getParameterValueWithName(String) - Method in class com.phloc.commons.mime.MimeType
-
- getParameterWithName(String) - Method in interface com.phloc.commons.mime.IMimeType
-
Get the parameter with the specified name.
- getParameterWithName(String) - Method in class com.phloc.commons.mime.MimeType
-
- getParent() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getParent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getParent() - Method in interface com.phloc.commons.parent.IHasParent
-
Get the parent object of this object.
- getParent(PARENTTYPE) - Method in class com.phloc.commons.parent.impl.ParentProviderHasParent
-
- getParent(PARENTTYPE) - Method in interface com.phloc.commons.parent.IParentProvider
-
Get the parent of the passed object.
- getParent() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getParent() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getParentData() - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
- getParentData() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- getParentData() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getParentElementWithName(String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getParentElementWithName(String, String) - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getParentElementWithName(String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getParentElementWithName(String, String) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getParentID() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- getParentID() - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
- getPart(ChangeLog) - Method in class com.phloc.commons.changelog.ComparatorChangeLogComponent
-
- getPart(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.collections.pair.ComparatorPairFirst
-
- getPart(IReadonlyPair<DATA1TYPE, DATA2TYPE>) - Method in class com.phloc.commons.collections.pair.ComparatorPairSecond
-
- getPart(DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparator
-
- getPart(DATATYPE) - Method in class com.phloc.commons.compare.AbstractPartComparatorComparable
-
- getPart(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasID
-
- getPart(DATATYPE) - Method in class com.phloc.commons.id.ComparatorHasIDComparable
-
- getPart(ITEMTYPE) - Method in class com.phloc.commons.tree.utils.sort.ComparatorTreeItemData
-
- getPart(ITEMTYPE) - Method in class com.phloc.commons.tree.utils.sort.ComparatorTreeItemDataComparable
-
- getPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the path of the passed file name without any eventually contained
filename.
- getPath() - Method in interface com.phloc.commons.io.IResourceBase
-
- getPath() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getPath() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getPath() - Method in class com.phloc.commons.io.resource.URLResource
-
- getPath(IMicroNode, String) - Static method in class com.phloc.commons.microdom.utils.MicroUtils
-
Get the path of the given node, up to the root element.
- getPath() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getPath() - Method in interface com.phloc.commons.url.IURLData
-
- getPath() - Method in class com.phloc.commons.url.URLData
-
- getPathFromClass(Class<?>) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the path representation of the passed class.
- getPathFromClass(String) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the path representation of the passed class name.
- getPathSeparator() - Static method in class com.phloc.commons.SystemProperties
-
- getPathToNode(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
- getPathToNode(Node, String) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get the path from root node to the passed node.
- getPathUsingUnixSeparator(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Ensure that the path (not the absolute path!)
- getPathUsingUnixSeparator(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Ensure that the passed path is using the Unix style separator "/" instead
of the Operating System dependent one.
- getPattern(String) - Static method in class com.phloc.commons.regex.RegExPool
-
Get the cached regular expression pattern.
- getPattern(String, int) - Static method in class com.phloc.commons.regex.RegExPool
-
Get the cached regular expression pattern.
- getPercentValue(BigDecimal, BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
Get x% from base
- getPercentValue(BigDecimal, BigDecimal, int, RoundingMode) - Static method in class com.phloc.commons.math.MathHelper
-
Get x% from base with rounding etc.
- getPersistentIntIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getPersistentLongIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getPersistentStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getPersonal() - Method in class com.phloc.commons.email.EmailAddress
-
- getPersonal() - Method in interface com.phloc.commons.email.IEmailAddress
-
- getPlainText() - Method in interface com.phloc.commons.IHasPlainText
-
- getPlane() - Method in class com.phloc.commons.i18n.Codepoint
-
Plane 0 (0000–FFFF): Basic Multilingual Plane (BMP).
- getPlusFeature() - Method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
-
- getPosition() - Method in class com.phloc.commons.io.streams.CountingInputStream
-
- getPosition() - Method in class com.phloc.commons.io.streams.DebugInputStream
-
- getPosition() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayInputStream
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalIntIDFactory
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalLongIDFactory
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentIntIDFactory
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromGlobalPersistentLongIDFactory
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromIntIDFactory
-
- getPrefix() - Method in class com.phloc.commons.idfactory.StringIDFromLongIDFactory
-
- getPrefix() - Method in class com.phloc.commons.io.file.filter.FilenameFilterStartsWith
-
- getPrefix() - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
-
- getPrefix(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getPrefixes(String) - Method in class com.phloc.commons.xml.namespace.AbstractNamespaceContext
-
- getPrefixOfNamespaceURI(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceLevel
-
- getPrefixToNamespaceURIMap() - Method in interface com.phloc.commons.xml.namespace.IIterableNamespaceContext
-
Get all contained mappings.
- getPrefixToNamespaceURIMap() - Method in class com.phloc.commons.xml.namespace.MapBasedNamespaceContext
-
- getPrefixToNamespaceURIMap() - Method in class com.phloc.commons.xml.namespace.SingleElementNamespaceContext
-
- getPreviousSibling() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getPreviousSibling() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- getPrimitiveClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Get the primitive class of the passed primitive wrapper class.
- getPrimitiveWrapperClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Get the primitive wrapper class of the passed primitive class.
- getProcessorArchitecture() - Static method in class com.phloc.commons.system.SystemHelper
-
- getPropertyType() - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getPropertyValue(String) - Static method in class com.phloc.commons.SystemProperties
-
- getPropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getPropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getPropertyValue(EXMLParserProperty) - Method in interface com.phloc.commons.xml.serialize.IBaseXMLReaderSettings
-
Get the value of the specified parser property
- getPropertyValue(EXMLParserProperty) - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- getPropertyValue(EXMLParserProperty) - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- getPropertyValueOrNull(String) - Static method in class com.phloc.commons.SystemProperties
-
- getProtocol() - Method in class com.phloc.commons.url.AbstractSimpleURL
-
- getProtocol() - Method in enum com.phloc.commons.url.EURLProtocol
-
- getProtocol() - Method in interface com.phloc.commons.url.IURLData
-
- getProtocol() - Method in interface com.phloc.commons.url.IURLProtocol
-
- getProtocol() - Method in class com.phloc.commons.url.URLData
-
- getProtocol() - Method in class com.phloc.commons.url.URLProtocol
-
- getProtocol(String) - Static method in class com.phloc.commons.url.URLProtocolRegistry
-
Try to evaluate the matching URL protocol from the passed URL
- getProtocol(IURLData) - Static method in class com.phloc.commons.url.URLProtocolRegistry
-
Try to evaluate the matching URL protocol from the passed URL
- getProtocols() - Method in interface com.phloc.commons.url.IURLProtocolRegistrarSPI
-
- getPublicID() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
-
- getPublicID() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getPublicID() - Method in class com.phloc.commons.xml.ls.LSResourceData
-
- getPublicId() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getQualifiedName() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
-
- getQualifiedName() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getQualifier() - Method in class com.phloc.commons.version.Version
-
- getQueryStringAsMap(String) - Static method in class com.phloc.commons.url.URLUtils
-
- getQueueLength() - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
-
- getQueueLength() - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
-
- getQuotedString(String) - Method in enum com.phloc.commons.mime.EMimeQuoting
-
- getRandomAccessFile(String, ERandomAccessFileMode) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getRandomAccessFile(File, ERandomAccessFileMode) - Static method in class com.phloc.commons.io.file.FileUtils
-
- getReadableCloneForPath(String) - Method in interface com.phloc.commons.io.IReadableResource
-
- getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getReadableCloneForPath(URL) - Method in class com.phloc.commons.io.resource.URLResource
-
- getReadableCloneForPath(String) - Method in class com.phloc.commons.io.resource.URLResource
-
- getReadableResource(String) - Method in interface com.phloc.commons.io.IReadableResourceProvider
-
Get the resource specified by the given name for reading.
- getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.ClassPathResourceProvider
-
- getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
-
- getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.ReadableResourceProviderChain
-
- getReadableResource(String) - Method in class com.phloc.commons.io.resourceprovider.URLResourceProvider
-
- getReader(String) - Method in interface com.phloc.commons.io.IInputStreamAndReaderProvider
-
Deprecated.
- getReader(Charset) - Method in interface com.phloc.commons.io.IInputStreamAndReaderProvider
-
Get an
Reader based on this input stream provider using the given
charset.
- getReader() - Method in interface com.phloc.commons.io.IReaderProvider
-
Get the reader to read from the object.
- getReader(String) - Method in interface com.phloc.commons.io.IReaderResolver
-
Get the reader from the given name.
- getReader(String) - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
-
- getReader(String) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getReader(File, String) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
Deprecated.
- getReader(File, Charset) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
- getReader(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getReader(String) - Method in class com.phloc.commons.io.resource.URLResource
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.resource.URLResource
-
- getReader(String) - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteArrayInputStreamProvider
-
- getReader(String) - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.ByteBufferInputStreamProvider
-
- getReader(String) - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
Deprecated.
- getReader(Charset) - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
- getReader() - Method in class com.phloc.commons.io.streamprovider.StringInputStreamProvider
-
- getReader() - Method in class com.phloc.commons.io.streamprovider.StringReaderProvider
-
- getReaderNoCache(ClassLoader, String) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Deprecated.
- getReaderNoCache(ClassLoader, Charset) - Method in class com.phloc.commons.io.resource.ClassPathResource
-
Create a
Reader of this resource, using the specified class loader
only.
- getReason() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
-
- getRegEx() - Method in class com.phloc.commons.regex.RegExPattern
-
- getRegisteredMicroTypeConverterCount() - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
-
- getRegisteredSerializationConverterCount() - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
-
- getRegisteredTypeConverterCount() - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
-
- getRegisteredTypeConverterRuleCount() - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
-
- getRegularExpressions() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchAnyRegEx
-
- getRegularExpressions() - Method in class com.phloc.commons.io.file.filter.FilenameFilterMatchNoRegEx
-
- getRelativeToParentDirectory(File, File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Tries to express the passed file path relative to the passed parent
directory.
- getRemainingChars() - Method in class com.phloc.commons.text.utils.StringScanner
-
- getRepeated(char, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string element repeated for a certain number of times.
- getRepeated(String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string element repeated for a certain number of times.
- getReplaceMultipleResultLength(char[], char[], char[][]) - Static method in class com.phloc.commons.string.StringHelper
-
Get the result length (in characters) when replacing all patterns with the
replacements on the passed input array.
- getReserveCount() - Method in class com.phloc.commons.idfactory.AbstractPersistingIntIDFactory
-
- getReserveCount() - Method in class com.phloc.commons.idfactory.AbstractPersistingLongIDFactory
-
- getResourceBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getResourceBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getResourceError() - Method in interface com.phloc.commons.error.IHasResourceError
-
- getResourceErrors() - Method in interface com.phloc.commons.error.IHasResourceErrorGroup
-
- getResourceErrors() - Method in class com.phloc.commons.jaxb.validation.CollectingValidationEventHandler
-
- getResourceErrors() - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
- getResourceErrors() - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
-
- getResourceID() - Method in interface com.phloc.commons.error.IResourceLocation
-
- getResourceID() - Method in class com.phloc.commons.error.ResourceLocation
-
- getResourceID() - Method in interface com.phloc.commons.io.IResourceBase
-
- getResourceID() - Method in class com.phloc.commons.io.resource.ClassPathResource
-
- getResourceID() - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getResourceID() - Method in class com.phloc.commons.io.resource.URLResource
-
- getRest() - Method in class com.phloc.commons.text.utils.StringScanner
-
Get all remaining chars, and set the index to the end of the input string
- getReverse(String) - Static method in class com.phloc.commons.string.StringHelper
-
- getReverseInlineList(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getReverseIterator(List<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getReverseList(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getReverseLookup(IMultiMapSetBased<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
- getReverseLookupSet(IMultiMap<KEYTYPE, VALUETYPE, ? extends Collection<VALUETYPE>>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map where the lookup (1K..nV) has been reversed to (1V..nK)
- getRFC1522Encoding() - Method in class com.phloc.commons.codec.AbstractRFC1522Codec
-
Returns the codec name (referred to as encoding in the RFC 1522).
- getRFC1522Encoding() - Method in class com.phloc.commons.codec.RFC1522BCodec
-
- getRFC1522Encoding() - Method in class com.phloc.commons.codec.RFC1522QCodec
-
- getRoot() - Method in class com.phloc.commons.stats.utils.StatisticsVisitorToXML
-
- getRootItem() - Method in interface com.phloc.commons.tree.IBasicTree
-
- getRootItem() - Method in class com.phloc.commons.tree.simple.BasicTree
-
- getRootItem() - Method in class com.phloc.commons.tree.withid.BasicTreeWithID
-
- getRounded(double, int, RoundingMode, RoundHelper.EDecimalType) - Static method in class com.phloc.commons.math.RoundHelper
-
Source: http://www.luschny.de/java/doubleformat.html
- getRoundedEvenExp(double, int) - Static method in class com.phloc.commons.math.RoundHelper
-
- getRoundedEvenExp2(double) - Static method in class com.phloc.commons.math.RoundHelper
-
- getRoundedUpFix(double, int) - Static method in class com.phloc.commons.math.RoundHelper
-
- getRoundedUpFix2(double) - Static method in class com.phloc.commons.math.RoundHelper
-
- getSafe(List<ELEMENTTYPE>, int) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Safe list element accessor method.
- getSafe(List<ELEMENTTYPE>, int, ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Safe list element accessor method.
- getSafeClassName(Object) - Static method in class com.phloc.commons.lang.CGStringHelper
-
Get the class name of the passed object.
- getSafeElement(ELEMENTTYPE[], int) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSafeElement(ELEMENTTYPE[], int, ELEMENTTYPE) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSaxParseError(EErrorLevel, SAXParseException) - Static method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
-
- getScaledToHeight(int) - Method in class com.phloc.commons.gfx.ScalableSize
-
- getScaledToWidth(int) - Method in class com.phloc.commons.gfx.ScalableSize
-
- getSchema(IReadableResource) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a cached
Schema from a single resource.
- getSchema(IReadableResource...) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a cached
Schema that consists of multiple resources.
- getSchema(Collection<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a cached
Schema that consists of multiple resources.
- getSchema() - Method in interface com.phloc.commons.xml.schema.IHasSchema
-
- getSchema() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- getSchema() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- getSchema() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- getSchemaLocation(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getSecond() - Method in interface com.phloc.commons.collections.pair.IReadonlyPair
-
- getSecond() - Method in class com.phloc.commons.collections.pair.Pair
-
- getSecond() - Method in class com.phloc.commons.collections.pair.ReadonlyIntPair
-
- getSecond() - Method in class com.phloc.commons.collections.pair.ReadonlyPair
-
- getSecond() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
-
- getSecond() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
-
- getSecond() - Method in class com.phloc.commons.collections.triple.Triple
-
- getSeconds() - Method in class com.phloc.commons.timing.StopWatch
-
- getSecureFile(File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Get a secure
File object based on the passed file object.
- getSecureFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Avoid 0 byte attack.
- getSeparator() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparator
-
- getSeparator() - Method in class com.phloc.commons.combine.CombinatorStringWithSeparatorIgnoreNull
-
- getSerializeComments() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getSerializeComments() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getSerializeDocType() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getSerializeDocType() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getSettings() - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc
-
- getSize(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- getSize(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getSize(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Retrieve the size of the passed
Map.
- getSize(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Retrieve the size of the passed
Iterable.
- getSize(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Retrieve the size of the passed
Iterable.
- getSize(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Retrieve the size of the passed
Iterator.
- getSize(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getSizeHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getSizeHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getSizeHelperOfLocale(Locale) - Static method in class com.phloc.commons.io.misc.SizeHelper
-
Get the size helper for the passed locale.
- getSizeInBytes() - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
- getSizeInBytes() - Method in interface com.phloc.commons.IHasByteSize
-
- getSmallFactorial(int) - Static method in class com.phloc.commons.math.FactorialHelper
-
Calculate n!
- getSorted(IIterableIterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterator to a sorted list.
- getSorted(IIterableIterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterator<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterator<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterable<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Iterable<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Collection<? extends ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given collection object to a sorted list.
- getSorted(Collection<? extends ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given collection object to a sorted list.
- getSorted(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterable object to a sorted list.
- getSorted(ELEMENTTYPE[], Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Convert the given iterable object to a sorted list.
- getSorted(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterator<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>, Comparator<? super DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
-
Convert the given iterator to a sorted list.
- getSorted(Iterable<? extends SRCTYPE>, IUnidirectionalConverter<? super SRCTYPE, ? extends DSTTYPE>, Comparator<? super DSTTYPE>) - Static method in class com.phloc.commons.convert.collections.ContainerConversionHelper
-
Convert the given iterator to a sorted list.
- getSortedByKey(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by aIter's keys.
- getSortedByKey(Map<KEYTYPE, VALUETYPE>, ESortOrder) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by its keys.
- getSortedByKey(Map<KEYTYPE, VALUETYPE>, Comparator<? super KEYTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by its keys.
- getSortedByPairFirst(Collection<? extends IReadonlyPair<V1, V2>>) - Static method in class com.phloc.commons.collections.pair.PairUtils
-
- getSortedByPairSecond(Collection<? extends IReadonlyPair<V1, V2>>) - Static method in class com.phloc.commons.collections.pair.PairUtils
-
- getSortedByValue(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by its values.
- getSortedByValue(Map<KEYTYPE, VALUETYPE>, ESortOrder) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by its values.
- getSortedByValue(Map<KEYTYPE, VALUETYPE>, Comparator<? super VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map sorted by aIter's values.
- getSortedInline(List<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getSortedInline(List<ELEMENTTYPE>, Comparator<? super ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getSortOrder() - Method in class com.phloc.commons.compare.AbstractComparator
-
- getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleAssignableSourceFixedDestination
-
- getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAnyDestination
-
- getSourceClass() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRuleFixedSourceAssignableDestination
-
- getSourceNode() - Method in interface com.phloc.commons.microdom.IMicroEvent
-
- getSourceNode() - Method in class com.phloc.commons.microdom.impl.MicroEvent
-
- getSplitToArray(CharSequence, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSplitToArray(CharSequence, String, int) - Static method in class com.phloc.commons.regex.RegExHelper
-
Split the passed text with the given regular expression returning at most
the given number of tokens.
- getSplitToList(CharSequence, String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSplitToList(CharSequence, String, int) - Static method in class com.phloc.commons.regex.RegExHelper
-
Split the passed text with the given regular expression.
- getSrcClass() - Method in exception com.phloc.commons.typeconvert.TypeConverterException
-
- getStackAsString(StackTraceElement[], boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- getStackAsString(StackTraceElement[]) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- getStackAsString(Thread) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- getStackAsString(Thread, boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
- getStackAsString(Throwable) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
Get the stack trace of a throwable as string.
- getStackAsString(Throwable, boolean) - Static method in class com.phloc.commons.lang.StackTraceHelper
-
Get the stack trace of a throwable as string.
- getStackCopyWithoutTop(NonBlockingStack<ELEMENTTYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- getStackTrace() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
-
- getString(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getString(Locale, ClassLoader) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getString(ResourceBundle, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getString(String, Locale, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getString(String, Locale, String, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getStringData() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getStringIDFactory() - Static method in class com.phloc.commons.idfactory.GlobalIDFactory
-
- getSubList(List<ELEMENTTYPE>, int, int) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Gets a sublist excerpt of the passed list.
- getSubType() - Method in interface com.phloc.commons.typeconvert.ITypeConverterRule
-
- getSubType() - Method in class com.phloc.commons.typeconvert.rule.AbstractTypeConverterRule
-
- getSuccessCount() - Method in interface com.phloc.commons.error.IHasErrorLevels
-
- getSuccessCount() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- getSuccessCount() - Method in class com.phloc.commons.log.InMemoryLogger
-
- getSuffix() - Method in class com.phloc.commons.io.file.filter.FilenameFilterEndsWith
-
- getSum(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedNumeric
-
- getSum() - Method in interface com.phloc.commons.stats.IStatisticsHandlerNumeric
-
- getSunCharacterEscapeHandler(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getSunIndentString(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getSunNamespacePrefixMapper(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getSunXMLHeaders(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- getSupportedFeatures() - Static method in class com.phloc.commons.xml.XMLDebug
-
- getSupportedFeatures(EXMLDOMFeatureVersion) - Static method in class com.phloc.commons.xml.XMLDebug
-
- getSwappedKeyValues(Map<KEYTYPE, VALUETYPE>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
Get a map where keys and values are exchanged.
- getSystemCharset() - Static method in class com.phloc.commons.system.SystemHelper
-
- getSystemCharsetName() - Static method in class com.phloc.commons.system.SystemHelper
-
- getSystemClassLoader() - Static method in class com.phloc.commons.lang.ClassHelper
-
- getSystemID() - Method in interface com.phloc.commons.microdom.IMicroDocumentType
-
- getSystemID() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getSystemID() - Method in class com.phloc.commons.xml.ls.LSResourceData
-
- getSystemId() - Method in class com.phloc.commons.xml.ls.ResourceLSInput
-
- getSystemLocale() - Static method in class com.phloc.commons.system.SystemHelper
-
- getTableIndex() - Method in class com.phloc.commons.codec.LZWCodec.LZWNode
-
- getTagName() - Method in interface com.phloc.commons.microdom.IMicroElement
-
Get the name of the tag.
- getTagName() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getTagName() - Method in class com.phloc.commons.xml.FilterElementWithTagName
-
- getTarget() - Method in interface com.phloc.commons.microdom.IMicroProcessingInstruction
-
- getTarget() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getTargetNode() - Method in interface com.phloc.commons.microdom.IMicroEvent
-
- getTargetNode() - Method in class com.phloc.commons.microdom.impl.MicroEvent
-
- getText(Locale) - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
Get the text of the specified locale.
- getText() - Method in enum com.phloc.commons.mime.EMimeContentType
-
- getText() - Method in enum com.phloc.commons.system.ENewLineMode
-
- getText(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
-
- getText(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getText() - Method in interface com.phloc.commons.text.IPredefinedLocaleTextProvider
-
- getText(Locale) - Method in interface com.phloc.commons.text.ISimpleTextProvider
-
Get the text specific for the passed locale.
- getText(Enum<?>, ISimpleTextProvider, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
- getText(Enum<?>, ITextProvider, Locale) - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
Get the text of the given element in the given locale.
- getText(Enum<?>, ISimpleTextProvider, Locale) - Method in interface com.phloc.commons.text.resolve.IEnumTextResolver
-
Get the text of an enumeration item.
- getTextContent() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
-
Get the concatenated text content of all direct
IMicroText child
nodes of this element.
- getTextContent() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getTextContentTrimmed() - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
-
Get the concatenated text content of all direct
IMicroText child
nodes of this element.
- getTextContentTrimmed() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getTextContentWithConversion(Class<DSTTYPE>) - Method in interface com.phloc.commons.microdom.IMicroNodeWithChildren
-
Get the concatenated text content of all direct
IMicroText child
nodes of this element.
- getTextContentWithConversion(Class<DSTTYPE>) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- getTextWithArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.AbstractTextProvider
-
- getTextWithArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getTextWithArgs(Object...) - Method in interface com.phloc.commons.text.IPredefinedLocaleTextProvider
-
- getTextWithArgs(Locale, Object...) - Method in interface com.phloc.commons.text.ITextProvider
-
Get the text specific for the passed locale.
- getTextWithArgs(Enum<?>, ITextProvider, Locale, Object...) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
- getTextWithArgs(Enum<?>, ITextProvider, Locale, Object[]) - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
Get the text of the given element in the given locale using the passed
arguments.
- getTextWithArgs(Enum<?>, ITextProvider, Locale, Object...) - Method in interface com.phloc.commons.text.resolve.IEnumTextResolver
-
Get the text of an enumeration item with placeholder texts being replaced.
- getTextWithLocaleFallback(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
-
- getTextWithLocaleFallback(Locale) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getTextWithLocaleFallback(Locale) - Method in interface com.phloc.commons.text.ISimpleTextProvider
-
Get the text specific for the passed locale.
- getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.AbstractTextProvider
-
- getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- getTextWithLocaleFallbackAndArgs(Locale, Object...) - Method in interface com.phloc.commons.text.ITextProvider
-
Get the text specific for the passed locale.
- getThird() - Method in interface com.phloc.commons.collections.triple.IReadonlyTriple
-
- getThird() - Method in class com.phloc.commons.collections.triple.ReadonlyTriple
-
- getThird() - Method in class com.phloc.commons.collections.triple.Triple
-
- getThread() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
-
- getThreadInfo() - Method in class com.phloc.commons.deadlock.ThreadDeadlockInfo
-
- getThrowable() - Method in class com.phloc.commons.log.LogMessage
-
- getTimerHandler(Class<?>) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getTimerHandler(String) - Static method in class com.phloc.commons.stats.StatisticsManager
-
- getTimeUnit() - Method in class com.phloc.commons.lang.TimeValue
-
- getTmpDir() - Static method in class com.phloc.commons.SystemProperties
-
- getToString(Object) - Static method in class com.phloc.commons.string.StringHelper
-
- getToString(Object, String) - Static method in class com.phloc.commons.string.StringHelper
-
Convert the passed object to a string using the
Object.toString()
method or otherwise return the passed default value.
- getTotalCombinations() - Method in class com.phloc.commons.math.CombinationGenerator
-
- getTotalMemory() - Static method in class com.phloc.commons.system.SystemHelper
-
Returns the total amount of memory in the Java virtual machine.
- getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiConcurrentHashMap
-
- getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiHashMap
-
- getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiLinkedHashMap
-
- getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiTreeMap
-
- getTotalValueCount() - Method in class com.phloc.commons.collections.multimap.AbstractMultiWeakHashMap
-
- getTotalValueCount() - Method in interface com.phloc.commons.collections.multimap.IMultiMap
-
- getTotalValueCount(IMultiMap<?, ?, ?>) - Static method in class com.phloc.commons.collections.multimap.MultiMapHelper
-
- getTrailingCharCount(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get the number of specified chars, the passed string ends with.
- getTrailingWhitespaceCount(String) - Static method in class com.phloc.commons.string.StringHelper
-
- getTreeAsXML(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super ITEMTYPE>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getTreeWithIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, Comparator<? super ITEMTYPE>, IUnidirectionalConverter<KEYTYPE, String>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getTreeWithStringIDAsXML(IBasicTree<DATATYPE, ITEMTYPE>, IConverterTreeItemToMicroNode<? super DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
Specialized conversion method for converting a tree with ID to a
standardized XML tree.
- getType() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroContainer
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- getType() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- getType() - Method in class com.phloc.commons.xml.ls.LSResourceData
-
- getTypeConverter(Class<?>, Class<?>) - Method in interface com.phloc.commons.typeconvert.ITypeConverterProvider
-
Find a type converter from the source class to the destination class.
- getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderBestMatch
-
- getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderExact
-
- getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderFuzzy
-
- getTypeConverter(Class<?>, Class<?>) - Method in class com.phloc.commons.typeconvert.TypeConverterProviderRuleBased
-
- getTypedAttribute(String, Class<DATATYPE>) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getTypedAttribute(String, Class<DATATYPE>, DATATYPE) - Method in class com.phloc.commons.collections.attrs.AbstractReadonlyAttributeContainer
-
- getTypedAttribute(String, Class<DATATYPE>) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getTypedAttribute(String, Class<DATATYPE>, DATATYPE) - Method in interface com.phloc.commons.collections.attrs.IReadonlyAttributeContainer
-
Get the attribute value associated to the given attribute name.
- getTypeID() - Method in interface com.phloc.commons.type.IHasType
-
- getTypeID() - Method in class com.phloc.commons.type.TypedObject
-
- getUnifiedEmailAddress(String) - Static method in class com.phloc.commons.email.EmailAddressUtils
-
Get the unified version of an email address.
- getUnifiedURL(String) - Static method in class com.phloc.commons.url.URLValidator
-
Get the unified version of a URL.
- getUnquotedString(String) - Method in enum com.phloc.commons.mime.EMimeQuoting
-
- getUnsignedInt(int) - Static method in class com.phloc.commons.math.MathHelper
-
Converts the passed signed integer to an unsigned long
- getUntil(char) - Method in class com.phloc.commons.text.utils.StringScanner
-
Get the string until the specified end character, but excluding the end
character.
- getUntilBalanced(int, char, char) - Method in class com.phloc.commons.text.utils.StringScanner
-
- getUntilFirstExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and excluding first the passed char.
- getUntilFirstExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and excluding the first passed string.
- getUntilFirstIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and including the first passed char.
- getUntilFirstIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and including the first passed string.
- getUntilIndex(int) - Method in class com.phloc.commons.text.utils.StringScanner
-
- getUntilLastExcl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and excluding first the passed char.
- getUntilLastExcl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and excluding the first passed string.
- getUntilLastIncl(String, char) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and including the first passed char.
- getUntilLastIncl(String, String) - Static method in class com.phloc.commons.string.StringHelper
-
Get everything from the string up to and including the first passed string.
- getUntilWhiteSpace() - Method in class com.phloc.commons.text.utils.StringScanner
-
- getURL() - Method in class com.phloc.commons.thirdparty.CustomLicense
-
- getURL() - Method in enum com.phloc.commons.thirdparty.ELicense
-
- getURL() - Method in interface com.phloc.commons.thirdparty.ILicense
-
- getURLString(IURLData, String) - Static method in class com.phloc.commons.url.URLUtils
-
Deprecated.
- getURLString(IURLData, Charset) - Static method in class com.phloc.commons.url.URLUtils
-
- getURLString(String, Map<String, String>, String, IEncoder<String>) - Static method in class com.phloc.commons.url.URLUtils
-
Get the final representation of the URL using the specified elements.
- getURLString(String, Map<String, String>, String, String) - Static method in class com.phloc.commons.url.URLUtils
-
Deprecated.
- getURLString(String, Map<String, String>, String, Charset) - Static method in class com.phloc.commons.url.URLUtils
-
Get the final representation of the URL using the specified elements.
- getUsedPrefixOfNamespace(String) - Method in class com.phloc.commons.xml.serialize.AbstractSerializerPhloc.NamespaceStack
-
Resolve the given namespace URI to a prefix.
- getUserDir() - Static method in class com.phloc.commons.SystemProperties
-
- getUserHome() - Static method in class com.phloc.commons.SystemProperties
-
- getUserName() - Static method in class com.phloc.commons.SystemProperties
-
- getUTF8ByteCount(String) - Static method in class com.phloc.commons.charset.CharsetManager
-
Get the number of bytes necessary to represent the passed string as an
UTF-8 string.
- getUTF8ByteCount(char[]) - Static method in class com.phloc.commons.charset.CharsetManager
-
Get the number of bytes necessary to represent the passed char array as an
UTF-8 string.
- getUTF8ByteCount(char) - Static method in class com.phloc.commons.charset.CharsetManager
-
- getUTF8ByteCount(int) - Static method in class com.phloc.commons.charset.CharsetManager
-
Get the number of bytes necessary to represent the passed character.
- getUtf8ResourceBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getUtf8ResourceBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getUtf8String(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getUtf8String(Locale, ClassLoader) - Method in class com.phloc.commons.text.resource.ResourceBundleKey
-
- getUtf8String(String, Locale, String) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getUtf8String(String, Locale, String, ClassLoader) - Static method in class com.phloc.commons.text.resource.ResourceBundleUtils
-
- getValidationEventHandlerFactory() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
- getValidator(IReadableResource) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a new validator based on the
Schema that consists of a single
resource.
- getValidator(IReadableResource...) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a new validator based on the
Schema that consists of multiple
resources.
- getValidator(Collection<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Get a new validator based on the
Schema that consists of multiple
resources.
- getValidatorFromSchema(Schema) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
Utility method to get the validator for a given schema using the error
handler provided in the constructor.
- getValidCountryCode(String) - Static method in class com.phloc.commons.locale.LocaleUtils
-
- getValidLanguageCode(String) - Static method in class com.phloc.commons.locale.LocaleUtils
-
- getValue() - Method in class com.phloc.commons.collections.SingleMapEntry
-
- getValue() - Method in enum com.phloc.commons.compare.ESortOrder
-
- getValue() - Method in class com.phloc.commons.format.FormattedObject
-
- getValue() - Method in interface com.phloc.commons.format.IFormattedObject
-
Get the original value.
- getValue() - Method in class com.phloc.commons.i18n.Codepoint
-
The codepoint value
- getValue() - Method in class com.phloc.commons.mime.MimeTypeParameter
-
- getValueAsString() - Method in enum com.phloc.commons.compare.ESortOrder
-
- getValueAsString(Object) - Method in class com.phloc.commons.format.impl.AbstractStringFormatter
-
- getValueClass() - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getValueClassName() - Method in enum com.phloc.commons.xml.EXMLParserProperty
-
- getValueQuotedIfNecessary(EMimeQuoting) - Method in class com.phloc.commons.mime.MimeTypeParameter
-
- getValueToCache(KEYTYPE) - Method in class com.phloc.commons.cache.AbstractNotifyingCache
-
This abstract method is invoked, once a new value needs to be put into the
cache.
- getValueToCache(Package) - Method in class com.phloc.commons.jaxb.JAXBContextCache
-
- getValueToCache(RegExPattern) - Method in class com.phloc.commons.regex.RegExPool
-
- getValueToCache(List<? extends IReadableResource>) - Method in class com.phloc.commons.xml.schema.DefaultSchemaCache
-
- getVariableCount() - Method in class com.phloc.commons.xml.xpath.MapBasedXPathVariableResolver
-
- getVendorEmail() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVendorEmailSuffix() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVendorLocation() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVendorName() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVendorURL() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVendorURLWithoutProtocol() - Static method in class com.phloc.commons.vendor.VendorInfo
-
- getVersion() - Method in class com.phloc.commons.changelog.ChangeLog
-
- getVersion() - Method in class com.phloc.commons.changelog.ChangeLogRelease
-
- getVersion() - Method in class com.phloc.commons.thirdparty.CustomLicense
-
- getVersion() - Method in enum com.phloc.commons.thirdparty.ELicense
-
- getVersion() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getVersion() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getVersion() - Method in interface com.phloc.commons.version.IHasVersion
-
- getVersion() - Method in enum com.phloc.commons.xml.EXMLVersion
-
- getVersionRange() - Method in interface com.phloc.commons.version.IHasVersionRange
-
- getWebSiteURL() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- getWebSiteURL() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- getWidth() - Method in class com.phloc.commons.gfx.ScalableSize
-
- getWidth() - Method in interface com.phloc.commons.math.IHasWidth
-
- getWithoutAnySpaces(String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string where all spaces (white spaces or unicode spaces)
have been removed.
- getWithoutClassPathPrefix(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
- getWithoutExtension(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the name of the passed file without the extension.
- getWithoutExtension(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the passed filename without the extension.
- getWithoutLeadingChar(String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string without the first char.
- getWithoutLeadingChars(String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string without the specified number of leading chars.
- getWithoutPath(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the name of the passed file without any eventually leading path.
- getWithoutPath(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Get the name of the passed file without any eventually leading path.
- getWithoutProtocol(String) - Static method in class com.phloc.commons.url.URLProtocolRegistry
-
Return the passed URL where the protocol has been stripped (if known)
- getWithoutTrailingChar(String) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string without the last char.
- getWithoutTrailingChars(String, int) - Static method in class com.phloc.commons.string.StringHelper
-
Get the passed string without the specified number of trailing chars.
- getWithoutTrailingZeroes(String) - Static method in class com.phloc.commons.math.MathHelper
-
Get the passed String as a BigDecimal without any trailing zeroes.
- getWithoutTrailingZeroes(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
Get the passed BigDecimal without any trailing zeroes.
- getWithProtocol(String) - Method in enum com.phloc.commons.url.EURLProtocol
-
- getWithProtocol(String) - Method in interface com.phloc.commons.url.IURLProtocol
-
Prefix the passed URL with this protocol.
- getWithProtocol(String) - Method in class com.phloc.commons.url.URLProtocol
-
- getWithProtocolIfNone(String) - Method in enum com.phloc.commons.url.EURLProtocol
-
- getWithProtocolIfNone(String) - Method in interface com.phloc.commons.url.IURLProtocol
-
Prefix the passed URL with this protocol if the URL does not have a
protocol yet.
- getWithProtocolIfNone(String) - Method in class com.phloc.commons.url.URLProtocol
-
- getWrappedErrorHandler() - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
-
- getWrappedErrorListener() - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
-
- getWrappedHandler() - Method in class com.phloc.commons.jaxb.validation.AbstractValidationEventHandler
-
- getWrappedInputStream() - Method in class com.phloc.commons.io.streams.WrappedInputStream
-
- getWrappedOutputStream() - Method in class com.phloc.commons.io.streams.WrappedOutputStream
-
- getWrappedReader() - Method in class com.phloc.commons.io.streams.WrappedReader
-
- getWrappedURIResolver() - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
-
- getWrappedWriter() - Method in class com.phloc.commons.io.streams.WrappedWriter
-
- getWritableCloneForPath(String) - Method in interface com.phloc.commons.io.IWritableResource
-
- getWritableCloneForPath(String) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getWritableResource(String) - Method in interface com.phloc.commons.io.IWritableResourceProvider
-
Get the resource specified by the given name for writing.
- getWritableResource(String) - Method in class com.phloc.commons.io.resourceprovider.FileSystemResourceProvider
-
- getWritableResource(String) - Method in class com.phloc.commons.io.resourceprovider.WritableResourceProviderChain
-
- getWriter(String, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamAndWriterProvider
-
Deprecated.
- getWriter(Charset, EAppend) - Method in interface com.phloc.commons.io.IOutputStreamAndWriterProvider
-
Get an
Writer based on this output stream provider using the given
charset.
- getWriter() - Method in interface com.phloc.commons.io.IWriterProvider
-
Get the writer to write to an object.
- getWriter(String, EAppend) - Method in interface com.phloc.commons.io.IWriterResolver
-
Get the writer from the given name.
- getWriter(String, EAppend) - Method in class com.phloc.commons.io.resolver.FileSystemCharStreamResolver
-
- getWriter(File, String, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
Deprecated.
- getWriter(File, Charset, EAppend) - Static method in class com.phloc.commons.io.resource.FileSystemResource
-
- getWriter(String, EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
Deprecated.
- getWriter(Charset, EAppend) - Method in class com.phloc.commons.io.resource.FileSystemResource
-
- getWriter(String, EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
Deprecated.
- getWriter(Charset, EAppend) - Method in class com.phloc.commons.io.streamprovider.ByteArrayOutputStreamProvider
-
- getWriter() - Method in class com.phloc.commons.io.streamprovider.StringWriterProvider
-
- getXML10EntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
Get the entity reference for the specified character.
- getXML11EntityReferenceString(char) - Static method in class com.phloc.commons.xml.serialize.XMLMaskHelper
-
Get the entity reference for the specified character.
- getXMLAsTreeWithID(IMicroDocument, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLAsTreeWithID(IMicroElement, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLAsTreeWithUniqueID(IMicroDocument, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLAsTreeWithUniqueID(IMicroElement, IUnidirectionalConverter<String, KEYTYPE>, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLAsTreeWithUniqueStringID(IMicroDocument, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLAsTreeWithUniqueStringID(IMicroElement, IConverterMicroNodeToTreeItem<? extends DATATYPE>) - Static method in class com.phloc.commons.tree.utils.xml.TreeXMLConverter
-
- getXMLBundle(String) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
-
- getXMLBundle(String, Locale) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
-
- getXMLBundle(String, Locale, ClassLoader) - Static method in class com.phloc.commons.text.resource.XMLResourceBundle
-
- getXMLNSAttrName(String) - Static method in class com.phloc.commons.xml.XMLHelper
-
Get the full qualified attribute name to use for the given namespace
prefix.
- getXMLString(IMicroNode) - Static method in class com.phloc.commons.microdom.serialize.MicroWriter
-
- getXMLString(Node) - Static method in class com.phloc.commons.xml.serialize.XMLWriter
-
- getXMLVersion() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- getXMLVersion() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- getXMLVersionString() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- GlobalDebug - Class in com.phloc.commons
-
Global class for handling the following typical application modes:
trace
debug
production
trace is the lowest mode, debug is one level higher and production is the
highest value.
- GlobalDebug() - Constructor for class com.phloc.commons.GlobalDebug
-
- GlobalIDFactory - Class in com.phloc.commons.idfactory
-
This class should not be static since it may have an impact if this class is
used by different projects which have a separate IntID factory.
- GZIP - Static variable in class com.phloc.commons.base64.Base64
-
Specify that data should be gzip-compressed in second bit.
- I0 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
0
- I1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
1
- I2 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
2
- I3 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
3
- I4 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
4
- I5 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
5
- I6 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
6
- I7 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
7
- I_1 - Static variable in class com.phloc.commons.mock.AbstractPhlocTestCase
-
-1
- IAggregator<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.aggregate
-
Aggregate a list of input objects to an output object.
- IAggregatorFactory<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.aggregate
-
Base interface for a factory creating
IAggregator objects.
- IAppendable<THISTYPE extends IAppendable<THISTYPE>> - Interface in com.phloc.commons
-
Defines a generic interface for appending objects to something.
- IAttributeContainer - Interface in com.phloc.commons.collections.attrs
-
- IBaseHierarchyWalker - Interface in com.phloc.commons.hierarchy
-
Base interface for iterating a hierarchy.
- IBaseIDFactory - Interface in com.phloc.commons.idfactory
-
Base marker interface for all ID factories.
- IBaseXMLReaderSettings - Interface in com.phloc.commons.xml.serialize
-
Base Read-only interface for DOM and SAX reader settings.
- IBasicTree<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree
-
Base interface for a tree.
- IBasicTreeItem<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree
-
Base interface both for normal tree items and tree items with ID.
- IBatchable - Interface in com.phloc.commons.io
-
This is an interface for objects that support batch processing, to avoid
unnecessary IO operations.
- IBidirectionalConverter<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.convert
-
This is a very simple type conversion interface for compile type conversions.
- IBidirectionalConverterSameType<DATATYPE> - Interface in com.phloc.commons.convert
-
A specialized converter interface that does not do type transformations.
- IByteArrayDecoder - Interface in com.phloc.commons.codec
-
Interface for a single decoder.
- IByteArrayEncoder - Interface in com.phloc.commons.codec
-
Interface for a single encoder
- IChangeIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has changed/unchanged indication.
- IChangeNotify<DATATYPE> - Interface in com.phloc.commons.callback
-
Simple notification interface.
- IChildrenProvider<CHILDTYPE> - Interface in com.phloc.commons.parent
-
This interface can be used to generically resolved children of a certain
object.
- IChildrenProviderSorted<CHILDTYPE> - Interface in com.phloc.commons.parent
-
This interface can be used to generically resolved children of a certain
object in a sorted way.
- IChildrenProviderWithID<KEYTYPE,CHILDTYPE> - Interface in com.phloc.commons.parent
-
This interface can be used to generically resolved children of a certain
object.
- IChildrenProviderWithUniqueID<KEYTYPE,CHILDTYPE> - Interface in com.phloc.commons.parent
-
This interface can be used to generically resolved children of a certain
object.
- IClearable - Interface in com.phloc.commons.state
-
Basic interface for the common action of resetting an objects contents to the
initial state.
- ICloneable<DATATYPE> - Interface in com.phloc.commons
-
This is a type-safe replacement interface for the default
Cloneable interface since it contains the desired return
type and is accessible solely by the interface.
- ICodec - Interface in com.phloc.commons.codec
-
Interface for a single encoder + decoder.
- ICodepointFilter - Interface in com.phloc.commons.i18n
-
Filters are used in a variety of ways to filter or verify unicode codepoints
- ICodepointIterator - Interface in com.phloc.commons.i18n
-
BAse interface for codepoint iterators
- ICombinator<DATATYPE> - Interface in com.phloc.commons.combine
-
Base interface for combining any two objects together.
- IConcurrentCollector<DATATYPE> - Interface in com.phloc.commons.concurrent.collector
-
Base interface for a concurrent queue worker.
- IContinueIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has continue/break indication.
- IConverterMicroNodeToTreeItem<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
-
Interface used to convert a single micro element into a value used as tree
item data value.
- IConverterTreeItemToMicroNode<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
-
Interface used to convert a single tree item data value to a micro node.
- IConverterTreeXML<DATATYPE> - Interface in com.phloc.commons.tree.utils.xml
-
This interface collects both unidirectional converters and creates a
bidirectional converter.
- IDecoder<DATATYPE> - Interface in com.phloc.commons.encode
-
The most basic decoding interface
- IdentityDecoder<DATATYPE> - Class in com.phloc.commons.encode
-
The most simple decoder, that does not do anything
- IdentityEncoder<DATATYPE> - Class in com.phloc.commons.encode
-
The most simple encoder, that does not do anything
- IDisplayNameProvider<DATATYPE> - Interface in com.phloc.commons.name
-
Interface for a handler the provides the locale independent name of an
object.
- IDisplayTextProvider<DATATYPE> - Interface in com.phloc.commons.name
-
Interface for a handler that provides the locale dependent name of an
object.
- IDOMReaderSettings - Interface in com.phloc.commons.xml.serialize
-
Read-only interface for DOM reader settings.
- IDProviderFromHasID<VALUETYPE extends IHasID<IDTYPE>,IDTYPE> - Class in com.phloc.commons.id
-
- IDProviderFromHasID() - Constructor for class com.phloc.commons.id.IDProviderFromHasID
-
- IEmailAddress - Interface in com.phloc.commons.email
-
Aggregation of a personal name and an email address.
- IEnabledIndicator - Interface in com.phloc.commons.state
-
Simple interface for all objects that can be enabled and disabled.
- IEncoder<DATATYPE> - Interface in com.phloc.commons.encode
-
The most basic encoding interface
- IEnumTextResolver - Interface in com.phloc.commons.text.resolve
-
Base interface for an enum-based text resolver.
- IEqualsImplementation - Interface in com.phloc.commons.equals
-
Interface to implement for checking if two objects are identical.
- IEqualsImplementationRegistrarSPI - Interface in com.phloc.commons.equals
-
SPI registry interface to implement your custom equals implementations.
- IEqualsImplementationRegistry - Interface in com.phloc.commons.equals
-
Base interface for a registry that contains equals implementations.
- IErrorIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has error/noError indication.
- IExceptionHandler<EXTYPE extends Throwable> - Interface in com.phloc.commons.callback
-
Callback interface to handle thrown exception objects.
- IExecutorServiceFactory - Interface in com.phloc.commons.concurrent
-
- IFactory<DATATYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating objects of a certain type.
- IFactoryWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating objects of a certain type.
- IFactoryWithTwoParameters<DATATYPE,PARAM1TYPE,PARAM2TYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating objects of a certain type.
- IFileListener - Interface in com.phloc.commons.io.monitor
-
Listens for changes to a file.
- IFileOperationCallback - Interface in com.phloc.commons.io.file
-
- IFileOperationManager - Interface in com.phloc.commons.io.file
-
Interface for a manager operating on the file system.
- IFilter<DATATYPE> - Interface in com.phloc.commons.filter
-
A generic filter interface for simple object selection.
- IFilterWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.filter
-
A generic filter interface for simple object selection based on a parameter.
- IFinishIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has finished/unfinished indication.
- IFlagContainer - Interface in com.phloc.commons.collections.flags
-
- IFolderTree<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid.folder
-
Base interface for a simple tree.
- IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid.folder
-
This interface represents a single folder within a directory tree.
- IFolderTreeItemFactory<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid.folder
-
A factory interface that creates tree items.
- IFormattedObject - Interface in com.phloc.commons.format
-
Basic interface for special objects having a certain string representation.
- IFormatter - Interface in com.phloc.commons.format
-
A simple formatter interface that may be used to format arbitrary objects to
a string.
- IFormatterProvider - Interface in com.phloc.commons.format
-
If a class implements this interface, it claims that its value can be
formatted using an
IFormatter object.
- IHasAttributeValue - Interface in com.phloc.commons.microdom
-
Base interface for an attribute value provider.
- IHasBooleanRepresentation - Interface in com.phloc.commons
-
Base interface for all objects having an explicit boolean representation
- IHasByteSize - Interface in com.phloc.commons
-
Base interface for all components having a size.
- IHasChildren<CHILDTYPE> - Interface in com.phloc.commons.parent
-
A simple interface, indicating that an item has direct children.
- IHasChildrenSorted<CHILDTYPE> - Interface in com.phloc.commons.parent
-
Extends
IHasChildren by indicating that the child items are sorted!
- IHasCountry - Interface in com.phloc.commons
-
Base interface for objects having a country locale.
- IHasDescription - Interface in com.phloc.commons.name
-
Base interface for objects that have a locale independent description.
- IHasDisplayName - Interface in com.phloc.commons.name
-
Base interface for objects that have a locale independent display
name.
- IHasDisplayText - Interface in com.phloc.commons.name
-
Base interface for objects that have a locale dependent display name.
- IHasDisplayTextWithArgs - Interface in com.phloc.commons.name
-
Base interface for objects that have a locale dependent display name.
- IHasElementName - Interface in com.phloc.commons.microdom
-
Base interface for objects having an element name
- IHasErrorField - Interface in com.phloc.commons.error
-
Base interface for an object that has an error field.
- IHasErrorID - Interface in com.phloc.commons.error
-
Interface for objects having an error ID
- IHasErrorLevel - Interface in com.phloc.commons.error
-
Interface representing an object having an error level.
- IHasErrorLevels - Interface in com.phloc.commons.error
-
Interface representing an object having multiple objects with an error level
- IHashCodeGenerator - Interface in com.phloc.commons.hash
-
Base interface for hash code generators.
- IHashCodeImplementation - Interface in com.phloc.commons.hash
-
Interface to implement for custom hash code implementation.
- IHashCodeImplementationRegistrarSPI - Interface in com.phloc.commons.hash
-
SPI registry interface to implement your custom hashCode implementations.
- IHashCodeImplementationRegistry - Interface in com.phloc.commons.hash
-
Base interface for a registry that contains hashCode implementations.
- IHasHeight - Interface in com.phloc.commons.math
-
Interface for objects having a height.
- IHasID<IDTYPE> - Interface in com.phloc.commons.id
-
Base interface for all objects having an ID.
- IHasIntID - Interface in com.phloc.commons.id
-
Base interface for all objects having an int ID.
- IHasLocale - Interface in com.phloc.commons
-
Base interface for objects having a locale.
- IHasLocales - Interface in com.phloc.commons
-
Base interface for objects having zero or more locales.
- IHasLongID - Interface in com.phloc.commons.id
-
Base interface for all objects having a long ID.
- IHasMicroNodeRepresentation - Interface in com.phloc.commons.microdom
-
Interface for object that have a representation as
IMicroNode
- IHasName - Interface in com.phloc.commons.name
-
Base interface for all objects that have a mandatory INTERNAL name
that is not multilingual but should be human interpretable.
- IHasParent<PARENTTYPE> - Interface in com.phloc.commons.parent
-
This helper interface is required to build a tree.
- IHasPlainText - Interface in com.phloc.commons
-
Base interface for objects having a plain text representation.
- IHasResourceError - Interface in com.phloc.commons.error
-
Interface representing an object having a resource error.
- IHasResourceErrorGroup - Interface in com.phloc.commons.error
-
Interface representing an object having a resource error group.
- IHasSchema - Interface in com.phloc.commons.xml.schema
-
A simple interface, indicating that an item has a Schema object.
- IHasSimpleIntID - Interface in com.phloc.commons.id
-
Base interface for all objects having an int ID.
- IHasSimpleLongID - Interface in com.phloc.commons.id
-
Base interface for all objects having a long ID.
- IHasSize - Interface in com.phloc.commons
-
Base interface for all objects having a certain size.
- IHasStringRepresentation - Interface in com.phloc.commons
-
Base interface for all objects having an explicit string representation (e.g.
- IHasType - Interface in com.phloc.commons.type
-
Base interface for all objects having a certain type.
- IHasVersion - Interface in com.phloc.commons.version
-
Base interface for objects having a version.
- IHasVersionRange - Interface in com.phloc.commons.version
-
Base interface for objects having a version range.
- IHasWidth - Interface in com.phloc.commons.math
-
Interface for objects having a width.
- IHasWidthAndHeight - Interface in com.phloc.commons.math
-
Interface for objects having a width and a height.
- IHasXMLRepresentation - Interface in com.phloc.commons.xml
-
Interface for object that have a representation as
Node
- IHierarchicalFactory<DATATYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating objects of a certain type that have
a parent item.
- IHierarchicalFactoryWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating objects of a certain type that have
a parent item.
- IHierarchicalRootFactory<DATATYPE> - Interface in com.phloc.commons.factory
-
This is a generic interface for creating root objects of a hierarchy.
- IHierarchyWalkerCallback<DATATYPE> - Interface in com.phloc.commons.hierarchy
-
Interface for walking a hierarchy without the possibilities to alter they way
how the hierarchy is iterated.
- IHierarchyWalkerDynamicCallback<DATATYPE> - Interface in com.phloc.commons.hierarchy
-
Interface for walking a hierarchy including possibilities to alter they way
how the hierarchy is iterated.
- IIDFactory<IDTYPE> - Interface in com.phloc.commons.idfactory
-
Interface for an object creating unique IDs.
- IIDProvider<VALUETYPE,IDTYPE> - Interface in com.phloc.commons.id
-
Interface for objects having an ID.
- IInputStreamAndReaderProvider - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Reader objects based on
InputStreams.
- IInputStreamProvider - Interface in com.phloc.commons.io
-
- IInputStreamResolver - Interface in com.phloc.commons.io
-
A callback interface to retrieve
InputStream objects from a given
name.
- IInterruptIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has interrupted indication.
- IIntIDFactory - Interface in com.phloc.commons.idfactory
-
Interface for an object creating unique int IDs.
- IIterableIterator<ELEMENTTYPE> - Interface in com.phloc.commons.collections.iterate
-
This is a merged interface of
Iterator and
Iterable for
simpler usage of iterators in the new Java 1.5 "for" constructs.
- IIterableNamespaceContext - Interface in com.phloc.commons.xml.namespace
-
A special namespace context interface that allows the iteration of the
contained mappings.
- ILeftRightIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has left/right indication.
- ILicense - Interface in com.phloc.commons.thirdparty
-
Represents a single license.
- ILLEGAL_CHAR - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal character.
- ILLEGAL_DOM_NODE_TYPE - Static variable in enum com.phloc.commons.microdom.EMicroNodeType
-
Represents a non-existing DOM Node Type
- ILLEGAL_DOUBLE - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal double.
- ILLEGAL_FILENAME_CHAR_REPLACEMENT - Static variable in class com.phloc.commons.io.file.FilenameHelper
-
The replacement character used for illegal file name characters.
- ILLEGAL_FLOAT - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal float.
- ILLEGAL_HASHCODE - Static variable in interface com.phloc.commons.hash.IHashCodeGenerator
-
Represents an illegal hash code that is never to be returned!
- ILLEGAL_NUMBER - Static variable in interface com.phloc.commons.error.IResourceLocation
-
Constant for an illegal row or column number
- ILLEGAL_UINT - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal unsigned integer.
- ILLEGAL_ULONG - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal unsigned long.
- ILLEGAL_USHORT - Static variable in class com.phloc.commons.CGlobal
-
Represents an illegal unsigned short.
- ILoggedException - Interface in com.phloc.commons.exceptions
-
This is a marker interface to indicate exceptions that are logged in the
constructor.
- ILongIDFactory - Interface in com.phloc.commons.idfactory
-
Interface for an object creating unique long IDs.
- IMAGE_BMP - Static variable in class com.phloc.commons.mime.CMimeType
-
Bitmap image.
- IMAGE_GIF - Static variable in class com.phloc.commons.mime.CMimeType
-
GIF image.
- IMAGE_ICON - Static variable in class com.phloc.commons.mime.CMimeType
-
Icon image.
- IMAGE_JPG - Static variable in class com.phloc.commons.mime.CMimeType
-
JPEG image.
- IMAGE_PNG - Static variable in class com.phloc.commons.mime.CMimeType
-
PNG image.
- IMAGE_PSD - Static variable in class com.phloc.commons.mime.CMimeType
-
Photoshop image.
- IMAGE_TIFF - Static variable in class com.phloc.commons.mime.CMimeType
-
TIFF image.
- IMAGE_WEBP - Static variable in class com.phloc.commons.mime.CMimeType
-
WebP image.
- IMAGE_X_ICON - Static variable in class com.phloc.commons.mime.CMimeType
-
Icon image.
- ImageDataManager - Class in com.phloc.commons.gfx
-
This service class is used to cache information about images.
- IMandatoryIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has mandatory/optional indication.
- IMessageDigestGenerator - Interface in com.phloc.commons.messagedigest
-
Base interface for a message digest generator (using hash algorithms like MD5
or SHA 512)
- IMicroCDATA - Interface in com.phloc.commons.microdom
-
Represents a CDATA node.
- IMicroComment - Interface in com.phloc.commons.microdom
-
Represents a comment node.
- IMicroContainer - Interface in com.phloc.commons.microdom
-
This interface is just a hull for a node that has no properties itself but
contains children.
- IMicroDataAware - Interface in com.phloc.commons.microdom
-
This is a helper interface that allows for setting character data.
- IMicroDocument - Interface in com.phloc.commons.microdom
-
Represents a complete document.
- IMicroDocumentType - Interface in com.phloc.commons.microdom
-
Represents the document type of a document.
- IMicroElement - Interface in com.phloc.commons.microdom
-
Represents a single element (=tag) of a document.
- IMicroEntityReference - Interface in com.phloc.commons.microdom
-
Represents the reference to an entity.
- IMicroEvent - Interface in com.phloc.commons.microdom
-
MicroDOM internal event.
- IMicroEventTarget - Interface in com.phloc.commons.microdom
-
Interface for MicroDOM event handlers.
- IMicroNode - Interface in com.phloc.commons.microdom
-
This is the base interface for all kind of nodes in the micro document object
model.
- IMicroNodeWithChildren - Interface in com.phloc.commons.microdom
-
A special marker interface that is implemented by classes, that really
support having children!
- IMicroProcessingInstruction - Interface in com.phloc.commons.microdom
-
Represents a processing instruction.
- IMicroText - Interface in com.phloc.commons.microdom
-
Represents a text node.
- IMicroTypeConverter - Interface in com.phloc.commons.microdom.convert
-
Interface to be implemented to marshal between IMicroElement and a native
object.
- IMicroTypeConverterCallback - Interface in com.phloc.commons.microdom.convert
-
A callback interface that is used to iterate all available micro type
converters.
- IMicroTypeConverterRegistrarSPI - Interface in com.phloc.commons.microdom.convert
-
SPI interface to be implemented by other modules wishing to register their
own micro-type converters.
- IMicroTypeConverterRegistry - Interface in com.phloc.commons.microdom.convert
-
- IMimeType - Interface in com.phloc.commons.mime
-
Interface for the structured representation of a single MIME type.
- IMockException - Interface in com.phloc.commons.mock
-
This is a marker interface for mock exceptions.
- IMultiLingualText - Interface in com.phloc.commons.text
-
Interface for a writable version of a multilingual text
- IMultiMap<KEYTYPE,VALUETYPE,COLLTYPE extends Collection<VALUETYPE>> - Interface in com.phloc.commons.collections.multimap
-
Base interface for a multi map (one key with several values).
- IMultiMapListBased<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.collections.multimap
-
Interface for a multi map that uses a
List for the storage.
- IMultiMapSetBased<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.collections.multimap
-
Interface for a multi map that uses a
Set for the storage.
- IMutable<IMPLTYPE extends IMutable<IMPLTYPE>> - Interface in com.phloc.commons.mutable
-
Base interface for all mutable objects
- IMutableInteger<IMPLTYPE extends IMutableInteger<IMPLTYPE>> - Interface in com.phloc.commons.mutable
-
Base interface for mutable numeric values
- IMutableNumeric<IMPLTYPE extends IMutableNumeric<IMPLTYPE>> - Interface in com.phloc.commons.mutable
-
Base interface for mutable numeric values
- INameProvider<DATATYPE> - Interface in com.phloc.commons.name
-
Interface for a handler the provides the name of an object.
- inc() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
Increment by 1 and return the modified value.
- inc(BigDecimal) - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- inc() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
Increment by 1 and return the modified value.
- inc(BigInteger) - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- inc() - Method in class com.phloc.commons.mutable.MutableByte
-
Increment by 1 and return the modified value.
- inc(int) - Method in class com.phloc.commons.mutable.MutableByte
-
- inc() - Method in class com.phloc.commons.mutable.MutableChar
-
Increment by 1 and return the modified value.
- inc(int) - Method in class com.phloc.commons.mutable.MutableChar
-
- inc() - Method in class com.phloc.commons.mutable.MutableDouble
-
Increment by 1 and return the modified value.
- inc(double) - Method in class com.phloc.commons.mutable.MutableDouble
-
- inc() - Method in class com.phloc.commons.mutable.MutableFloat
-
Increment by 1 and return the modified value.
- inc(float) - Method in class com.phloc.commons.mutable.MutableFloat
-
- inc() - Method in class com.phloc.commons.mutable.MutableInt
-
Increment by 1 and return the modified value.
- inc(int) - Method in class com.phloc.commons.mutable.MutableInt
-
- inc() - Method in class com.phloc.commons.mutable.MutableLong
-
Increment by 1 and return the modified value.
- inc(long) - Method in class com.phloc.commons.mutable.MutableLong
-
- inc() - Method in class com.phloc.commons.mutable.MutableShort
-
Increment by 1 and return the modified value.
- inc(int) - Method in class com.phloc.commons.mutable.MutableShort
-
- increment() - Method in interface com.phloc.commons.stats.IStatisticsHandlerCounter
-
Increment the counter by 1
- increment(long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerCounter
-
Increment the counter by an arbitrary number
- increment(String) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedCounter
-
Increment by 1
- increment(String, long) - Method in interface com.phloc.commons.stats.IStatisticsHandlerKeyedCounter
-
Increment by n
- INDEFINITE_ENTRIES - Static variable in class com.phloc.commons.CGlobal
-
constant for an indefinite number of entries.
- indexOf(Object) - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- indexOf(Object) - Method in class com.phloc.commons.collections.list.SingleElementList
-
- info(Serializable) - Method in class com.phloc.commons.log.InMemoryLogger
-
- INITIAL_BUFFER_SIZE - Static variable in class com.phloc.commons.charset.StringDecoder
-
- INITIAL_HASHCODE - Static variable in class com.phloc.commons.hash.HashCodeGenerator
-
Use a prime number as the start.
- INITIAL_ID - Static variable in class com.phloc.commons.idfactory.MemoryStaticIntIDFactory
-
The default start ID to use.
- INITIAL_ID - Static variable in class com.phloc.commons.idfactory.MemoryStaticLongIDFactory
-
The default start ID to use.
- InitializationException - Exception in com.phloc.commons.exceptions
-
This class should be used when an error occurs in the initialization phase.
- InitializationException() - Constructor for exception com.phloc.commons.exceptions.InitializationException
-
- InitializationException(String) - Constructor for exception com.phloc.commons.exceptions.InitializationException
-
- InitializationException(Throwable) - Constructor for exception com.phloc.commons.exceptions.InitializationException
-
- InitializationException(String, Throwable) - Constructor for exception com.phloc.commons.exceptions.InitializationException
-
- InMemoryLogger - Class in com.phloc.commons.log
-
Keeps a set of
LogMessage objects in memory, offering an API similar
to SLF4J.
- InMemoryLogger() - Constructor for class com.phloc.commons.log.InMemoryLogger
-
- INonThrowingCallable<DATATYPE> - Interface in com.phloc.commons.callback
-
Like the
Callable interface but not throwing an
exception!
- INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.callback
-
Like the
Callable interface but not throwing an
exception and including a parameter!
- INonThrowingRunnable - Interface in com.phloc.commons.callback
-
A simple interface that looks like
Runnable but follows our
naming conventions.
- INonThrowingRunnableWithParameter<PARAMTYPE> - Interface in com.phloc.commons.callback
-
Simple callback interface to allow generic iteration with a typed callback
function.
- InputSourceFactory - Class in com.phloc.commons.xml.sax
-
Factory class to create the correct
InputSource objects for different
input types.
- inRange(char[], char, char) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if all the characters in chars are within the set [low,high]
- inRange(char[], int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if all the characters in chars are within the set [low,high]
- inRange(int, int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is within the set [low,high]
- insert(CharSequence, int, Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Insert a codepoint into the buffer, automatically dealing with surrogate
pairs
- insert(CharSequence, int, int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Insert a codepoint into the buffer, automatically dealing with surrogate
pairs
- insertAfter(NODETYPE, IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Insert an existing node after a certain child node of this.
- insertAfter(NODETYPE, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- insertAtIndex(int, NODETYPE) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Insert an existing node as a child at the specified index.
- insertAtIndex(int, NODETYPE) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- insertBefore(NODETYPE, IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
-
Insert an existing node before a certain child node of this.
- insertBefore(NODETYPE, IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- internalAddChild(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- internalAddChild(ITEMTYPE) - Method in interface com.phloc.commons.tree.simple.ITreeItem
-
Add an existing child to this tree item.
- internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- internalAddChild(KEYTYPE, ITEMTYPE, boolean) - Method in interface com.phloc.commons.tree.withid.ITreeItemWithID
-
Add an existing direct child to this tree item.
- internalAddText(Locale, String) - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalClear() - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalCreate(DefaultFolderTreeItem<KEYTYPE, DATATYPE, COLLTYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItemFactory
-
- internalCreate(ITEMTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
- internalCreate(DefaultTreeItemWithID<KEYTYPE, DATATYPE>, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.DefaultTreeItemWithUniqueIDFactory
-
- internalCreateRoot() - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
-
- internalCreateRoot() - Method in class com.phloc.commons.tree.withid.folder.DefaultFolderTreeItemFactory
-
- internalGetAllLocales() - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalGetFallbackString(String, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
This method must return the fallback string for the passed parameters.
- internalGetFallbackString(String, Locale) - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- internalGetItemID(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.folder.AbstractFolderTreeItemFactory
-
- internalGetItemID(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.unique.AbstractTreeItemWithUniqueIDFactory
-
Get the ID of the passed tree item to use for internal storage.
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
-
Determine the locale to use.
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
-
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalGetLocaleToUseWithFallback(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
-
- internalGetMap() - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalGetOverrideString(String, Locale) - Method in class com.phloc.commons.text.resolve.AbstractEnumTextResolverWithOverrideAndFallback
-
This method must return the override string for the passed parameters.
- internalGetOverrideString(String, Locale) - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- internalGetText(Locale) - Method in class com.phloc.commons.text.impl.AbstractSimpleTextProvider
-
Main text resolving
- internalGetText(Locale) - Method in class com.phloc.commons.text.impl.ConstantTextProvider
-
- internalGetText(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalGetText(Locale) - Method in class com.phloc.commons.text.resource.ResourceBundleTextProvider
-
- internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.AbstractSAXErrorHandler
-
- internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.CollectingSAXErrorHandler
-
- internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.DoNothingSAXErrorHandler
-
- internalLog(EErrorLevel, SAXParseException) - Method in class com.phloc.commons.xml.sax.LoggingSAXErrorHandler
-
- internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.AbstractTransformErrorListener
-
Handle the passed resource error.
- internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.CollectingTransformErrorListener
-
- internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.DoNothingTransformErrorListener
-
- internalLog(IResourceError) - Method in class com.phloc.commons.xml.transform.LoggingTransformErrorListener
-
- internalRemoveText(Locale) - Method in class com.phloc.commons.text.impl.TextProvider
-
- internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.AbstractTransformURIResolver
-
- internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.DefaultTransformURIResolver
-
- internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.DoNothingTransformURIResolver
-
- internalResolve(String, String) - Method in class com.phloc.commons.xml.transform.LoggingTransformURIResolver
-
- internalResolveResource(String, String, String, String, String) - Method in class com.phloc.commons.xml.ls.SimpleLSResourceResolver
-
- internalSetText(Locale, String) - Method in class com.phloc.commons.text.impl.TextProvider
-
- intToRomanString(int) - Static method in class com.phloc.commons.text.utils.RomanNumeral
-
- intValue() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- intValue() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- intValue() - Method in class com.phloc.commons.mutable.MutableByte
-
- intValue() - Method in class com.phloc.commons.mutable.MutableChar
-
- intValue() - Method in class com.phloc.commons.mutable.MutableDouble
-
- intValue() - Method in class com.phloc.commons.mutable.MutableFloat
-
- intValue() - Method in class com.phloc.commons.mutable.MutableInt
-
- intValue() - Method in class com.phloc.commons.mutable.MutableLong
-
- intValue() - Method in class com.phloc.commons.mutable.MutableShort
-
- InvalidCharacterException - Exception in com.phloc.commons.i18n
-
- InvalidCharacterException(int) - Constructor for exception com.phloc.commons.i18n.InvalidCharacterException
-
- inverseSetContains(int[], int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Treats the specified int array as an Inversion Set and returns true if the
value is located within the set.
- invokeMethod(Object, String, Object...) - Static method in class com.phloc.commons.lang.GenericReflection
-
This method dynamically invokes the method with the given name on the given
object.
- invokeMethod(Object, String, Class<?>[], Object[]) - Static method in class com.phloc.commons.lang.GenericReflection
-
- invokeStaticMethod(String, String, Object...) - Static method in class com.phloc.commons.lang.GenericReflection
-
- invokeStaticMethod(Class<?>, String, Object...) - Static method in class com.phloc.commons.lang.GenericReflection
-
- invokeStaticMethod(String, String, Class<?>[], Object[]) - Static method in class com.phloc.commons.lang.GenericReflection
-
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Static method in class com.phloc.commons.lang.GenericReflection
-
- IObjectPool<DATATYPE> - Interface in com.phloc.commons.pool
-
Simple pool interface.
- IOTypeConverterRegistrar - Class in com.phloc.commons.typeconvert.impl
-
Register the IO specific type converter
- IOTypeConverterRegistrar() - Constructor for class com.phloc.commons.typeconvert.impl.IOTypeConverterRegistrar
-
- IOutputStreamAndWriterProvider - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Writer objects based on
InputStreams.
- IOutputStreamProvider - Interface in com.phloc.commons.io
-
- IOutputStreamResolver - Interface in com.phloc.commons.io
-
A callback interface to retrieve
OutputStream objects from a given
name.
- IPair<DATA1TYPE,DATA2TYPE> - Interface in com.phloc.commons.collections.pair
-
Interface for a writable pair.
- IParentProvider<PARENTTYPE> - Interface in com.phloc.commons.parent
-
This helper interface is required to build a generic tree.
- IPredefinedLocaleTextProvider - Interface in com.phloc.commons.text
-
Specialized
ITextProvider-like interface that
gives support for resolving a text without manually passing in a locale.
- IReadableResource - Interface in com.phloc.commons.io
-
Base interface for an abstract readable resource.
- IReadableResourceProvider - Interface in com.phloc.commons.io
-
Resource provider interface for readable resources.
- IReaderProvider - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Reader objects.
- IReaderResolver - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Reader objects from a given name.
- IReadonlyAttributeContainer - Interface in com.phloc.commons.collections.attrs
-
Base interface for a generic read-only attribute container.
- IReadonlyFlagContainer - Interface in com.phloc.commons.collections.flags
-
Base interface for a generic read-only flag container.
- IReadonlyMultiLingualText - Interface in com.phloc.commons.text
-
Readonly interface for a multilingual text
- IReadonlyPair<DATA1TYPE,DATA2TYPE> - Interface in com.phloc.commons.collections.pair
-
Represents a basic read only pair.
- IReadonlyTriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Interface in com.phloc.commons.collections.triple
-
Represents an abstract triple (an object with exactly three element) that is
readonly.
- IReadonlyWrapper<DATATYPE> - Interface in com.phloc.commons.mutable
-
Base interface for wrapping an object within another object.
- IReadWriteResource - Interface in com.phloc.commons.io
-
Base interface for an abstract resource that is both readable and writable.
- IResourceBase - Interface in com.phloc.commons.io
-
Base interface for an abstract readable resource.
- IResourceError - Interface in com.phloc.commons.error
-
Interface for an error that can be drilled down to a certain resource (e.g. a
document).
- IResourceErrorGroup - Interface in com.phloc.commons.error
-
Contains a list of resource errors and some sanity access methods.
- IResourceLocation - Interface in com.phloc.commons.error
-
Interface indication the position of something within a single resource
- is0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- is0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- is0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- is0() - Method in class com.phloc.commons.mutable.MutableByte
-
- is0() - Method in class com.phloc.commons.mutable.MutableChar
-
- is0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- is0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- is0() - Method in class com.phloc.commons.mutable.MutableInt
-
- is0() - Method in class com.phloc.commons.mutable.MutableLong
-
- is0() - Method in class com.phloc.commons.mutable.MutableShort
-
- is_ifragment(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ihost(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ipath(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ipathnodelims(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ipchar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ipliteral(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iprivate(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iquery(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iregname(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iserver(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iunreserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_iuserinfo(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_regname(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- is_ucschar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isAbstractClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Check if the passed class is abstract or not.
- isAlign() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
- isAlpha() - Method in class com.phloc.commons.i18n.Codepoint
-
- isAlpha(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is part of the ASCII alphabet (a-z, A-Z)
- isAlpha(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is part of the ASCII alphabet (a-z, A-Z)
- isAlphaDigit() - Method in class com.phloc.commons.i18n.Codepoint
-
- isAlphaDigit(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if isAlpha and isDigit both return true
- isAlphaDigit(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if isAlpha and isDigit both return true
- isAnnotationClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isAnythingAvailable() - Method in class com.phloc.commons.io.streams.ByteBufferInputStream
-
- isAnythingAvailable() - Method in class com.phloc.commons.io.streams.ByteBuffersInputStream
-
- isAppend() - Method in enum com.phloc.commons.io.EAppend
-
- isArray(Object) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Check if the passed object is an array or not.
- isArrayClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isArrayEquals(Object, Object) - Static method in class com.phloc.commons.collections.ArrayHelper
-
Recursive equal comparison for arrays.
- isArrayOfsLen(Object[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(boolean[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(byte[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(char[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(double[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(float[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(int[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(long[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isArrayOfsLen(short[], int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
- isAscending() - Method in enum com.phloc.commons.compare.ESortOrder
-
- isAscending() - Method in interface com.phloc.commons.compare.ISortOrderIndicator
-
- ISAXReaderSettings - Interface in com.phloc.commons.xml.serialize
-
- isBatchProcessingActive() - Method in interface com.phloc.commons.io.IBatchable
-
- isBetweenExclusive(short, String, short, short) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(int, String, int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(long, String, long, long) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(float, String, float, float) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(double, String, double, double) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenExclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue > nLowerBoundInclusive && nValue < nUpperBoundInclusive
- isBetweenInclusive(short, String, short, short) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(int, String, int, int) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(long, String, long, long) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(float, String, float, float) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(double, String, double, double) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(BigDecimal, String, BigDecimal, BigDecimal) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBetweenInclusive(BigInteger, String, BigInteger, BigInteger) - Static method in class com.phloc.commons.ValueEnforcer
-
Check if
nValue ≥ nLowerBoundInclusive && nValue ≤ nUpperBoundInclusive
- isBidi() - Method in class com.phloc.commons.i18n.Codepoint
-
True if this Codepoint is a bidi control char
- isBidi(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is a bidi control character
- isBidi(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is a bidi control character
- isBoolean(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if the specified attribute is a boolean and should be printed
without the value.
- isBooleanClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isBottom() - Method in enum com.phloc.commons.state.ETopBottom
-
- isBottom() - Method in interface com.phloc.commons.state.ITopBottomIndicator
-
- isBreak() - Method in enum com.phloc.commons.state.EContinue
-
- isBreak() - Method in interface com.phloc.commons.state.IContinueIndicator
-
- isBuffered(InputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- isBuffered(OutputStream) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- isBuffered(Reader) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- isBuffered(Writer) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
- isCDATA() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isCDATA() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isChanged() - Method in enum com.phloc.commons.state.EChange
-
- isChanged() - Method in interface com.phloc.commons.state.IChangeIndicator
-
- isChanged() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
- isCharacterClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isClosing(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if the opening of one element (sTagName) implies the
closing of another open element (openTag).
- isCoalescing() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isCoalescing() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isCoalescing() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isComment() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isComment() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isContainer() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isContainer() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isContainerClass(Class<?>) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
-
- isContainerObject(Object) - Static method in class com.phloc.commons.equals.ContainerEqualsUtils
-
- isContinue() - Method in enum com.phloc.commons.state.EContinue
-
- isContinue() - Method in interface com.phloc.commons.state.IContinueIndicator
-
- isCountrySub() - Method in enum com.phloc.commons.locale.country.ECountry
-
- isCurrentChar(char) - Method in class com.phloc.commons.text.utils.StringScanner
-
- isCurrentOS() - Method in enum com.phloc.commons.system.EOperatingSystem
-
- isCurrentVersion() - Method in enum com.phloc.commons.system.EJavaVersion
-
- isDebugMode() - Static method in class com.phloc.commons.GlobalDebug
-
- isDefined() - Method in enum com.phloc.commons.state.ETriState
-
- isDefined() - Method in interface com.phloc.commons.state.ITriState
-
- isDescending() - Method in enum com.phloc.commons.compare.ESortOrder
-
- isDescending() - Method in interface com.phloc.commons.compare.ISortOrderIndicator
-
- isDigit() - Method in class com.phloc.commons.i18n.Codepoint
-
- isDigit(Codepoint) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is a digit
- isDigit(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
True if the codepoint is a digit
- isDisabled() - Method in enum com.phloc.commons.state.EEnabled
-
- isDisabled() - Method in interface com.phloc.commons.state.IEnabledIndicator
-
- isDocument() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isDocument() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isDocumentType() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isDocumentType() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isDouble(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a double string that can be converted to a
double value.
- isElement() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isElement() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isElementContent(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if element is declared to have element content.
- isElementContentWhitespace() - Method in interface com.phloc.commons.microdom.IMicroText
-
Check whether the text node consists solely of whitespaces.
- isElementContentWhitespace() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- isEmit() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
-
- isEmit() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
-
- isEmitNamespaces() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
Determine if namespaces should be emitted or not.
- isEmitNamespaces() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- isEmpty() - Method in class com.phloc.commons.cache.AbstractCache
-
- isEmpty(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isEmpty(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isEmpty() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- isEmpty() - Method in class com.phloc.commons.collections.list.SingleElementList
-
- isEmpty() - Method in class com.phloc.commons.collections.SingleElementMap
-
- isEmpty() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- isEmpty() - Method in interface com.phloc.commons.IHasSize
-
- isEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
- isEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingStringWriter
-
- isEmpty() - Method in class com.phloc.commons.log.InMemoryLogger
-
- isEmpty(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string is null or empty.
- isEmpty(String) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string is null or empty.
- isEmpty() - Method in class com.phloc.commons.text.impl.MultiLingualTextThreadSafe
-
- isEmpty() - Method in class com.phloc.commons.text.impl.TextProvider
-
- isEmpty(NodeList) - Static method in class com.phloc.commons.xml.XMLHelper
-
- isEmptyAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string is null or empty after trimming.
- isEmptyTag(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if element is declared to be empty.
- isEnabled(Class<?>, IHasErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
-
Check if logging is enabled for the passed class based on the error level
provider by the passed object
- isEnabled(Logger, IHasErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
-
Check if logging is enabled for the passed logger based on the error level
provider by the passed object
- isEnabled(Class<?>, EErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
-
Check if logging is enabled for the passed class based on the error level
provided
- isEnabled(Logger, EErrorLevel) - Static method in class com.phloc.commons.log.LogUtils
-
Check if logging is enabled for the passed logger based on the error level
provided
- isEnabled() - Method in enum com.phloc.commons.state.EEnabled
-
- isEnabled() - Method in interface com.phloc.commons.state.IEnabledIndicator
-
- isEncodeBlanks() - Method in class com.phloc.commons.codec.RFC1522QCodec
-
Tests if optional transformation of SPACE characters is to be used
- isEntityReference() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isEntityReference() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isEnumClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isEqualContent(IMicroNode) - Method in interface com.phloc.commons.microdom.IMicroNode
-
As instances of this class may not implement equals/hashCode we need a way
to determine, if 2 nodes are equal by content.
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.AbstractMicroNodeWithChildren
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroCDATA
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroComment
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroDocumentType
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroElement
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroEntityReference
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroProcessingInstruction
-
- isEqualContent(IMicroNode) - Method in class com.phloc.commons.microdom.impl.MicroText
-
- isEqualIgnoreFileSeparator(String, String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check whether the two passed file names are equal, independent of the used
separators (/ or \).
- isEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
-
- isEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
-
Check if this object is of the same level (= equal important) than the
passed object.
- isEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
-
- isEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
-
- isEqualTo100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualTo100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isEqualToZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- ISerializableFilter<DATATYPE> - Interface in com.phloc.commons.filter
-
- ISerializableFilterWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.filter
-
- ISerializationConverter - Interface in com.phloc.commons.serialize.convert
-
Interface to be implemented to read and write objects.
- ISerializationConverterCallback - Interface in com.phloc.commons.serialize.convert
-
A callback interface that is used to iterate all available serialization
converters.
- ISerializationConverterRegistrarSPI - Interface in com.phloc.commons.serialize.convert
-
SPI interface to be implemented by other modules wishing to register their
own serialization converters.
- ISerializationConverterRegistry - Interface in com.phloc.commons.serialize.convert
-
- isError() - Method in enum com.phloc.commons.error.EErrorLevel
-
- isError() - Method in class com.phloc.commons.error.ResourceError
-
- isError() - Method in class com.phloc.commons.log.LogMessage
-
- isError() - Method in interface com.phloc.commons.state.IErrorIndicator
-
- isEscape() - Method in interface com.phloc.commons.microdom.IMicroText
-
- isEscape() - Method in class com.phloc.commons.microdom.impl.MicroText
-
- isEven() - Method in interface com.phloc.commons.mutable.IMutableInteger
-
- isEven() - Method in class com.phloc.commons.mutable.MutableByte
-
- isEven() - Method in class com.phloc.commons.mutable.MutableChar
-
- isEven() - Method in class com.phloc.commons.mutable.MutableInt
-
- isEven() - Method in class com.phloc.commons.mutable.MutableLong
-
- isEven() - Method in class com.phloc.commons.mutable.MutableShort
-
- ISeverityComparable<THISTYPE extends ISeverityComparable<THISTYPE>> - Interface in com.phloc.commons.error
-
Interface for comparable objects based on their severity.
- isExpandEntityReferences() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isExpandEntityReferences() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isExpandEntityReferences() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isExplicitClassPathResource(String) - Static method in class com.phloc.commons.io.resource.ClassPathResource
-
Check if the passed resource name is an explicit classpath resource.
- isExplicitURLResource(String) - Static method in class com.phloc.commons.io.resource.URLResource
-
Check if the passed resource name is an explicit URL resource.
- isExponential() - Method in enum com.phloc.commons.math.RoundHelper.EDecimalType
-
- isExternalSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
Check if the passed marshaller is external to the one contained in the
runtime.
- isFailure() - Method in enum com.phloc.commons.error.EErrorLevel
-
- isFailure() - Method in class com.phloc.commons.error.ResourceError
-
- isFailure() - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
- isFailure() - Method in class com.phloc.commons.io.file.FileIOError
-
- isFailure() - Method in class com.phloc.commons.log.LogMessage
-
- isFailure() - Method in enum com.phloc.commons.state.ESuccess
-
- isFailure() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
- isFailure() - Method in interface com.phloc.commons.state.ISuccessIndicator
-
- isFalse() - Method in enum com.phloc.commons.state.ETriState
-
- isFalse() - Method in interface com.phloc.commons.state.ITriState
-
- isFileNewer(File, File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Returns true if the first file is newer than the second file.
- isFinished() - Method in enum com.phloc.commons.state.EFinish
-
- isFinished() - Method in interface com.phloc.commons.state.IFinishIndicator
-
- isFixed() - Method in enum com.phloc.commons.math.RoundHelper.EDecimalType
-
- isFloat(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a float string that can be converted to a
double value.
- isFloatingPointClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isFormattedOutput(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- isFragment(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isFragment(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- isGE0(short, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(int, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(long, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(double, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(float, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(BigDecimal, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGE0(BigInteger, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGenDelim(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isGreater0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableByte
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableChar
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableInt
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableLong
-
- isGreater0() - Method in class com.phloc.commons.mutable.MutableShort
-
- isGreaterOrEqual0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableByte
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableChar
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableInt
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableLong
-
- isGreaterOrEqual0() - Method in class com.phloc.commons.mutable.MutableShort
-
- isGreaterOrEqualThan(Version) - Method in class com.phloc.commons.version.Version
-
- isGreaterOrEqualThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterOrEqualThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThan(Version) - Method in class com.phloc.commons.version.Version
-
- isGreaterThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isGreaterThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isGT0(short, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(int, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(long, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(double, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(float, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(BigDecimal, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isGT0(BigInteger, String) - Static method in class com.phloc.commons.ValueEnforcer
-
- isHex(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isHiddenFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed filename is a Unix hidden filename.
- isHiddenFilename(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed filename is a Unix hidden filename.
- isHigh(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
-
Returns true if the char at the specified index is a high surrogate
- isHigh(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
-
- isHigh(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
-
- isHighSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
-
True if this codepoint is a high surrogate
- isHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
- isHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- isIgnoringComments() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isIgnoringComments() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isIgnoringComments() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isIgnoringElementContentWhitespace() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isIgnoringElementContentWhitespace() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isIgnoringElementContentWhitespace() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- ISimpleCache<KEYTYPE,VALUETYPE> - Interface in com.phloc.commons.cache
-
Interface for a very simple Map-like cache.
- ISimpleIntIDProvider<VALUETYPE> - Interface in com.phloc.commons.id
-
Interface for objects having an int ID.
- ISimpleLongIDProvider<VALUETYPE> - Interface in com.phloc.commons.id
-
Interface for objects having a long ID.
- ISimpleMultiLingualText - Interface in com.phloc.commons.text
-
- ISimpleTextProvider - Interface in com.phloc.commons.text
-
Basic interface for object providing multilingual texts without arguments.
- ISimpleURL - Interface in com.phloc.commons.url
-
Interface for a simple URL that works around the issues with the Java default
URL.
- isIncludingCeil() - Method in class com.phloc.commons.version.VersionRange
-
- isIncludingFloor() - Method in class com.phloc.commons.version.VersionRange
-
- isIncompatible() - Method in class com.phloc.commons.changelog.ChangeLogEntry
-
- isIndent() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
- isInstancableClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Check if the passed class is public, instancable and has a no-argument
constructor.
- isInstantiated() - Static method in class com.phloc.commons.jaxb.JAXBContextCache
-
- isInstantiated() - Static method in class com.phloc.commons.xml.schema.XMLSchemaCache
-
- isInt(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to a
long value with radix
10.
- isIntegerClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isInterface(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
Check if the passed class is an interface or not.
- isInternalSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
Check if the passed marshaller is an internal one contained in the runtime.
- isInterrupted() - Method in enum com.phloc.commons.state.EInterrupt
-
- isInterrupted() - Method in interface com.phloc.commons.state.IInterruptIndicator
-
- isInvalid() - Method in enum com.phloc.commons.state.EValidity
-
- isInvalid() - Method in interface com.phloc.commons.state.IValidityIndicator
-
- isInvalidXMLAttributeValueChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
Check if the passed character is invalid for a attribute value node.
- isInvalidXMLCDATAChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
Check if the passed character is invalid for a CDATA node.
- isInvalidXMLNameChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
Check if the passed character is invalid for an element or attribute name
after the first position
- isInvalidXMLNameStartChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
Check if the passed character is invalid for an element or attribute name
on the first position
- isInvalidXMLTextChar(EXMLSerializeVersion, int) - Static method in class com.phloc.commons.xml.serialize.XMLCharHelper
-
Check if the passed character is invalid for a text node.
- isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in class com.phloc.commons.tree.withid.unique.BasicTreeWithGlobalUniqueID
-
- isItemSameOrDescendant(KEYTYPE, KEYTYPE) - Method in interface com.phloc.commons.tree.withid.unique.ITreeWithGlobalUniqueID
-
Check if one item is equal or a child of the other item.
- isJMXEnabled() - Static method in class com.phloc.commons.cache.AbstractCache
-
- isJMXEnabled() - Static method in class com.phloc.commons.stats.StatisticsManager
-
- isJVMVendor() - Method in enum com.phloc.commons.system.EJVMVendor
-
- isKnownEOFException(Throwable) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Check if the passed exception is a known EOF exception.
- isKnownEOFException(Class<?>) - Static method in class com.phloc.commons.io.streams.StreamUtils
-
Check if the passed class is a known EOF exception class.
- isLeft() - Method in enum com.phloc.commons.state.ELeftRight
-
- isLeft() - Method in interface com.phloc.commons.state.ILeftRightIndicator
-
- isLessOrEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
-
- isLessOrEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
-
Check if this object is of equal or lower level (= equally or less
important) than the passed object.
- isLessOrEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
-
- isLessOrEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
-
- isLessSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
-
- isLessSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
-
Check if this object is of lower level (= less important) than the passed
object.
- isLessSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
-
- isLessSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
-
- IsLocked - Annotation Type in com.phloc.commons.annotations
-
For methods to be overridden, it indicates, that the method is locked.
- IsLocked.ELockType - Enum in com.phloc.commons.annotations
-
- isLogException(Throwable) - Method in class com.phloc.commons.callback.LoggingExceptionHandler
-
Check if the passed exception should be part of the log entry.
- isLogException(Throwable) - Method in class com.phloc.commons.xml.serialize.XMLLoggingExceptionHandler
-
- isLong(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to a
long value with radix
10.
- isLow(int) - Method in class com.phloc.commons.i18n.AbstractCodepointIterator
-
Returns true if the char at the specified index is a low surrogate
- isLow(int) - Method in class com.phloc.commons.i18n.DelegatingCodepointIterator
-
- isLow(int) - Method in interface com.phloc.commons.i18n.ICodepointIterator
-
- isLowerOrEqualThan(Version) - Method in class com.phloc.commons.version.Version
-
- isLowerOrEqualThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerOrEqualThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThan(Version) - Method in class com.phloc.commons.version.Version
-
- isLowerThan100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThan100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowerThanZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isLowSurrogate() - Method in class com.phloc.commons.i18n.Codepoint
-
True if this codepoint is a low surrogate
- isMac() - Method in enum com.phloc.commons.system.ENewLineMode
-
- isMandatory() - Method in enum com.phloc.commons.state.EMandatory
-
- isMandatory() - Method in interface com.phloc.commons.state.IMandatoryIndicator
-
- isMark(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isMatchingVersion(double) - Method in enum com.phloc.commons.system.EJavaVersion
-
- isMoreOrEqualSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
-
- isMoreOrEqualSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
-
Check if this object is of equal or higher level (= equally or more
important) than the passed object.
- isMoreOrEqualSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
-
- isMoreOrEqualSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
-
- isMoreSevereThan(EErrorLevel) - Method in enum com.phloc.commons.error.EErrorLevel
-
- isMoreSevereThan(THISTYPE) - Method in interface com.phloc.commons.error.ISeverityComparable
-
Check if this object is of higher level (= more important) than the passed
object.
- isMoreSevereThan(IResourceError) - Method in class com.phloc.commons.error.ResourceError
-
- isMoreSevereThan(LogMessage) - Method in class com.phloc.commons.log.LogMessage
-
- isNamespaceAware() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isNamespaceAware() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isNamespaceAware() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isNewerOrEqualsThan(EJavaVersion) - Method in enum com.phloc.commons.system.EJavaVersion
-
Check if this java version is newer or equals than the passed version
- isNoError() - Method in enum com.phloc.commons.error.EErrorLevel
-
- isNoError() - Method in class com.phloc.commons.error.ResourceError
-
- isNoError() - Method in class com.phloc.commons.log.LogMessage
-
- isNoError() - Method in interface com.phloc.commons.state.IErrorIndicator
-
- isNot0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableByte
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableChar
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableInt
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableLong
-
- isNot0() - Method in class com.phloc.commons.mutable.MutableShort
-
- isNotEmpty() - Method in class com.phloc.commons.cache.AbstractCache
-
- isNotEmpty(boolean...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(byte...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(char...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(double...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(float...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(int...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(long...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(short...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(ELEMENTTYPE...) - Static method in class com.phloc.commons.collections.ArrayHelper
-
- isNotEmpty(Iterable<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty(Iterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty(IIterableIterator<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty(Enumeration<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty(Collection<?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty(Map<?, ?>) - Static method in class com.phloc.commons.collections.ContainerHelper
-
- isNotEmpty() - Method in class com.phloc.commons.io.streams.NonBlockingByteArrayOutputStream
-
- isNotEmpty(CharSequence) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string contains any char.
- isNotEmpty(String) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string contains any char.
- isNotEmptyAfterTrim(String) - Static method in class com.phloc.commons.string.StringHelper
-
Check if the string neither null nor empty after trimming.
- isNotEqualTo100(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualTo100(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToOne(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToOne(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToTen(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToTen(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToZero(BigDecimal) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotEqualToZero(BigInteger) - Static method in class com.phloc.commons.math.MathHelper
-
- isNotifyRequired() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
-
- isNotInterrupted() - Method in enum com.phloc.commons.state.EInterrupt
-
- isNotInterrupted() - Method in interface com.phloc.commons.state.IInterruptIndicator
-
- isNullValuesComeFirst() - Method in class com.phloc.commons.compare.ComparatorComparableNullAware
-
- isOdd() - Method in interface com.phloc.commons.mutable.IMutableInteger
-
- isOdd() - Method in class com.phloc.commons.mutable.MutableByte
-
- isOdd() - Method in class com.phloc.commons.mutable.MutableChar
-
- isOdd() - Method in class com.phloc.commons.mutable.MutableInt
-
- isOdd() - Method in class com.phloc.commons.mutable.MutableLong
-
- isOdd() - Method in class com.phloc.commons.mutable.MutableShort
-
- isOnlyOpening(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if element's closing tag is generally not printed.
- isOptional() - Method in enum com.phloc.commons.state.EMandatory
-
- isOptional() - Method in interface com.phloc.commons.state.IMandatoryIndicator
-
- isOptional() - Method in interface com.phloc.commons.thirdparty.IThirdPartyModule
-
- isOptional() - Method in class com.phloc.commons.thirdparty.ThirdPartyModule
-
- isOptionalClosing(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if element's closing tag is optional and need not exist.
- isOracle() - Method in enum com.phloc.commons.system.EJVMVendor
-
- ISortOrderIndicator - Interface in com.phloc.commons.compare
-
Interface indicating a sort order.
- isParentDirectory(File, File) - Static method in class com.phloc.commons.io.file.FileUtils
-
Check if the searched directory is a parent object of the start directory
- isPath(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isPathNoDelims(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isPathSeparatorChar(char) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed character is a path separation character.
- isPchar(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isPctEnc(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isPerformConsistencyChecks() - Static method in class com.phloc.commons.text.impl.TextProvider
-
- isPresent(byte[]) - Method in enum com.phloc.commons.charset.EUnicodeBOM
-
Check if the passed byte array starts with this BOM's bytes.
- isPreserveSpace(String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if element's textual contents preserves spaces.
- isPrimitiveType(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isPrimitiveWrapperType(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isProcessingInstruction() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isProcessingInstruction() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isProductionMode() - Static method in class com.phloc.commons.GlobalDebug
-
- isPublic(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isPublicClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isPutNamespaceContextPrefixesInRoot() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
Check if the flag for putting all namespace prefixes specified in the
namespace context should be put in the root document.
- isPutNamespaceContextPrefixesInRoot() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- isQuery(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isRecursive() - Method in class com.phloc.commons.io.monitor.FileMonitor
-
Access method to get the recursive setting when adding files for
monitoring.
- isReplaceWithNothing() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
-
- isRequiresNewXMLParserExplicitly() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isRequiresNewXMLParserExplicitly() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isRequiresNewXMLParserExplicitly() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isRequiresNewXMLParserExplicitly() - Method in interface com.phloc.commons.xml.serialize.ISAXReaderSettings
-
- isRequiresNewXMLParserExplicitly() - Static method in class com.phloc.commons.xml.serialize.SAXReaderDefaultSettings
-
- isRequiresNewXMLParserExplicitly() - Method in class com.phloc.commons.xml.serialize.SAXReaderSettings
-
- isReserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isRight() - Method in enum com.phloc.commons.state.ELeftRight
-
- isRight() - Method in interface com.phloc.commons.state.ILeftRightIndicator
-
- isRootItem() - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
- isRootItem() - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- isRootItem() - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- isRunning() - Method in class com.phloc.commons.io.monitor.FileMonitorManager
-
- isSameOrChildOf(ITEMTYPE) - Method in interface com.phloc.commons.tree.IBasicTreeItem
-
Check if this item is the same or a child of the passed item.
- isSameOrChildOf(ITEMTYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
- isSameOrChildOf(ITEMTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
- isScheme(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isSecureFilenameCharacter(char) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed character is secure to be used in filenames.
- isSet() - Method in interface com.phloc.commons.mutable.IReadonlyWrapper
-
- isSet() - Method in class com.phloc.commons.mutable.Wrapper
-
- isSet() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
- isSet() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
- isSmaller0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableByte
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableChar
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableInt
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableLong
-
- isSmaller0() - Method in class com.phloc.commons.mutable.MutableShort
-
- isSmallerOrEqual0() - Method in interface com.phloc.commons.mutable.IMutableNumeric
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigDecimal
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableBigInteger
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableByte
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableChar
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableDouble
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableFloat
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableInt
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableLong
-
- isSmallerOrEqual0() - Method in class com.phloc.commons.mutable.MutableShort
-
- isSpaceOnSelfClosedElement() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
Determine if a self closed element (an element having no children) should
be emitted with a space at the end (<br />) or not (
<br/>)
- isSpaceOnSelfClosedElement() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- isSpecialLocale(Locale) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Check if the passed locale is one of the special locales "all" or
"independent"
- isSpecialLocaleCode(String) - Static method in class com.phloc.commons.locale.LocaleUtils
-
Check if the passed locale is one of the special locales "all" or
"independent"
- IsSPIImplementation - Annotation Type in com.phloc.commons.annotations
-
Marker interface that claims that this class implements an SPI interface that
is resolved via the
ServiceLoader.
- IsSPIInterface - Annotation Type in com.phloc.commons.annotations
-
Marker interface that claims that implementations of this interface are
loaded via the
ServiceLoader.
- isStandalone() - Method in interface com.phloc.commons.microdom.IMicroDocument
-
- isStandalone() - Method in class com.phloc.commons.microdom.impl.MicroDocument
-
- isStarted() - Method in class com.phloc.commons.timing.StopWatch
-
- isStopped() - Method in class com.phloc.commons.concurrent.collector.AbstractConcurrentCollector
-
- isStopped() - Method in interface com.phloc.commons.concurrent.collector.IConcurrentCollector
-
Check if this collector is already stopped.
- isStopped() - Method in class com.phloc.commons.timing.StopWatch
-
- isStringClass(Class<?>) - Static method in class com.phloc.commons.lang.ClassHelper
-
- isSubDelim(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isSuccess() - Method in enum com.phloc.commons.error.EErrorLevel
-
- isSuccess() - Method in class com.phloc.commons.error.ResourceError
-
- isSuccess() - Method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
- isSuccess() - Method in class com.phloc.commons.io.file.FileIOError
-
- isSuccess() - Method in class com.phloc.commons.log.LogMessage
-
- isSuccess() - Method in enum com.phloc.commons.state.ESuccess
-
- isSuccess() - Method in class com.phloc.commons.state.impl.SuccessWithValue
-
- isSuccess() - Method in interface com.phloc.commons.state.ISuccessIndicator
-
- isSun() - Method in enum com.phloc.commons.system.EJVMVendor
-
- isSunCanonicalization(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- isSunJAXB2Marshaller(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
Check if the passed Marshaller is a Sun JAXB v2 marshaller.
- isSunObjectIdentityCycleDetection(Marshaller) - Static method in class com.phloc.commons.jaxb.JAXBMarshallerUtils
-
- isSupplementary() - Method in class com.phloc.commons.i18n.Codepoint
-
True if this codepoint is supplementary
- isSupportedVersion() - Method in enum com.phloc.commons.system.EJavaVersion
-
- isSystemInternalDirectory(File) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
- isSystemInternalDirectory(CharSequence) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed string is a system directory.
- IStatisticsHandler - Interface in com.phloc.commons.stats
-
Base interface for all statistic handlers
- IStatisticsHandlerCache - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerCounter - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerKeyed - Interface in com.phloc.commons.stats
-
Base interface for keyed statistic handlers
- IStatisticsHandlerKeyedCounter - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerKeyedNumeric - Interface in com.phloc.commons.stats
-
Base interface for size and timer handler.
- IStatisticsHandlerKeyedSize - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerKeyedTimer - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerNumeric - Interface in com.phloc.commons.stats
-
Base interface for size and timer handler.
- IStatisticsHandlerSize - Interface in com.phloc.commons.stats
-
- IStatisticsHandlerTimer - Interface in com.phloc.commons.stats
-
- IStatisticsVisitor - Interface in com.phloc.commons.stats.visit
-
Callback interface for visiting statistics.
- isTestRequired() - Method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
-
- isText() - Method in interface com.phloc.commons.microdom.IMicroNode
-
- isText() - Method in class com.phloc.commons.microdom.impl.AbstractMicroNode
-
- isTextNode(Node) - Static method in class com.phloc.commons.xml.XMLHelper
-
Check if the passed node is a text node.
- isThrowExceptionOnNestedComments() - Static method in class com.phloc.commons.xml.serialize.XMLEmitterPhloc
-
- isToken(String) - Static method in class com.phloc.commons.mime.MimeTypeParser
-
- isTokenChar(char) - Static method in class com.phloc.commons.mime.MimeTypeParser
-
Check if the passed character is a valid token character.
- isTop() - Method in enum com.phloc.commons.state.ETopBottom
-
- isTop() - Method in interface com.phloc.commons.state.ITopBottomIndicator
-
- IStoppable - Interface in com.phloc.commons.state
-
Marker interface to indicate that something can be stopped.
- isTraceMode() - Static method in class com.phloc.commons.GlobalDebug
-
- IStringCodec - Interface in com.phloc.commons.codec
-
Interface for a single encoder + decoder that is based on a String.
- IStringIDFactory - Interface in com.phloc.commons.idfactory
-
Interface for an object creating unique String IDs.
- isTrue() - Method in enum com.phloc.commons.state.ETriState
-
- isTrue() - Method in interface com.phloc.commons.state.ITriState
-
- isTruncate() - Method in enum com.phloc.commons.io.EAppend
-
- isTSpecialChar(char) - Static method in class com.phloc.commons.mime.MimeTypeParser
-
Check if the passed character is a special character according to RFC 2045
chapter 5.1
- isTypeOf(String) - Method in enum com.phloc.commons.mime.EMimeContentType
-
Check if the passed MIME type has the same content type as this
- ISuccessIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has success/failure indication.
- isUnchanged() - Method in enum com.phloc.commons.state.EChange
-
- isUnchanged() - Method in interface com.phloc.commons.state.IChangeIndicator
-
- isUnchanged() - Method in class com.phloc.commons.state.impl.ChangeWithValue
-
- isUndefined() - Method in enum com.phloc.commons.state.ETriState
-
- isUndefined() - Method in interface com.phloc.commons.state.ITriState
-
- isUnfinished() - Method in enum com.phloc.commons.state.EFinish
-
- isUnfinished() - Method in interface com.phloc.commons.state.IFinishIndicator
-
- isUnix() - Method in enum com.phloc.commons.system.ENewLineMode
-
- isUnixBased() - Method in enum com.phloc.commons.system.EOperatingSystem
-
Indicates whether the provided operating system is UNIX-based.
- isUnlimitedStrengthCryptoAvailable() - Static method in class com.phloc.commons.crypto.CryptoPolicy
-
Check to see if unlimited strength crypto is available.
- isUnreserved(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isUnsignedInt(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to an
unsigned long value with radix
10.
- isUnsignedLong(String) - Static method in class com.phloc.commons.string.StringParser
-
Checks if the given string is a numeric string that can be converted to an
unsigned long value with radix
10.
- isURI(String, String) - Static method in class com.phloc.commons.xml.serialize.HTMLdtd
-
Returns true if the specified attribute it a URI and should be escaped
appropriately.
- isUsedInURL(String) - Method in enum com.phloc.commons.url.EURLProtocol
-
Tells if the passed String (URL) belongs to this protocol.
- isUsedInURL(String) - Method in interface com.phloc.commons.url.IURLProtocol
-
Tells if the passed String (URL) belongs to this protocol.
- isUsedInURL(String) - Method in class com.phloc.commons.url.URLProtocol
-
Tells if the passed String (URL) belongs to this protocol.
- isUseDoubleQuotesForAttributes() - Method in interface com.phloc.commons.xml.serialize.IXMLWriterSettings
-
- isUseDoubleQuotesForAttributes() - Method in class com.phloc.commons.xml.serialize.XMLWriterSettings
-
- isUseResourceBundleCache() - Static method in class com.phloc.commons.text.resolve.DefaultTextResolver
-
- isUseResourceBundleCache() - Method in class com.phloc.commons.text.resolve.EnumTextResolverWithPropertiesOverrideAndFallback
-
- isUserInfo(int) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
- isValid(String) - Static method in class com.phloc.commons.email.EmailAddressUtils
-
Checks if a value is a valid e-mail address according to a certain regular
expression.
- isValid() - Method in enum com.phloc.commons.state.EValidity
-
- isValid() - Method in interface com.phloc.commons.state.IValidityIndicator
-
- isValid(String) - Static method in class com.phloc.commons.url.URLValidator
-
Checks if a value is a valid URL.
- isValidating() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isValidating() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isValidating() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isValidData(DATATYPE) - Method in class com.phloc.commons.tree.simple.BasicTreeItem
-
This method is called to validate a data object.
- isValidData(DATATYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
This method is called to validate a data object.
- isValidDataID(KEYTYPE) - Method in class com.phloc.commons.tree.withid.BasicTreeItemWithID
-
This method is called to validate a data ID object.
- isValidFilename(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed file name is valid.
- isValidFilenameWithPaths(String) - Static method in class com.phloc.commons.io.file.FilenameHelper
-
Check if the passed filename path is valid.
- isValidPattern(String) - Static method in class com.phloc.commons.regex.RegExHelper
-
Check if the passed regular expression is invalid.
- isValueRequiringQuoting() - Method in class com.phloc.commons.mime.MimeTypeParameter
-
- isWarnOnDeleteRoot() - Static method in class com.phloc.commons.io.file.FileOperations
-
- isWindows() - Method in enum com.phloc.commons.system.ENewLineMode
-
- isWriteFormatted() - Method in class com.phloc.commons.jaxb.utils.AbstractJAXBMarshaller
-
- isXHTML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
- isXIncludeAware() - Static method in class com.phloc.commons.xml.serialize.DOMReaderDefaultSettings
-
- isXIncludeAware() - Method in class com.phloc.commons.xml.serialize.DOMReaderSettings
-
- isXIncludeAware() - Method in interface com.phloc.commons.xml.serialize.IDOMReaderSettings
-
- isXML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
- isXML() - Method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
- isZlibHead(byte[]) - Static method in class com.phloc.commons.codec.FlateCodec
-
- IterableIterator<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
This class is used for simpler iteration over an Iterator via the new "for"
syntax.
- IterableIterator(ELEMENTTYPE[]) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
-
- IterableIterator(Iterable<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
-
- IterableIterator(Iterator<ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIterator
-
- IterableIteratorFromEnumeration<ELEMENTTYPE> - Class in com.phloc.commons.collections.iterate
-
Create an iterable iterator from an existing enumeration.
- IterableIteratorFromEnumeration(Enumeration<? extends ELEMENTTYPE>) - Constructor for class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
-
- iterateAllCombinations(List<DATATYPE>, INonThrowingRunnableWithParameter<List<DATATYPE>>) - Method in class com.phloc.commons.math.CombinationGeneratorFlexible
-
Iterate all combination, no matter they are unique or not.
- iterateAllCombinations(List<DATATYPE>, boolean, INonThrowingRunnableWithParameter<List<DATATYPE>>) - Static method in class com.phloc.commons.math.CombinationGeneratorFlexible
-
- iterateAllRegisteredMicroTypeConverters(IMicroTypeConverterCallback) - Static method in class com.phloc.commons.microdom.convert.MicroTypeConverterRegistry
-
Iterate all registered micro type converters.
- iterateAllRegisteredSerializationConverters(ISerializationConverterCallback) - Static method in class com.phloc.commons.serialize.convert.SerializationConverterRegistry
-
Iterate all registered serialization converters.
- iterateAllRegisteredTypeConverters(ITypeConverterCallback) - Static method in class com.phloc.commons.typeconvert.TypeConverterRegistry
-
Iterate all registered type converters.
- iterator() - Method in class com.phloc.commons.collections.EmptySortedSet
-
- iterator() - Method in class com.phloc.commons.collections.iterate.IterableIterator
-
- iterator() - Method in class com.phloc.commons.collections.iterate.IterableIteratorFromEnumeration
-
- iterator() - Method in class com.phloc.commons.collections.list.AbstractWrappedList
-
- iterator() - Method in class com.phloc.commons.collections.list.SingleElementList
-
- iterator() - Method in class com.phloc.commons.collections.LRUSet
-
- iterator() - Method in class com.phloc.commons.error.ResourceErrorGroup
-
- iterator() - Method in class com.phloc.commons.filter.collections.FilterIterator
-
- iterator() - Method in class com.phloc.commons.io.file.iterate.FileSystemRecursiveIterator
-
- iterator() - Method in class com.phloc.commons.lang.ServiceLoaderBackport
-
Deprecated.
Lazily loads the available providers of this loader's service.
- iterator() - Method in class com.phloc.commons.log.InMemoryLogger
-
- iterator() - Method in class com.phloc.commons.math.CombinationGenerator
-
- iterator() - Method in class com.phloc.commons.microdom.utils.MicroRecursiveIterator
-
- iterator() - Method in class com.phloc.commons.xml.ChildElementIterator
-
- iterator() - Method in class com.phloc.commons.xml.ChildNodeIterator
-
- iterator() - Method in class com.phloc.commons.xml.RecursiveChildNodeIterator
-
- ITextProvider - Interface in com.phloc.commons.text
-
Basic interface for object providing multilingual texts with and without
arguments.
- IThirdPartyModule - Interface in com.phloc.commons.thirdparty
-
Represents meta information for a single third-party module (aka JAR file).
- IThirdPartyModuleProviderSPI - Interface in com.phloc.commons.thirdparty
-
Implement this SPI interface if your JAR file contains external third party
modules.
- IThreadDeadlockListener - Interface in com.phloc.commons.deadlock
-
This is called whenever a problem with threads is detected.
- IThrowingCallable<DATATYPE> - Interface in com.phloc.commons.callback
-
This is the same as the
Callable interface but
following our naming conventions.
- IThrowingCallableWithParameter<DATATYPE,PARAMTYPE> - Interface in com.phloc.commons.callback
-
Like the
Callable interface but including a
parameter!
- IThrowingRunnable - Interface in com.phloc.commons.callback
-
A simple interface that looks like
Runnable but may throw
an exception on its execution.
- IThrowingRunnableWithParameter<PARAMTYPE> - Interface in com.phloc.commons.callback
-
Simple callback interface to allow generic iteration with a typed callback
function.
- ITopBottomIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has top/bottom indication.
- ITree<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
-
Base interface for a simple tree
- ITreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
-
Base interface for simple tree items
- ITreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.simple
-
Interface for a simple tree item factory
- ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid
-
Represents a basic tree item with an ID.
- ITreeItemWithIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid
-
A factory interface that creates tree items.
- ITreeItemWithUniqueIDFactory<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid.unique
-
An abstract tree item factory that maintains a unique ID over all items!
- ITreeWithGlobalUniqueID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid.unique
-
A specialized version of the tree, where each item is required to have a
unique ID so that item searching can be performed with little runtime effort.
- ITreeWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>> - Interface in com.phloc.commons.tree.withid
-
Base interface for a tree with ID
- ITriple<DATA1TYPE,DATA2TYPE,DATA3TYPE> - Interface in com.phloc.commons.collections.triple
-
Represents an abstract triple (an object with exactly three element) that is
writable.
- ITriState - Interface in com.phloc.commons.state
-
Base interface for the tri state.
- ITypeConverter - Interface in com.phloc.commons.typeconvert
-
Special interface that is used to convert between values of different types.
- ITypeConverterCallback - Interface in com.phloc.commons.typeconvert
-
A callback interface that is used in several places of the type conversion
engine.
- ITypeConverterProvider - Interface in com.phloc.commons.typeconvert
-
Find the correct type converter provider from a source class to a destination
class.
- ITypeConverterRegistrarSPI - Interface in com.phloc.commons.typeconvert
-
SPI interface to be implemented by other modules wishing to register their
own type converters.
- ITypeConverterRegistry - Interface in com.phloc.commons.typeconvert
-
Callback interface for registering new type converters.
- ITypeConverterRule - Interface in com.phloc.commons.typeconvert
-
Flexible type converter that can handle multiple source and/or destination
classes.
- ITypeConverterRule.ESubType - Enum in com.phloc.commons.typeconvert
-
Define the sub types of the rules.
- ITypedObject<IDTYPE> - Interface in com.phloc.commons.type
-
Base interface for objects having a type and an ID.
- IUnidirectionalConverter<SRCTYPE,DSTTYPE> - Interface in com.phloc.commons.convert
-
This is a very simple type conversion interface for compile type conversions.
- IUnidirectionalConverterSameType<DATATYPE> - Interface in com.phloc.commons.convert
-
A specialized converter interface that does not do type transformations.
- IURIToURLConverter - Interface in com.phloc.commons.url
-
A generic converted from String URI to
ISimpleURL.
- IURLData - Interface in com.phloc.commons.url
-
Base interface representing the basic elements of a URL from a high level
perspective.
- IURLProtocol - Interface in com.phloc.commons.url
-
Base interface for an URL protocol descriptor.
- IURLProtocolRegistrarSPI - Interface in com.phloc.commons.url
-
Interface for a registrar providing custom URL protocols
- IValidationEventHandlerFactory - Interface in com.phloc.commons.jaxb.validation
-
- IValidityIndicator - Interface in com.phloc.commons.state
-
Very simple interface for an object that has valid/invalid indication.
- IVirtualMachineEventSPI - Interface in com.phloc.commons.vminit
-
The callback to implemented by VM startup SPIs.
- IWrapper<DATATYPE> - Interface in com.phloc.commons.mutable
-
Base interface for mutable wrapping an object within another object.
- IWritableResource - Interface in com.phloc.commons.io
-
Base interface for an abstract writable resource.
- IWritableResourceProvider - Interface in com.phloc.commons.io
-
Resource provider interface for readable and writable resources.
- IWriterProvider - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Writer objects.
- IWriterResolver - Interface in com.phloc.commons.io
-
A callback interface to retrieve
Writer objects from a given name.
- IXMLIterationHandler - Interface in com.phloc.commons.xml
-
Callback interface when iterating XML nodes.
- IXMLSerializer<NODETYPE> - Interface in com.phloc.commons.xml.serialize
-
Base interface for XML like serializers.
- IXMLWriterSettings - Interface in com.phloc.commons.xml.serialize
-
Interface for the settings to be used for serializing XML nodes.
- validate(IReadableResource, IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- validate(IReadableResource[], IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- validate(Schema, IReadableResource) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- validate(IReadableResource, Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- validate(IReadableResource[], Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- validate(Schema, Source) - Static method in class com.phloc.commons.xml.schema.XMLSchemaValidationHelper
-
- ValueEnforcer - Class in com.phloc.commons
-
- valueOf(String) - Static method in enum com.phloc.commons.annotations.IsLocked.ELockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.annotations.MustBeLocked.ELockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.changelog.EChangeLogAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.charset.EUnicodeBOM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.compare.ESortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.equals.ContainerEqualsUtils.EContainerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.error.EErrorLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.hierarchy.EHierarchyCallbackReturn
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.i18n.ECodepointProfile
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.io.EAppend
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.io.file.EFileIOOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.io.file.ERandomAccessFileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountryName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.locale.country.ECountrySubName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.locale.ELocaleName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.math.RoundHelper.EDecimalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.microdom.EMicroEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.microdom.EMicroNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.mime.EMimeContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.mime.EMimeQuoting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.state.EChange
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EChange
-
- valueOf(IChangeIndicator) - Static method in enum com.phloc.commons.state.EChange
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EContinue
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EContinue
-
- valueOf(IContinueIndicator) - Static method in enum com.phloc.commons.state.EContinue
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EEnabled
-
- valueOf(IEnabledIndicator) - Static method in enum com.phloc.commons.state.EEnabled
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EFinish
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EFinish
-
- valueOf(IFinishIndicator) - Static method in enum com.phloc.commons.state.EFinish
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EInterrupt
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EInterrupt
-
- valueOf(IInterruptIndicator) - Static method in enum com.phloc.commons.state.EInterrupt
-
- valueOf(String) - Static method in enum com.phloc.commons.state.ELeftRight
-
Returns the enum constant of this type with the specified name.
- valueOf(ILeftRightIndicator) - Static method in enum com.phloc.commons.state.ELeftRight
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EMandatory
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EMandatory
-
- valueOf(IMandatoryIndicator) - Static method in enum com.phloc.commons.state.EMandatory
-
- valueOf(String) - Static method in enum com.phloc.commons.state.ESuccess
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.ESuccess
-
- valueOf(ISuccessIndicator) - Static method in enum com.phloc.commons.state.ESuccess
-
- valueOf(String) - Static method in enum com.phloc.commons.state.ETopBottom
-
Returns the enum constant of this type with the specified name.
- valueOf(ITopBottomIndicator) - Static method in enum com.phloc.commons.state.ETopBottom
-
- valueOf(String) - Static method in enum com.phloc.commons.state.ETriState
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.ETriState
-
- valueOf(Boolean) - Static method in enum com.phloc.commons.state.ETriState
-
- valueOf(ITriState) - Static method in enum com.phloc.commons.state.ETriState
-
- valueOf(String) - Static method in enum com.phloc.commons.state.EValidity
-
Returns the enum constant of this type with the specified name.
- valueOf(boolean) - Static method in enum com.phloc.commons.state.EValidity
-
- valueOf(IValidityIndicator) - Static method in enum com.phloc.commons.state.EValidity
-
- valueOf(String) - Static method in enum com.phloc.commons.system.EJavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.system.EJVMVendor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.system.ENewLineMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.system.EOperatingSystem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.system.EProcessorArchitecture
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.thirdparty.ELicense
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.type.EBaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.typeconvert.ITypeConverterRule.ESubType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.url.EURLProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLCharMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserFeatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLParserPropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.EXMLVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
-
Returns the enum constant of this type with the specified name.
- valueOfChange(IChangeIndicator) - Static method in enum com.phloc.commons.state.ESuccess
-
- values() - Static method in enum com.phloc.commons.annotations.IsLocked.ELockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.annotations.MustBeLocked.ELockType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.changelog.EChangeLogAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.changelog.EChangeLogCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.charset.EUnicodeBOM
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.phloc.commons.collections.SingleElementMap
-
- values() - Static method in enum com.phloc.commons.compare.ESortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.equals.ContainerEqualsUtils.EContainerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.error.EErrorLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.hierarchy.EHierarchyCallbackReturn
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.i18n.ECodepointProfile
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.io.EAppend
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.io.file.EFileIOErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.io.file.EFileIOOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.io.file.ERandomAccessFileMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.locale.country.ECountry
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.locale.country.ECountryName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.locale.country.ECountrySubName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.locale.ELocaleName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.math.RoundHelper.EDecimalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.messagedigest.EMessageDigestAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.microdom.EMicroEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.microdom.EMicroNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.mime.EMimeContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.mime.EMimeQuoting
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EChange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EContinue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EEnabled
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EFinish
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EInterrupt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.ELeftRight
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EMandatory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.ESuccess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.ETopBottom
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.ETriState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.state.EValidity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.system.EJavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.system.EJVMVendor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.system.ENewLineMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.system.EOperatingSystem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.system.EProcessorArchitecture
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.thirdparty.ELicense
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.type.EBaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.typeconvert.ITypeConverterRule.ESubType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.typeconvert.TypeConverterException.EReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.url.EURLProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.dom.EXMLDOMFeatureVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.dom.EXMLDOMNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLCharMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLIncorrectCharacterHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLParserFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLParserFeatureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLParserProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLParserPropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.EXMLVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeComments
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeDocType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeIndent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.serialize.EXMLSerializeVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.phloc.commons.xml.transform.EXMLTransformTexts
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VENDOR_PERSON_BORIS - Static variable in class com.phloc.commons.vendor.VendorInfo
-
Boris
- VENDOR_PERSON_PHILIP - Static variable in class com.phloc.commons.vendor.VendorInfo
-
Philip
- VendorInfo - Class in com.phloc.commons.vendor
-
Contains some general vendor specific information.
- verify(AbstractCodepointIterator, ICodepointFilter) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified filter
- verify(AbstractCodepointIterator, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified filter
- verify(char[], ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified profile
- verify(String, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified profile
- verifyNot(ICodepointIterator, ICodepointFilter) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified filter
- verifyNot(ICodepointIterator, ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified profile
- verifyNot(char[], ECodepointProfile) - Static method in class com.phloc.commons.i18n.CodepointUtils
-
Verifies a sequence of codepoints using the specified profile
- Version - Class in com.phloc.commons.version
-
This class represents a single version object.
- Version(int) - Constructor for class com.phloc.commons.version.Version
-
Create a new version with major version only.
- Version(int, int) - Constructor for class com.phloc.commons.version.Version
-
Create a new version with major and minor version only.
- Version(int, int, int) - Constructor for class com.phloc.commons.version.Version
-
Create a new version with major, minor and micro version number.
- Version(int, int, int, int) - Constructor for class com.phloc.commons.version.Version
-
- Version(int, int, int, String) - Constructor for class com.phloc.commons.version.Version
-
Create a new version with 3 integer values and a qualifier.
- Version(String) - Constructor for class com.phloc.commons.version.Version
-
Construct a version object from a string.
- Version(String, boolean) - Constructor for class com.phloc.commons.version.Version
-
Construct a version object from a string.
- versionMatches(Version) - Method in class com.phloc.commons.version.VersionRange
-
- VersionRange - Class in com.phloc.commons.version
-
This class represents a range of versions.
- VersionRange(String) - Constructor for class com.phloc.commons.version.VersionRange
-
Construct a version range object from a string.
- VersionRange(Version, Version) - Constructor for class com.phloc.commons.version.VersionRange
-
Create a new version range depicted by two versions, assuming that both the
floor and the ceiling version should be included meaning we have an
inclusive interval.
- VersionRange(Version, boolean, Version, boolean) - Constructor for class com.phloc.commons.version.VersionRange
-
Create a new version range depicted by two versions.
- VerySecureRandom - Class in com.phloc.commons.random
-
A secure random generator initialized with another secure random generator.
- VirtualMachineInitializer - Class in com.phloc.commons.vminit
-
This class should be run upon VM initialization.
- VisibleForTesting - Annotation Type in com.phloc.commons.annotations
-
Just to indicate that a method has only increased visibility for testing.
- visit(byte) - Method in class com.phloc.commons.codec.LZWCodec.LZWEncodeDictionary
-