AAssociationProcessor <K ,V > - Class in org.pfsw.util
Specialized abstract processor for Association objects.
AAssociationProcessor() - Constructor for class org.pfsw.util.AAssociationProcessor
Initialize the new instance with default values.
aboutToAccess(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
This method must be called to activate the authenticator that provides
credentials to be able to access the given URL.
aboutToAccess(URL) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
This method must be called to activate the authenticator that provides
credentials to be able to access the given URL.
AbstractAuthenticator - Class in org.pfsw.security.authentication
This class implements (nearly) the same methods as java.net.Authenticator.
AbstractAuthenticator() - Constructor for class org.pfsw.security.authentication.AbstractAuthenticator
Initialize the new instance with default values.
AbstractContainer - Class in org.pfsw.file.cfiles
Abstract implementation of a container that holds multiple items.
AbstractContainer() - Constructor for class org.pfsw.file.cfiles.AbstractContainer
AbstractContainer(String) - Constructor for class org.pfsw.file.cfiles.AbstractContainer
AbstractFileHandler - Class in org.pfsw.file
This abstract class implements some of the FileHandler interface methods
in a way that allows subclasses to concentrate on the method handleFile().
AbstractFileHandler() - Constructor for class org.pfsw.file.AbstractFileHandler
AbstractLogger - Class in org.pfsw.logging.internal
Common implementation for internal re-use in various logger implementations.
AbstractLogger() - Constructor for class org.pfsw.logging.internal.AbstractLogger
AbstractLogger(String) - Constructor for class org.pfsw.logging.internal.AbstractLogger
AbstractSubContainer - Class in org.pfsw.file.cfiles
General implementation of a sub container that has a parent container and
contains 0-n items.
AbstractSubContainer(String) - Constructor for class org.pfsw.file.cfiles.AbstractSubContainer
accept(T) - Method in interface org.pfsw.bif.callback.IConsumer
Performs this operation on the given argument.
accept(File, String) - Method in class org.pfsw.file.DefaultFilenameFilter
Tests if a given file name matches the filter.
accept(File, String) - Method in class org.pfsw.file.ExtendedFileFilter
Tests if a specified file should be included in a file list.
accept(String...) - Method in class org.pfsw.net.http.ClientRequest
Adds the given media types (e.g.
ACCEPT - Static variable in interface org.pfsw.net.http.RequestHeaderNames
ACCEPT_CHARSET - Static variable in interface org.pfsw.net.http.RequestHeaderNames
ACCEPT_ENCODING - Static variable in interface org.pfsw.net.http.RequestHeaderNames
ACCEPT_LANGUAGE - Static variable in interface org.pfsw.net.http.RequestHeaderNames
add(String, long) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Add a category with an ID producer using the given startId.
add(String, long, int) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Add a category with an ID producer using the given startId and blockSize.
add(String, long, int, int) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Add a category with an ID producer using the given startId and blockSize and length.
add(FileInfo) - Method in class org.pfsw.file.ArchiveTOC
add(DirectoryContents) - Method in class org.pfsw.file.TableOfContents
Adds the given directory contents holder to the table of contents
add(LogLevel, String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
add(LogLevel, Throwable, String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
add(String, Class<?>) - Method in class org.pfsw.plugin.BasePluginRegistration
Add an entry to the registration data.
add(BigDecimal) - Method in class org.pfsw.reflect.BigDecimalFieldProxy
add(Integer) - Method in class org.pfsw.reflect.IntegerFieldProxy
add(Long) - Method in class org.pfsw.reflect.LongFieldProxy
add(T) - Method in class org.pfsw.reflect.NumericFieldProxy
Adds the given value to this field's value and returns the result.
add(Object) - Method in class org.pfsw.text.json.JsonArray
Adds the given element if it is a valid JSON object type.
add(String...) - Method in class org.pfsw.text.StringCollectionFilter
Add the given strings to the internal string collection.
add(StringPattern) - Method in class org.pfsw.text.StringPatternCollection
Adds the given pattern to the collection of patterns,
if it is not yet there
add(String) - Method in class org.pfsw.text.StringPatternCollection
Adds the given pattern as pattern to the collection of patterns,
if it is not yet there.
add(String, VariableResolver) - Method in class org.pfsw.textx.VariableResolverPool
Add the given resolver under the given name to the pool.
add(Association<K, V>) - Method in class org.pfsw.util.AssociationList
Adds the specified association.
add(K, V) - Method in class org.pfsw.util.AssociationList
Adds the specified key and value as new association.
add(K, V) - Method in class org.pfsw.util.CollectorDictionary
Adds a single value to the key.
add(NamedText) - Method in class org.pfsw.util.NamedTextList
Adds the specified named text.
add(Association<String, String>) - Method in class org.pfsw.util.NamedTextList
Adds the specified association only if it is an instance of NamedText.
add(String, String) - Method in class org.pfsw.util.NamedTextList
Adds the specified name and text as new NamedText.
add(NamedValue<V>) - Method in class org.pfsw.util.NamedValueList
Adds the specified named value.
add(Association<String, V>) - Method in class org.pfsw.util.NamedValueList
Adds the specified association only if it is an instance of NamedValue.
add(String, V) - Method in class org.pfsw.util.NamedValueList
Adds the specified name and value as new NamedValue.
add(E) - Method in class org.pfsw.util.OrderedCollection
Appends the specified element to the end of this list.
add(int, E) - Method in class org.pfsw.util.OrderedCollection
Inserts the specified element at the specified position in this list.
add(E) - Method in class org.pfsw.util.OrderedSet
add(int, E) - Method in class org.pfsw.util.OrderedSet
Inserts the specified element at the specified position in this list
add(T, int) - Method in class org.pfsw.util.PrioritySorter
Adds an object with its associated priority.
addAll(Collection<StringPattern>, StringPattern[]) - Method in class org.pfsw.text.MatchGroup
addAll(Collection<String>, String...) - Method in class org.pfsw.text.StringUtil
Adds all given strings to the specified collection.
addAll(Collection<String>, String[], boolean) - Method in class org.pfsw.text.StringUtil
Adds all given strings to the specified collection.
addAll(Map<K, V>) - Method in class org.pfsw.util.AssociationList
Add all entries of the specified map as associations
addAll(Properties) - Method in class org.pfsw.util.AssociationList
Add all entries of the specified properties as associations
addAll(Association<K, V>...) - Method in class org.pfsw.util.AssociationList
Adds all association elements of the given array to the list.
addAll(Collection<T>, T...) - Method in class org.pfsw.util.CollectionUtil
Adds all given objects to the specified collection.
addAll(Map<String, String>, String...) - Method in class org.pfsw.util.CollectionUtil
Adds all given key/value pairs to the map.
addAll(Properties, String...) - Method in class org.pfsw.util.CollectionUtil
Adds all given key/value pairs to the properties.
addAll(Collection<E>, E[], boolean) - Method in class org.pfsw.util.CollectionUtil
Adds all given objects to the specified collection.
addAll(K, V...) - Method in class org.pfsw.util.CollectorDictionary
Stores the given values under the specified key object.
addAll(K, Collection<V>) - Method in class org.pfsw.util.CollectorDictionary
Adds all values in the given collection to the key.
addAll(Map<K, V>) - Method in class org.pfsw.util.CollectorDictionary
Adds all entries of the given map.
addAll(NamedText...) - Method in class org.pfsw.util.NamedTextList
Adds all named text elements of the given array to the list.
addAll(NamedValue<V>...) - Method in class org.pfsw.util.NamedValueList
Adds all named value elements of the given array to the list.
addAll(Collection<? extends E>) - Method in class org.pfsw.util.OrderedCollection
Appends all of the elements in the specified collection to the end of this list,
in the order that they are returned by the specified collection's iterator
(optional operation).
addAll(int, Collection<? extends E>) - Method in class org.pfsw.util.OrderedCollection
Inserts all of the elements in the specified collection into this list at the
specified position (optional operation).
addAll(Collection<? extends E>) - Method in class org.pfsw.util.OrderedSet
addAll(int, Collection<? extends E>) - Method in class org.pfsw.util.OrderedSet
Inserts all of the elements in the specified collection into this list
at the specified position if they are not yet in this list.
addAllHeaders(Map<String, List<String>>) - Method in class org.pfsw.net.http.Headers
Add all name/values from the given map.
addAllNew(Collection<String>, String...) - Method in class org.pfsw.text.StringUtil
Adds all given strings to the specified collection, if they are not
already in the collection.
addAllNew(Collection<T>, T...) - Method in class org.pfsw.util.CollectionUtil
Adds all given objects to the specified collection, if they are not
already in the collection.
addAllQueryParameterDefinitions(String[]) - Method in class org.pfsw.net.UniformResourceLocator
addAllToMap(Map<K, V>) - Method in class org.pfsw.util.AssociationList
Returns the given map object with all associations added to it.
addCategories(String...) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Adds the given category names for which to register an ID producer.
addCategories(IdGeneratorCategorySpec...) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Adds the categories with ID producers according to the given specs.
addChild(Element) - Method in class org.pfsw.six.Element
Adds the given element as a child to the receiver
addChildItem(XmlItem) - Method in class org.pfsw.six.Element
Adds the given item as a child to the receiver.
addDefinitionsToRegistry(OrderedProperties<?>) - Method in class org.pfsw.plugin.PluginRegistry
addElement(PropertiesFileElement) - Method in class org.pfsw.file.PropertiesFileContent
addElement(MatchElement) - Method in class org.pfsw.text.MatchGroup
Add the specified element to the group.
addElement(int) - Method in class org.pfsw.text.Version
addElement(T) - Method in class org.pfsw.util.OrderedProperties
addElements(Object...) - Method in class org.pfsw.text.json.JsonArray
Adds all given elements if they are valid JSON object types, which are:
JsonObject
JsonArray
String
Boolean
Integer
Long
BigDecimal
null
Objects of other types will cause an exception.
addElementToCurrentGroup(LdapMatchRuleVisitor.ElementInfo, boolean) - Method in class org.pfsw.text.LdapMatchRuleVisitor
addFieldsToList(List<Field>, Field[]) - Method in class org.pfsw.reflect.ReflectUtil
addFileInfo(FileInfo) - Method in class org.pfsw.file.DirectoryContents
Adds the given file info to the list of contained file info objects
addFilters(IStringFilter...) - Method in class org.pfsw.text.StringFilterCollection
Adds all given filters to this collection.
addFrom(Map<String, Object>) - Method in class org.pfsw.textx.BasicVariableContainer
Adds all key value pairs from the given map to the variables, if the
key is a String.
addHeader(String, String) - Method in class org.pfsw.net.http.Headers
Adds the given value to the values of the header with the specified name.
addHeader(String, String) - Method in class org.pfsw.net.http.UserAgent
Add a header value to the header with the given name.
addInheritedFields(List<Field>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
addInheritedMethods(List<Method>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
addItem(IItem...) - Method in class org.pfsw.file.cfiles.AbstractContainer
addItem(IItem...) - Method in interface org.pfsw.file.cfiles.IContainer
Adds one or more items to this container.
addLine(String) - Method in class org.pfsw.file.PropertiesFileContent
Adds the given line at the end of all contained elements
addMapping(String, String) - Method in class org.pfsw.pax.NamespacePrefixMapper
Add the prefix and URI to the mappings.
addMappings(Properties) - Method in class org.pfsw.plugin.PluginCollector
addMappings(Map<String, Class<?>>) - Method in class org.pfsw.plugin.PluginCollector
addMethodsToList(List<Method>, Method[]) - Method in class org.pfsw.reflect.ReflectUtil
addNameFilters(IStringFilter...) - Method in class org.pfsw.file.ExtendedFileFilter
addNamespacesFrom(NamespacePrefixMapper, Element) - Method in class org.pfsw.pax.XmlUtil
Adds all namespaces that are declared in the given element with their
prefix to the provided namespace prefix mapper.
addNamespacesFromElementAndChildren(NamespacePrefixMapper, Element) - Method in class org.pfsw.pax.XmlUtil
Adds all namespaces that are declared in the given element and all child elements
together with their prefixes to the provides namespace prefix mapper.
addOption(String) - Method in class org.pfsw.text.CommandLineArguments
Adds the given option to the command line.
addOptionWithArgument(String, String) - Method in class org.pfsw.text.CommandLineArguments
Adds the given option to the command line.
addOptionWithValue(Map<String, String[]>, String, String) - Method in class org.pfsw.text.CommandLineArguments
addOptionWithValues(Map<String, String[]>, String, List<String>) - Method in class org.pfsw.text.CommandLineArguments
addOrPutAll(Map<?, ?>, boolean) - Method in class org.pfsw.util.AssociationList
addPattern(String) - Method in class org.pfsw.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, char) - Method in class org.pfsw.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, boolean) - Method in class org.pfsw.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, boolean, char) - Method in class org.pfsw.file.ExtendedFileFilter
Adds a pattern.
addPattern(String) - Method in class org.pfsw.security.authentication.LocationCredentials
Adds the given pattern to the URL patterns that can be accessed with this
object's authentication credentials.
addPattern(StringPattern) - Method in class org.pfsw.security.authentication.LocationCredentials
Adds the given pattern to the URL patterns that can be accessed with this
object's authentication credentials.
addPatterns(String) - Method in class org.pfsw.file.ExtendedFileFilter
Adds one or more patterns separated by semi-colon (';').
addPatterns(String) - Method in class org.pfsw.text.StringPatternCollection
Adds all patterns in the given string which must be separated by ';'.
addPatterns(String, String) - Method in class org.pfsw.text.StringPatternCollection
Adds all patterns in the given string which must be separated by ';'.
addPatterns(Collection<String>) - Method in class org.pfsw.text.StringPatternCollection
Adds all patterns strings in the given collection.
addPatterns(StringPatternCollection) - Method in class org.pfsw.text.StringPatternCollection
Adds all patterns from the given pattern collection.
addPatterns(String[]) - Method in class org.pfsw.text.StringPatternCollection
Adds all patterns in the given array.
addProcessingInstruction(XmlProcessingInstruction) - Method in class org.pfsw.six.XmlDocument
addProperty(String, String) - Method in class org.pfsw.file.PropertiesFileContent
Adds the property with the specified name and value.
addSingleString(String) - Method in class org.pfsw.text.StringCollectionFilter
Add the given string to the internal string collection.
addSystemExitListener(ISystemExitListener) - Method in class org.pfsw.util.SysUtil
Add the given listener to an internal list so that it would be called right
before system exit gets executed via the
SysUtil.exit(int)
method.
addToParameter(String, String...) - Method in class org.pfsw.net.UniformResourceLocator
Adds the given value to the parameter with the specified name.
addValue(ValueType) - Method in class org.pfsw.util.MultiValueProperty
Add the given value to the list of values.
addValues(String, ValueType...) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Add one or more values to the property with the given name.
addValues(ValueType...) - Method in class org.pfsw.util.MultiValueProperty
Add the given values to the list of values.
addValuesToParameter(NamedValue<List<String>>, String...) - Method in class org.pfsw.net.UniformResourceLocator
AElementFilter - Class in org.pfsw.six
Abstract base class for IElementFilter implementors.
AElementFilter() - Constructor for class org.pfsw.six.AElementFilter
AFileProcessor - Class in org.pfsw.file
An abstract class that defines the method proccessFile( File ) to be
implemented by any subclass.
AFileProcessor() - Constructor for class org.pfsw.file.AFileProcessor
Initialize the new instance with default values.
AGE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
AIX - Static variable in class org.pfsw.util.SysUtil
ALGORITHM_NAME_MD5 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA_1 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA_2_224 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA_2_256 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA_2_384 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALGORITHM_NAME_SHA_2_512 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ALL - Static variable in interface org.pfsw.bif.text.IStringFilter
A predefined filter that matches all strings (but not null).
ALL - Static variable in class org.pfsw.file.DefaultFilenameFilter
A filename filter that matches all names.
ALL - Static variable in interface org.pfsw.six.IElementFilter
A predefined filter that matches all elements (except null).
allElements() - Method in class org.pfsw.file.Classpath
Returns all classpath elements.
ALLOW - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
allowMissingPlaceholders() - Method in class org.pfsw.textx.TextEngine
Allows placeholders that cannot be resolved by the variable resolver.
allParts(String, String) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
allParts(String, String, char) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
allParts(String, String, char[]) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
allSubstrings(String, String) - Method in class org.pfsw.text.StringUtil
Returns the given text split up into an array of strings, at
the occurrences of the separator string.
alwaysExcludeDirectories() - Method in class org.pfsw.file.ExtendedFileFilter
Sets the filter to never accept directories.
alwaysIncludeDirectories() - Method in class org.pfsw.file.ExtendedFileFilter
Sets the filter to always accept directories, even if they don't match
a given pattern.
ANONYMOUS_LOGGER_NAME - Static variable in interface org.pfsw.logging.Logger
anyRowExists(Connection, String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
append(char) - Method in class org.pfsw.text.FormattedTextWriter
append(CharSequence) - Method in class org.pfsw.text.FormattedTextWriter
append(CharSequence, int, int) - Method in class org.pfsw.text.FormattedTextWriter
append(String[], String) - Method in class org.pfsw.text.StringUtil
Returns the given string array extended by one element
that hold the specified string.
append(String[], String[]) - Method in class org.pfsw.text.StringUtil
Returns an array of strings that contains all strings given
by the first and second string array.
append(T[], T...) - Method in class org.pfsw.util.CollectionUtil
Returns an array of objects that contains all objects given
by the first and second object array.
append(int[], int...) - Method in class org.pfsw.util.CollectionUtil
Returns an array of int values that contains all ints given
by the first and second array.
append(long[], long...) - Method in class org.pfsw.util.CollectionUtil
Returns an array of long values that contains all longs given
by the first and second array.
append_IN(String, String[]) - Method in class org.pfsw.text.SqlMatchRuleVisitor
appendAsJSONString(Appendable) - Method in interface org.pfsw.bif.text.IJSONConvertible
The receiver of this method must append its internal state as JSON string
representation to the given buffer.
appendAsJSONString(Appendable) - Method in class org.pfsw.text.json.JsonArray
appendAsJSONString(Appendable) - Method in class org.pfsw.text.json.JsonObject
appendAsJSONString(Appendable) - Method in class org.pfsw.text.StringPair
Appends the internal state as JSON string representation to the given buffer.
appendAsJSONString(Appendable) - Method in class org.pfsw.text.StringPattern
appendAsJSONString(Appendable) - Method in class org.pfsw.text.StringPatternCollection
appendAttribute(LdapMatchRuleVisitor.AttributeInfo) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendAttribute(String, MatchRuleCompareOperator, String[], boolean) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendAttribute(String, MatchRuleCompareOperator, String) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendAttribute(String, MatchRuleCompareOperator, String) - Method in class org.pfsw.text.SqlMatchRuleVisitor
appendAttributeValues(String, MatchRuleCompareOperator, String[]) - Method in class org.pfsw.text.SqlMatchRuleVisitor
appendClasspathEntriesFrom(Collection<String>, Object) - Method in class org.pfsw.file.FileUtil
appendContent(Map<String, String>) - Method in class org.pfsw.net.http.ClientRequest
Appends the given map as content key/value pairs.
appendDocumentStart(Writer, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the start line of an XML document to the given writer.
appendDocumentStart(Writer, String, boolean) - Method in class org.pfsw.six.XmlStreamWriter
Appends the start line of an XML document to the given writer.
appendDocumentType(Writer, String, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the document type (DOCTYPE) line to the given writer using the
SYSTEM parameter to specify the DTD location.
appendDocumentType(Writer, String, String, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the document type (DOCTYPE) line to the given writer using the
PUBLIC parameter if the given schameName is not null or the SYSTEM parameter
to just specify the DTD location.
appendDOM(Document, Writer) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given document to the specified writer as XML representation.
appendDOMElement(Element, Writer) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given DOM element to the specified writer as XML string representation.
appendElement(String) - Method in class org.pfsw.file.Classpath
appendGroup(LdapMatchRuleVisitor.GroupInfo) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendGroup(MatchGroup) - Method in class org.pfsw.text.MatchRule
appendGroupElement(LdapMatchRuleVisitor.ElementInfo) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendGroupElements(List<LdapMatchRuleVisitor.ElementInfo>, boolean) - Method in class org.pfsw.text.LdapMatchRuleVisitor
appendIfNotThere(String[], String) - Method in class org.pfsw.text.StringUtil
Returns an array of strings that contains all strings given
in the first plus the specified string to append, if it is not
already in the given array.
appendIfNotThere(String[], String[]) - Method in class org.pfsw.text.StringUtil
Returns an array of strings that contains all strings given
in the first plus all strings of the second array that are not
already in the first array.
appendJSONArray(Appendable, Object...) - Method in class org.pfsw.text.json.JsonUtil
Appends the given object array to the given output in a valid JSON
string representation.
appendJSONConvertible(Appendable, IJSONConvertible) - Method in class org.pfsw.text.json.JsonUtil
Converts the given object to a valid JSON string representation and appends
it to the given buffer.
appendJSONMap(Appendable, Map<String, Object>) - Method in class org.pfsw.text.json.JsonUtil
Adds the given map to the buffer as JSON representation.
appendJSONObject(Appendable, Object) - Method in class org.pfsw.text.json.JsonUtil
Appends the given object to the output as a valid JSON string.
appendJSONPair(Appendable, String, Object) - Method in class org.pfsw.text.json.JsonUtil
Appends the given name and value as JSON pair member to the given buffer.
appendJsonPair(Appendable, String, Object) - Method in class org.pfsw.text.json.JsonUtil
Appends the given name and value as JSON pair member to the given buffer.
appendJsonPair(Appendable, String, Object, boolean) - Method in class org.pfsw.text.json.JsonUtil
Appends the given name and value as JSON pair member to the given output.
appendJSONString(Appendable, String) - Method in class org.pfsw.text.json.JsonUtil
Appends the given string to the buffer as a valid JSON string literal.
appendNameTo(StringBuilder) - Method in class org.pfsw.file.cfiles.AbstractContainer
appendNameTo(StringBuilder) - Method in class org.pfsw.file.cfiles.AbstractSubContainer
appendNameTo(StringBuilder) - Method in interface org.pfsw.file.cfiles.INamedElement
Adds the name representation (which might be more than just the name itself)) to the given builder.
appendNameTo(StringBuilder) - Method in class org.pfsw.file.cfiles.WindowsDrive
appendOperators(boolean, boolean) - Method in class org.pfsw.text.MatchRulePrinter
appendOperators(boolean, boolean) - Method in class org.pfsw.text.SqlMatchRuleVisitor
appendPath(String) - Method in class org.pfsw.net.UniformResourceLocator
Appends the given path to the end of the current requestURI.
appendProperty(String, String) - Method in class org.pfsw.util.OrderedProperties
Appends the property specified by the given name with the given value..
appendServerNameAndPort(StringBuffer) - Method in class org.pfsw.net.UniformResourceLocator
appendSIXElement(Element, Writer) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given element and its children to the specified writer
as XML representation.
appendStylesheetPI(Writer, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendStylesheetPI(Writer, Map<String, String>) - Method in class org.pfsw.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendStylesheetPI(Writer, NamedTextList) - Method in class org.pfsw.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendUpToPosition(StringBuffer, int) - Method in class org.pfsw.text.StringExaminer
Appends all characters from the current position
up to the specified position of the examined string to the given buffer.
appendUpToPosition(StringBuffer, int, boolean) - Method in class org.pfsw.text.StringExaminer
Returns the a string containing all characters from the current position
up to the specified position of the examined string.
appendValue(String) - Method in class org.pfsw.text.MatchRulePrinter
appendValue(String) - Method in class org.pfsw.text.SqlMatchRuleVisitor
appendValueList(String[]) - Method in class org.pfsw.text.MatchRulePrinter
appendWellFormedXML(Element, Writer, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given element tree as a well formed XML to the given writer.
appendWellFormedXML(Element, Writer, String, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given element tree as a well formed XML to the given writer.
appendWellFormedXML(Element, Writer, String, String, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends the given element tree as a well formed XML to the given writer.
appendXslStylesheetPI(Writer, String) - Method in class org.pfsw.six.XmlStreamWriter
Appends an XSL stylesheet processing instruction for the given XSL filename
APPLICATION_ATOM_XML - Static variable in class org.pfsw.net.MediaType
APPLICATION_ATOM_XML_TYPE - Static variable in class org.pfsw.net.MediaType
APPLICATION_FORM_URLENCODED - Static variable in class org.pfsw.net.MediaType
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class org.pfsw.net.MediaType
APPLICATION_JSON - Static variable in class org.pfsw.net.MediaType
APPLICATION_JSON_TYPE - Static variable in class org.pfsw.net.MediaType
APPLICATION_OCTET_STREAM - Static variable in class org.pfsw.net.MediaType
APPLICATION_OCTET_STREAM_TYPE - Static variable in class org.pfsw.net.MediaType
APPLICATION_XHTML_XML - Static variable in class org.pfsw.net.MediaType
APPLICATION_XHTML_XML_TYPE - Static variable in class org.pfsw.net.MediaType
APPLICATION_XML - Static variable in class org.pfsw.net.MediaType
APPLICATION_XML_TYPE - Static variable in class org.pfsw.net.MediaType
appliesTo(String, String) - Method in class org.pfsw.security.authentication.LocationCredentials
Returns true if the given realm and URL match the settings in this object.
appliesToRealm(String) - Method in class org.pfsw.security.authentication.LocationCredentials
Returns true if the given realm matches the realm name of this object.
appliesToURL(String) - Method in class org.pfsw.security.authentication.LocationCredentials
Returns true if the given URL matches any of the underlying patterns.
apply(T) - Method in interface org.pfsw.bif.callback.IFunction
Applies this function to the given argument.
apply(MatchRuleVisitor) - Method in class org.pfsw.text.MatchAttribute
apply(MatchRuleVisitor) - Method in class org.pfsw.text.MatchElement
apply(MatchRuleVisitor) - Method in class org.pfsw.text.MatchGroup
apply(MatchRuleVisitor) - Method in class org.pfsw.text.MatchRule
Iterates through all elements of the rule and calls the
appropriate methods of the given visitor.
applyDatatypes(Map<String, Class<?>>) - Method in class org.pfsw.text.MatchAttribute
applyDatatypes(Map<String, Class<?>>) - Method in class org.pfsw.text.MatchElement
applyDatatypes(Map<String, Class<?>>) - Method in class org.pfsw.text.MatchGroup
applyRequestHeaders(HttpURLConnection, Headers) - Method in class org.pfsw.net.http.UserAgent
applyUserAgent(HttpURLConnection) - Method in class org.pfsw.net.http.UserAgent
archive() - Method in class org.pfsw.file.FileLocator
Returns the file this locator presents as opened zip file or
null in any case of error.
archiveContainsFile(String) - Method in class org.pfsw.file.ClasspathElement
archiveEntry() - Method in class org.pfsw.file.FileLocator
ArchiveTOC - Class in org.pfsw.file
This is a wrapper class around a zip archive's table of contents.
ArchiveTOC(String) - Constructor for class org.pfsw.file.ArchiveTOC
Initialize the new instance with the archive named by the given filename.
ArchiveTOC(File) - Constructor for class org.pfsw.file.ArchiveTOC
Initialize the new instance with the archive identified by the given file.
areEqual(String[], String[]) - Method in class org.pfsw.text.StringUtil
Returns true if all elements of the first given array are in the
second given array and the length of both arrays are equal.
areEqualIgnoreCase(String[], String[]) - Method in class org.pfsw.text.StringUtil
Returns true if all elements of the first given array are in the
second given array and the length of both arrays are equal.
arguments() - Method in class org.pfsw.text.CommandLineArguments
arguments(String[]) - Method in class org.pfsw.text.CommandLineArguments
arrayToJSON(Object...) - Method in class org.pfsw.text.json.JsonUtil
Converts the given object array to a valid JSON string representation.
asArray() - Method in interface org.pfsw.bif.text.IStringPair
Returns both strings of this pair in a String array.
asArray() - Method in class org.pfsw.text.StringPair
Returns both strings of this pair in a String array.
asArray() - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
asArray() - Method in class org.pfsw.util.NamedText
asBoolean() - Method in interface org.pfsw.bif.conversion.IBooleanRepresentation
Returns the boolean representation of the implementing object.
asBoolean() - Method in class org.pfsw.util.Bool
Returns the Boolean value of the receiver.
asBritishString() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "dd/MM/yyyy" ("23/11/2002").
asBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in BYTES.
asCalendar(Date) - Method in class org.pfsw.util.DateUtil
Returns the given date as Calendar in the current machines time zone.
asCalendar(TimeZone, Date) - Method in class org.pfsw.util.DateUtil
Returns the given date as Calendar in the specified time zone.
asConfigSettings(Map<String, String>) - Method in class org.pfsw.text.StringUtil
Converts the given map to an object that conforms to interface
IConfigSettings
.
asConfigSettings(Properties) - Method in class org.pfsw.text.StringUtil
Converts the given properties to an object that conforms to interface IConfigSettings.
asConfigSettings(String) - Method in class org.pfsw.text.StringUtil
Returns a new IConfigSettings object that contains all key-value pairs of the
specified string.
asConfigSettings(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns a new IConfigSettings object that contains all key-value pairs of the
specified string.
asDate() - Method in class org.pfsw.util.SimpleDate
Returns this date as Java Date object.
asEnumeration(Collection<T>) - Method in class org.pfsw.util.CollectionUtil
Convert the given collection to an Enumeration.
asEnumeration(T...) - Method in class org.pfsw.util.CollectionUtil
Convert the given array to an Enumeration.
asExaBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in EXA_BYTES.
asFile() - Method in class org.pfsw.file.FileInfo
Returns the file this info objects describes or null if it is inside
an archive.
asFileLocator() - Method in class org.pfsw.file.FileInfo
Returns a FileLocator that corresponds to the file specified by this
FileInfo object.
asGermanString() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "dd.MM.yyyy" ("23.11.2002").
asGigaBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in GIGA_BYTES.
asGMTCalendar(Date) - Method in class org.pfsw.util.DateUtil
Returns the given date as Calendar in the GMT time zone.
asHashMap() - Method in class org.pfsw.util.AssociationList
Returns all associations transformed to a HashMap where the association
keys became the map keys and the association values became the map values.
asHashtable() - Method in class org.pfsw.util.AssociationList
Returns all associations transformed to a Hashtable where the association
keys became the map keys and the association values became the map values.
asHeaderString() - Method in class org.pfsw.net.http.AuthorizationHeader
Returns the full request header name and value.
asHours() - Method in class org.pfsw.text.TimeValue
Returns the underlying time in hours.
asInteger() - Method in interface org.pfsw.bif.conversion.IIntegerRepresentation
Returns the integer representation of the implementing object.
asInteger() - Method in class org.pfsw.text.NaturalNumber
asInteger(String, int) - Method in class org.pfsw.text.StringUtil
Converts the given string to an int or returns the given default value
if the string does not represent a valid integer value.
asISO8601String() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "yyyy-MM-dd" ("2002-11-23").
asIterator(Enumeration<T>) - Method in class org.pfsw.util.CollectionUtil
Returns an iterator based on the given enumeration or null if the input
parameter is null, too.
asKiloBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in KILO_BYTES.
asList(Class<T>) - Method in class org.pfsw.text.json.JsonArray
Returns a copy of this JsonArray as list of elements with the same type.
asList() - Method in class org.pfsw.text.StringFilterCollection
Returns a list with all currently held filters.
asList(String...) - Method in class org.pfsw.text.StringUtil
Returns a new List
initialized with the given strings.
asList() - Method in class org.pfsw.util.AssociationList
Returns all associations as list
asList(T...) - Method in class org.pfsw.util.CollectionUtil
Returns an ArrayList that contains all objects from the given array.
asList(Enumeration<T>) - Method in class org.pfsw.util.CollectionUtil
Returns a list containing all elements of the given enumeration.
asListType(Class<L>, E...) - Method in class org.pfsw.util.CollectionUtil
Creates a list of the specified type and adds all given elements to it.
asLong() - Method in interface org.pfsw.bif.conversion.ILongRepresentation
Returns the long representation of the implementing object.
asLong() - Method in class org.pfsw.text.NaturalNumber
asLong(String, long) - Method in class org.pfsw.text.StringUtil
Converts the given string to a long or returns the given default value
if the string does not represent a valid long value.
asMap(String[][]) - Method in class org.pfsw.text.StringUtil
Converts the given array of string arrays to a map.
asMap(String) - Method in class org.pfsw.text.StringUtil
Returns a new map object that contains all key-value pairs of the
specified string.
asMap(String, String) - Method in class org.pfsw.text.StringUtil
Returns a new map object that contains all key-value pairs of the
specified string.
asMap(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns a new map object that contains all key-value pairs of the
specified string.
asMap(Properties) - Method in class org.pfsw.util.CollectionUtil
Returns a Map object that contains the data of the given
properties.
asMap(IConfigSettings) - Method in class org.pfsw.util.CollectionUtil
Returns a Map object that contains the data of the given
settings.
asMegaBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in MEGA_BYTES.
asMilliseconds() - Method in class org.pfsw.text.TimeValue
asMinutes() - Method in class org.pfsw.text.TimeValue
asObjectProperties(List<Field>) - Method in class org.pfsw.reflect.ReflectUtil
asObjectProperty(Field) - Method in class org.pfsw.reflect.ReflectUtil
asPetaBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in PETA_BYTES.
asPlainText(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string as it is if it does not start with a prefix in
curly brackets (e.g.
asProperties(String) - Method in class org.pfsw.text.StringUtil
Adds all key-value pairs of the given string to a new properties object.
asProperties() - Method in class org.pfsw.util.NamedTextList
Returns all name/text pairs transformed to a Properties object.
asReadOnlyNamedValues(Properties) - Method in class org.pfsw.text.StringUtil
Converts the given properties to an object that conforms to interface IReadOnlyNamedValues.
asReadOnlyNamedValues(Map<String, T>) - Method in class org.pfsw.text.StringUtil
Converts the given map to an object that conforms to interface IReadOnlyNamedValues.
asRootPart(String) - Method in class org.pfsw.file.FileLocator
asSearchString(MatchRule) - Method in class org.pfsw.text.LdapMatchRuleVisitor
Converts the given match rule into a LDAP search string
compliant to RFC 1558.
asSeconds() - Method in class org.pfsw.text.TimeValue
assertArgNotNull(String, String, Object) - Method in class org.pfsw.plugin.ClassRegistry
assertArgumentNotNull(String, Object) - Method in class org.pfsw.file.FileUtil
assertArgumentNotNull(String, Object) - Method in class org.pfsw.util.IOUtil
assertClassFound(ClassInfo<T>) - Method in class org.pfsw.plugin.ClassRegistry
assertInstanceCreation(ClassInfo<T>) - Method in class org.pfsw.plugin.ClassRegistry
assertValidType(ClassInfo<T>) - Method in class org.pfsw.plugin.ClassRegistry
asSignature() - Method in class org.pfsw.security.SignatureAlgorithm
Returns the signature object or throws an NoSuchAlgorithmException if
this signature algorithm is not supported.
Association <K ,V > - Class in org.pfsw.util
Simple association of a key object and a value object.
Association() - Constructor for class org.pfsw.util.Association
Initialize the new instance with default values.
Association(K, V) - Constructor for class org.pfsw.util.Association
Initialize the new instance with a key an a value.
associationArray() - Method in class org.pfsw.util.AssociationList
Returns all associations as an array
associationArray(IObjectFilter<Association<K, V>>) - Method in class org.pfsw.util.AssociationList
Returns an array of all those elements contained in this list that match
the given filter.
associationAt(int) - Method in class org.pfsw.util.AssociationList
Returns the association at the specified index.
AssociationList <K ,V > - Class in org.pfsw.util
A container that holds a collection of Association objects.
AssociationList() - Constructor for class org.pfsw.util.AssociationList
Initialize the new instance with default values.
AssociationList(Map<K, V>) - Constructor for class org.pfsw.util.AssociationList
Initialize the new instance with values from the given map.
asSortedString(String[]) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings sorted (in ascending order),
concatenated and separated by the specified separator.
The comparator used is the java.text.Collator for the default locale.
asSortedString(String[], String) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings sorted (in ascending order),
concatenated and separated by the specified separator.
The comparator used is the java.text.Collator for the default locale.
asSortedString(String[], String, boolean) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings sorted, concatenated
and separated by the specified separator.
The comparator used is the java.text.Collator for the default locale.
asSortedString(String[], String, Comparator<String>) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings sorted, concatenated
and separated by the specified separator.
asSortString() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "yyyyMMdd" ("20021123").
asSqlClause(MatchRule) - Method in class org.pfsw.text.SqlMatchRuleVisitor
Converts the given match rule into a SQL conditional clause.
asStream(String, Charset) - Method in class org.pfsw.util.IOUtil
Returns an input stream containing the given string using the provided charset
for encoding.
asString(String) - Method in interface org.pfsw.bif.text.IStringPair
Returns the two strings as one string separated by the given separator.
asString() - Method in interface org.pfsw.bif.text.IStringRepresentation
Returns the string representation of the implementing object.
asString() - Method in enum org.pfsw.bif.text.JsonSyntaxElement
asString() - Method in class org.pfsw.net.http.AuthorizationHeader
Returns the auth-scheme together with the auth-data separated by a space.
asString() - Method in class org.pfsw.net.MediaType
Returns the string representation (e.g.
asString() - Method in class org.pfsw.net.UniformResourceLocator
Returns the full URL including parameters as string representation.
asString(Element) - Method in class org.pfsw.pax.XmlUtil
asString() - Method in class org.pfsw.security.crypto.HashedString
Returns the contents base64 with a curly bracket prefix that defines
the used hashing mechanism.
asString() - Method in class org.pfsw.text.json.JsonArray
Returns the JSON string representation of this object.
asString() - Method in class org.pfsw.text.json.JsonObject
Returns the JSON string representation of this object.
asString(MatchRule) - Method in class org.pfsw.text.MatchRulePrinter
Returns the specified match rule as a string.
asString() - Method in class org.pfsw.text.NaturalNumber
asString() - Method in enum org.pfsw.text.NewLine
asString() - Method in class org.pfsw.text.StringPair
Returns the string representation of the pair with the default separator.
asString(String) - Method in class org.pfsw.text.StringPair
Returns the two strings as one string separated by the given separator.
asString() - Method in class org.pfsw.text.StringPattern
asString(Object) - Method in class org.pfsw.text.StringUtil
Returns a string representation of the given object.
asString(String[]) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings concatenated
and separated by comma.
asString(String[], String) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all given strings concatenated
and separated by the specified separator.
asString(Collection<String>) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all strings from the given collection
concatenated and separated by comma.
asString(Collection<String>, String) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all strings from the given collection
concatenated and separated by the specified separator.
asString(Map, String, String) - Method in class org.pfsw.text.StringUtil
Converts the given map to a string utilizing the given separators.
asString(Map<?, ?>, String) - Method in class org.pfsw.text.StringUtil
Converts the given map to a string utilizing the given separator.
asString(Map<?, ?>) - Method in class org.pfsw.text.StringUtil
Converts the given map to a string.
asString(char) - Method in class org.pfsw.text.StringUtil
Returns a new string that contains only the given character.
asString() - Method in class org.pfsw.text.Version
Returns the version as string.
asString(Object) - Method in class org.pfsw.textx.TextEngine
asString(String) - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
asString(String) - Method in class org.pfsw.util.NamedText
asStringEnclosed(Collection<String>, String, String, String) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all strings from the given collection
concatenated and separated by the specified separator.
asStrings(Collection<String>) - Method in class org.pfsw.text.StringUtil
Returns a string array containing all elements of the given collection.
asStrings(Enumeration<String>) - Method in class org.pfsw.text.StringUtil
Returns a string array containing all elements of the given enumeration.
asTableOfContents() - Method in class org.pfsw.file.ArchiveTOC
Returns the information about the files of this archive as a TableOfContents
object.
asTeraBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in TERA_BYTES.
asText() - Method in interface org.pfsw.textx.TextRepresentation
Returns if the textual representation of the receiver.
asTimeValue(Long, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
AStringFilter - Class in org.pfsw.text
Subclasses of this abstract string filter class usually must override
only method matches(String).
AStringFilter() - Constructor for class org.pfsw.text.AStringFilter
asURL() - Method in class org.pfsw.file.FileInfo
Returns the URL of the file this info objects describes.
asUSString() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "MM/dd/yyyy" ("11/23/2002").
at(int) - Method in class org.pfsw.util.OrderedCollection
Returns the element at the specified position in this list.
atEnd(char) - Method in class org.pfsw.text.BaseMatchRuleParser
Returns true, if the given character indicates the end of a scanned string.
atEnd() - Method in class org.pfsw.text.StringScanner
Returns true, if the scanner has reached the end and a further invocation
of nextChar() would return the END_REACHED character.
atPut(int, E) - Method in class org.pfsw.util.OrderedCollection
Replaces the element at the specified position in this list with
the specified element.
attribute(String, MatchRuleCompareOperator, String[], boolean, boolean) - Method in class org.pfsw.text.LdapMatchRuleVisitor
This method will be called for each attribute.
attribute(String, MatchRuleCompareOperator, String[], boolean, boolean) - Method in class org.pfsw.text.MatchRulePrinter
This method will be called for each attribute.
attribute(String, MatchRuleCompareOperator, String[], boolean, boolean) - Method in interface org.pfsw.text.MatchRuleVisitor
This method will be called for each attribute.
attribute(String, MatchRuleCompareOperator, String[], boolean, boolean) - Method in class org.pfsw.text.SqlMatchRuleVisitor
This method will be called for each attribute.
AttributeReadAccess - Interface in org.pfsw.reflect
Specifies the methods an object must implement to provide generic read
access to its attributes.
Such attributes can be instance variables of an object or values stored
in properties or maps.
AttributeReadWriteAccess - Interface in org.pfsw.reflect
Specifies the methods an object must implement to provide generic write
access to its attributes.
Such attributes can be instance variables of an object or values stored
in properties or maps.
AUTH_SCHEME_BASIC - Static variable in class org.pfsw.net.http.AuthorizationHeader
AUTH_SCHEME_BEARER - Static variable in class org.pfsw.net.http.AuthorizationHeader
AUTH_SCHEME_DIGEST - Static variable in class org.pfsw.net.http.AuthorizationHeader
AUTHENTICATION_SCHEME_BASIC - Static variable in class org.pfsw.security.SecurityUtil
AUTHENTICATION_SCHEME_BEARER - Static variable in class org.pfsw.security.SecurityUtil
AUTHENTICATION_SCHEME_DIGEST - Static variable in class org.pfsw.security.SecurityUtil
AUTHORIZATION - Static variable in interface org.pfsw.net.http.RequestHeaderNames
AuthorizationHeader - Class in org.pfsw.net.http
An instance of this class represents the parsed request header "Authorization".
AuthorizationHeader() - Constructor for class org.pfsw.net.http.AuthorizationHeader
AuthorizationHeader(String, String) - Constructor for class org.pfsw.net.http.AuthorizationHeader
AutoAuthenticationManager - Class in org.pfsw.security.authentication
This manager class is responsible to hold a registry of LocationCredentials
objects.
autoLoadPlugins(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
CACHE_CONTROL - Static variable in interface org.pfsw.net.http.RequestHeaderNames
CACHE_CONTROL - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
calculateClasspath() - Method in class org.pfsw.file.FileUtil
Returns the current classpath.
calculateEclipseClasspath() - Method in class org.pfsw.file.FileUtil
calculateInstanceUniqueId() - Method in class org.pfsw.file.TempFilesManager
canBeInOperator(MatchRuleCompareOperator, String[]) - Method in class org.pfsw.text.SqlMatchRuleVisitor
canBeTriggered() - Method in class org.pfsw.util.Trigger
canBeTriggeredBy(Trigger) - Method in class org.pfsw.util.TemporaryMap
FOR INTERNAL USE ONLY!
Will be called by a Trigger to check if object clean-up can be executed.
canBeTriggeredBy(Trigger) - Method in interface org.pfsw.util.TriggerClient
Returns whether or not the trigger is allowed to activate the
trigger client's triggeredBy() method.
canHaveContent(int) - Method in class org.pfsw.net.http.UserAgent
CaseInsensitiveKeyMap <V > - Class in org.pfsw.util
This class provides a map that treats all keys as case-insensitive strings.
CaseInsensitiveKeyMap() - Constructor for class org.pfsw.util.CaseInsensitiveKeyMap
Initialize the new instance with default values.
CaseInsensitiveKeyMap(int) - Constructor for class org.pfsw.util.CaseInsensitiveKeyMap
Initialize the new instance with an initial capacity.
CaseInsensitiveMultiValueProperties <ValueType > - Class in org.pfsw.util
A map which holds named multi-value properties and allows case-insensitive
access to them by their names.
CaseInsensitiveMultiValueProperties() - Constructor for class org.pfsw.util.CaseInsensitiveMultiValueProperties
Initialize the new instance with default values (allowDuplicateValues=false).
CaseInsensitiveMultiValueProperties(boolean) - Constructor for class org.pfsw.util.CaseInsensitiveMultiValueProperties
Initialize the new instance with a flag that specifies whether or not to
allow duplicate values.
categoryInitialized - Variable in class org.pfsw.db.util.ObjectIdentifierDB
center(String, int) - Method in class org.pfsw.text.StringUtil
Returns the given string filled (on the right and right)
up to the specified length with spaces.
centerCh(String, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given string filled equally left and right
up to the specified length with the given character.
CERT_STANDARD_X509 - Static variable in interface org.pfsw.security.crypto.CryptoConstants
CH_CR - Static variable in class org.pfsw.text.StringUtil
Constant for the carriage return character
CH_NEWLINE - Static variable in class org.pfsw.text.StringUtil
Constant for the new line character
CH_SPACE - Static variable in class org.pfsw.text.StringUtil
Constant for the space character
CH_TAB - Static variable in class org.pfsw.text.StringUtil
Constant for the tabulator character
ChainedElementFilter - Class in org.pfsw.six
An abstract filter that combines multiple filters.
ChainedElementFilter(IElementFilter...) - Constructor for class org.pfsw.six.ChainedElementFilter
changeToValue(T) - Method in class org.pfsw.reflect.NumericFieldProxy
characterData(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This method is called whenever character data is received from the parser.
characterData(String) - Method in class org.pfsw.pax.XMLWriteInterpreter
This method is called whenever character data is received from the parser.
characters(char[], int, int) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Is called for PCDATA between a start and end tag.
charsAreEqual(char, char) - Method in class org.pfsw.text.StringExaminer
charsAreEqual(char, char) - Method in class org.pfsw.text.StringPattern
checkAgainstStringFilters(String) - Method in class org.pfsw.file.ExtendedFileFilter
checkAlgorithm(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Checks whether or not the given algorithm is supported.
checkArchive() - Method in class org.pfsw.file.ClasspathElement
checkCategoryRowExists(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
CheckedCharsetName - Class in org.pfsw.text
This is a helper class that represents a character encoding name that has already
been checked if it is supported by the platform.
CheckedCharsetName(String) - Constructor for class org.pfsw.text.CheckedCharsetName
Initialize the new instance with an encoding name (e.g.
CheckedHashAlgorithm - Class in org.pfsw.security.crypto
This is a helper class that represents a hash algorithm that has already
been checked if it is supported by the platform.
CheckedHashAlgorithm(String) - Constructor for class org.pfsw.security.crypto.CheckedHashAlgorithm
Creates successfully a checked algorithm object or throws an exception.
checkEmptyTag() - Method in class org.pfsw.pax.XMLWriteInterpreter
checkEncoding(String) - Static method in class org.pfsw.text.CheckedCharsetName
Checks whether or not the given encoding is supported.
checkEndAfterFunction(String) - Method in class org.pfsw.textx.TextEngine
checkExpectedEnd(char) - Method in class org.pfsw.text.BaseMatchRuleParser
checkFunctionEnd(String) - Method in class org.pfsw.textx.TextEngine
checkFunctionStart(String) - Method in class org.pfsw.textx.TextEngine
checkIfHttpMethodAllowsBody() - Method in class org.pfsw.net.http.ClientRequest
checkIfValidURL(String) - Method in class org.pfsw.net.UniformResourceLocator
checkIfWindows() - Static method in class org.pfsw.util.SysUtil
checkNameOfDirectories() - Method in class org.pfsw.file.ExtendedFileFilter
Sets the filter to only accept directories that match a defined pattern.
checkNextClosingParenthesis() - Method in class org.pfsw.text.LdapFilterParser
checkNextMandatoryToken(char) - Method in class org.pfsw.text.json.SimpleJsonParser
checkNextOpeningParenthesis() - Method in class org.pfsw.text.LdapFilterParser
checkOpenState() - Method in class org.pfsw.text.FormattedTextWriter
checkParameterCount(String, List<String>, int) - Method in class org.pfsw.textx.BasicTextFunctionResolver
checkParameterCount(String, int, int) - Method in class org.pfsw.textx.TextEngine
checkState() - Method in class org.pfsw.util.ReleaseState
Checks if this object has been released already and throws an IllegalStateException
if that is the case.
checkTableExists(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
checkTargetLogger() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
Checks if the current target logger is of the desired type.
checkTempFolder() - Method in class org.pfsw.file.TempFilesManager
checkUnexpectedEnd(char) - Method in class org.pfsw.text.BaseMatchRuleParser
classes() - Method in class org.pfsw.plugin.ClassRegistry
Returns all class objects that are currently in this registry.
classExists(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns true, if the class with the given name can be found in the
classpath.
ClassInfo <T > - Class in org.pfsw.reflect
Contains the name of a class and the class itself.
ClassInfo(String) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class name.
ClassInfo(String, boolean) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class name and a flag if it is a
singleton.
ClassInfo(Class<T>) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class.
ClassInfo(Class<T>, boolean) - Constructor for class org.pfsw.reflect.ClassInfo
Initialize the new instance with a class.
className() - Method in class org.pfsw.reflect.ClassInfo
className(String) - Method in class org.pfsw.reflect.ClassInfo
classNames() - Method in class org.pfsw.plugin.ClassRegistry
Returns all class names of the classes that are currently in this registry.
classObject() - Method in class org.pfsw.reflect.ClassInfo
classObject(Class<T>) - Method in class org.pfsw.reflect.ClassInfo
Classpath - Class in org.pfsw.file
Represents a classpath definition whereas the elements are already parsed
an validated.
Classpath() - Constructor for class org.pfsw.file.Classpath
Initialize the new instance with the classpath from System property
"java.class.path" or from the Class-Path value in the manifest file of
the sole JAR file if the program was started with option -jar.
Classpath(String) - Constructor for class org.pfsw.file.Classpath
Initialize the new instance with a classpath definition.
Classpath(String, String) - Constructor for class org.pfsw.file.Classpath
Initialize the new instance with a classpath definition where the separator
is the one given as parameter.
Classpath(String[]) - Constructor for class org.pfsw.file.Classpath
Initialize the new instance with the given elements.
Classpath(Collection<String>) - Constructor for class org.pfsw.file.Classpath
Initialize the new instance with the given elements.
CLASSPATH_PREFIX - Static variable in class org.pfsw.file.FileUtil
Defines the prefix that specifies that the remaining part of the
string with that prefix is a file name that must be looked-up
using the current classloader: "classpath:".
ClasspathElement - Class in org.pfsw.file
Represents one entry in a classpath.
ClasspathElement(File) - Constructor for class org.pfsw.file.ClasspathElement
Initialize the new instance with a file representing either a directory
or an archive file.
ClasspathElement(String) - Constructor for class org.pfsw.file.ClasspathElement
Initialize the new instance with default values.
classpathFromManifest(String) - Method in class org.pfsw.file.FileUtil
Returns the classpath definition from the manifest file in the specified
JAR or null if not found.
ClassRegistry <T > - Class in org.pfsw.plugin
A class registry is a container that keeps classes registered under a
logical key.
ClassRegistry() - Constructor for class org.pfsw.plugin.ClassRegistry
Initialize the new instance with default values.
ClassRegistry(Class<T>) - Constructor for class org.pfsw.plugin.ClassRegistry
Initialize the new instance with a type all classes that are registered
must comply to.
ClassRegistryException - Exception in org.pfsw.plugin
A generic exception for all problems that occur within the class registry.
ClassRegistryException(String) - Constructor for exception org.pfsw.plugin.ClassRegistryException
Initialize the new instance with a message.
cleanDirectory(File) - Method in class org.pfsw.file.FileUtil
Deletes all files and sub-directories in the given directory.
cleanDirectory(File, boolean) - Method in class org.pfsw.file.FileUtil
Deletes all files (and optionally sub-directories) in the given directory.
clear() - Method in class org.pfsw.logging.memory.InMemoryLogger
clear() - Method in class org.pfsw.plugin.PluginRegistry
Remove all registered plugins.
clear() - Method in class org.pfsw.reflect.MappedObject
Does nothing.
clear() - Method in class org.pfsw.text.StringFilterCollection
clear() - Method in class org.pfsw.util.AssociationList
Removes all association from the list.
clear() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
clear() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Removes all hold data.
clear() - Method in class org.pfsw.util.CollectorDictionary
Removes all mappings from this map (optional operation).
clear() - Method in class org.pfsw.util.MapWrapper
Removes all entries from this map.
clear() - Method in class org.pfsw.util.OrderedCollection
Removes all of the elements from this list.
clear() - Method in class org.pfsw.util.OrderedMap
Removes all entries from this map.
clear() - Method in class org.pfsw.util.OrderedProperties
Removes all properties
clear() - Method in class org.pfsw.util.OrderedSet
clear() - Method in class org.pfsw.util.PropertiesMap
clear() - Method in class org.pfsw.util.StackedMap
Removes all entries from this map, but not from the maps on the stack!
clear() - Method in class org.pfsw.util.TemporaryMap
clearParameters() - Method in class org.pfsw.net.UniformResourceLocator
Remove all query parameters from this URL.
clearProcessingInstruction() - Method in class org.pfsw.six.XmlDocument
clearValues(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
clearValues() - Method in class org.pfsw.util.MultiValueProperty
Remove all values;
ClientRequest - Class in org.pfsw.net.http
Definition of a client request that can be executed with a UserAgent.
ClientRequest() - Constructor for class org.pfsw.net.http.ClientRequest
ClientRequest(URL) - Constructor for class org.pfsw.net.http.ClientRequest
ClientRequest(HttpMethod, URL) - Constructor for class org.pfsw.net.http.ClientRequest
clone() - Method in class org.pfsw.util.SimpleDate
close() - Method in class org.pfsw.db.util.SQLExecutor
Closes all open connections.
close() - Method in class org.pfsw.file.ClasspathElement
Close any underlying (maybe) opened archive
close(ZipFile) - Method in class org.pfsw.file.FileUtil
Close the given ZIP file ignoring any exception.
close(Closeable) - Method in class org.pfsw.file.FileUtil
Close the given closeable ignoring any exception and checking for null before closing.
close() - Method in class org.pfsw.file.NamedCloseable
Closes the underlying closeable catching any exception.
close(Closeable) - Method in class org.pfsw.net.NetUtil
Silently closes the given object.
close(Closeable) - Method in class org.pfsw.pax.XmlUtil
close() - Method in class org.pfsw.text.FormattedTextWriter
close(Closeable) - Method in class org.pfsw.util.IOUtil
Close the given closeable ignoring any exception and checking for null before closing.
close() - Method in class org.pfsw.util.PrintWriterLineProcessor
Silently closes the underlying printWriter.
close(Closeable) - Method in class org.pfsw.util.SysUtil
Close the given closeable ignoring any exception and checking for null before closing.
CLOSE_PARENTHESIS - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
closeConnection(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
closeEntry(ZipInputStream) - Method in class org.pfsw.file.FileUtil
Close the current entry in the given ZIP input stream ignoring any exception.
closeEntry(ZipOutputStream) - Method in class org.pfsw.file.FileUtil
Close the current entry in the given ZIP output stream ignoring any exception.
closeQuietly() - Method in class org.pfsw.text.TextFileReader
Closes this reader and swallows any IOException
that might occur.
closeQuietly() - Method in class org.pfsw.text.TextFileWriter
Closes this writer and swallows any IOException
that might occur.
closeStatement(Statement) - Method in class org.pfsw.db.util.ObjectIdentifierDB
closeStatement(Statement) - Method in class org.pfsw.db.util.SQLExecutor
Closes the given statement.
closeTag() - Method in class org.pfsw.pax.MarkupWriter
closeUnchecked() - Method in class org.pfsw.text.TextFileReader
Closes this reader and throws an
IORuntimeException
wrapping
any
IOException
that might occur.
closeUnchecked() - Method in class org.pfsw.text.TextFileWriter
Closes this writer and throws an
IORuntimeException
wrapping
any
IOException
that might occur.
closeZipFile() - Method in class org.pfsw.file.FileLocator
coll() - Method in class org.pfsw.plugin.PluginRegistry
CollatorComparator - Class in org.pfsw.text
A wrapper around a collator which allows to use it as a Comparator
rather than a Comparator.
CollatorComparator() - Constructor for class org.pfsw.text.CollatorComparator
Creates a new instance based on a collator for the default locale.
CollatorComparator(Locale) - Constructor for class org.pfsw.text.CollatorComparator
Creates a new instance based on a collator for the given locale.
CollatorComparator(Collator) - Constructor for class org.pfsw.text.CollatorComparator
Creates a new instance based on the given collator.
collect(IElementFilter, boolean) - Method in class org.pfsw.six.Element
Returns all elements with the given tag name.
collectClasses() - Method in class org.pfsw.plugin.ClassRegistry
Returns all classes that are currently in this registry.
collectContainedElements() - Method in class org.pfsw.six.Element
collectDirectories(String, String, boolean, Character) - Method in class org.pfsw.file.FileFinder
collectElements(boolean) - Method in class org.pfsw.file.Classpath
collectElements(String, Map<String, String>, boolean) - Method in class org.pfsw.six.Element
collectElements(IObjectFilter<Association<K, V>>) - Method in class org.pfsw.util.AssociationList
Returns an array of all those elements contained in this list that match
the given filter.
collectFiles(String, String, boolean, Character) - Method in class org.pfsw.file.FileFinder
collectFiles(String, Character) - Method in class org.pfsw.file.FileFinder
collectInterfaces(Set<Class<?>>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
CollectionEnumeration <E > - Class in org.pfsw.util
An enumeration object that can be used to iterate over all elements
of an underlying collection.
CollectionEnumeration(Iterator<E>) - Constructor for class org.pfsw.util.CollectionEnumeration
Initialize the new instance with an iterator.
CollectionEnumeration(Collection<E>) - Constructor for class org.pfsw.util.CollectionEnumeration
Initialize the new instance with a collection.
CollectionUtil - Class in org.pfsw.util
This class implements the singleton pattern.
CollectionUtil() - Constructor for class org.pfsw.util.CollectionUtil
Initialize the new instance with default values.
CollectionUtil.LocalStringPair - Class in org.pfsw.util
collectNames() - Method in class org.pfsw.plugin.ClassRegistry
Returns all class names that are currently in this registry.
collectObject(Collection<T>, T) - Method in interface org.pfsw.bif.IObjectCollector
Will be called with an object that maybe must be added to the given
collection.
CollectorDictionary <K ,V > - Class in org.pfsw.util
This class implements the java.util.Map interface.
CollectorDictionary() - Constructor for class org.pfsw.util.CollectorDictionary
Initialize the new instance with default values.
CollectorDictionary(int) - Constructor for class org.pfsw.util.CollectorDictionary
Initialize the new instance with default values.
CollectorDictionary(boolean) - Constructor for class org.pfsw.util.CollectorDictionary
Initialize the new instance with default values.
collectParts(List<String>, StringTokenizer) - Method in class org.pfsw.text.StringUtil
collectParts(List<String>, StringTokenizer, String) - Method in class org.pfsw.text.StringUtil
collUtil() - Method in class org.pfsw.plugin.PluginUtil
collUtil() - Method in class org.pfsw.util.AssociationList
COMMA - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
CommandLineArguments - Class in org.pfsw.text
Utility class for easy evaluation of command line arguments.
CommandLineArguments() - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with no arguments.
CommandLineArguments(boolean) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance to handle arguments with separated
option flag and option value.
CommandLineArguments(String[]) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with an array of arguments.
CommandLineArguments(String[], boolean) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with an array of arguments.
CommandLineArguments(String[], String) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with an array of arguments and a prefix
indicator for options.
CommandLineArguments(String[], String, boolean) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with an array of arguments and a prefix
indicator for options.
CommandLineArguments(String[], String, boolean, boolean) - Constructor for class org.pfsw.text.CommandLineArguments
Initialize the new instance with an array of arguments and a prefix
indicator for options.
comment(char[], int, int) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
comment(char[], int, int) - Method in class org.pfsw.pax.LexicalHandlerDispatcher
commentProperty(String) - Method in class org.pfsw.file.PropertiesFileContent
Turns the property specified by the given name to a comment.
commit() - Method in class org.pfsw.db.util.SQLExecutor
Commit the last transaction.
compare(String, String) - Method in class org.pfsw.text.CollatorComparator
compare(String, String, boolean) - Method in class org.pfsw.text.MatchAttribute
Returns true if the given value compared by using the current operator
to the rule value evaluates to true.
compare(Integer, String) - Method in class org.pfsw.text.MatchAttribute
Returns true if the given value compared by using the current operator
to the rule value evaluates to true.
compare(T, T) - Method in class org.pfsw.text.ReverseComparator
Compares its two arguments for order.
compare(T, T) - Method in class org.pfsw.util.PrioritySorter.PrioritizingComparator
compareIntegers(int, int) - Method in class org.pfsw.text.MatchAttribute
compareTo(NaturalNumber) - Method in class org.pfsw.text.NaturalNumber
Compares two NaturalNumber
objects numerically.
compareTo(TimeValue) - Method in class org.pfsw.text.TimeValue
compareTo(Object) - Method in class org.pfsw.text.Version
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.pfsw.util.NamedValue
Compares this object with the specified object for order.
compareTo(SimpleDate) - Method in class org.pfsw.util.SimpleDate
compatibleTypes(Class<?>[], Class<?>[]) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the types of the first array are assignable to the
types of the second array.
completeText(String) - Method in class org.pfsw.textx.TextEngine
Returns the given text, after replaceing all placeholders with according text.
computeHash(String, CheckedCharsetName) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Computes a hash value for the given text using the this hashing algorithm.
computeHash(byte[]) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Computes a hash value for the given input data using the this hashing algorithm.
computeHash(byte[], String) - Method in class org.pfsw.security.crypto.CryptoUtil
Computes a hash value for the given input data using the specified hashing algorithm.
computeHash(byte[], CheckedHashAlgorithm) - Method in class org.pfsw.security.crypto.CryptoUtil
Computes a hash value for the given input data using the specified hashing algorithm.
computeHash(String, String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Computes a hash value for the given text using the specified hashing algorithm.
computeHash(String, CheckedCharsetName, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Computes a hash value for the given text using the specified hashing algorithm.
computeUTF8Hash(String) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Computes a hash value for the given text using the this hashing algorithm
and UTF-8 encoding for the text conversion to bytes.
computeUTF8Hash(String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Computes a hash value for the given text using UTF-8 character encoding an the
specified hashing algorithm.
concat(String...) - Method in class org.pfsw.text.StringUtil
Creates a string from the given elements, all separated by comma (',').
concatArrays(byte[], byte[]) - Method in class org.pfsw.security.crypto.CryptoUtil
ConfigRuntimeException - Exception in org.pfsw.bif.configuration
A generic runtime exception that signals a configuration problem.
ConfigRuntimeException(String, Object...) - Constructor for exception org.pfsw.bif.configuration.ConfigRuntimeException
ConfigRuntimeException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.configuration.ConfigRuntimeException
ConfigRuntimeException(Throwable) - Constructor for exception org.pfsw.bif.configuration.ConfigRuntimeException
ConfigurationException - Exception in org.pfsw.bif.configuration
An exception that signals problems with configuration of something.
ConfigurationException() - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
ConfigurationException(String, Throwable) - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
ConfigurationException(String) - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
ConfigurationException(Throwable) - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
ConfigurationException(String, Object...) - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
ConfigurationException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.configuration.ConfigurationException
configure(IConfigSettings) - Method in interface org.pfsw.bif.configuration.IConfigurable
Configure the receiver with the provided settings.
configure(Map<K, V>) - Method in interface org.pfsw.bif.configuration.IConfigurableByMap
Configure the receiver with the data provided by the given map
configureCategory(IdGeneratorCategorySpec) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the values for the category from the given specification.
CONNECT - Static variable in class org.pfsw.net.http.HttpMethod
connection() - Method in class org.pfsw.db.util.SQLExecutor
connection(Connection) - Method in class org.pfsw.db.util.SQLExecutor
CONNECTION - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
construcTargetFile(File) - Method in class org.pfsw.file.FileCopyProcessor
construcTargetFile(File) - Method in class org.pfsw.file.RecursiveFileCopyProcessor
constructClasspathFrom(String) - Method in class org.pfsw.file.FileUtil
container() - Method in class org.pfsw.file.FileLocator
Returns the zip file which is presented by the parent container
or null in any case of error.
contains(IItem) - Method in class org.pfsw.file.cfiles.AbstractContainer
contains(String) - Method in class org.pfsw.file.ClasspathElement
Returns whether or not this element contains a file with the given name.
contains(Class<?>[], Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given class is found in the provided class array.
contains(String, char) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified string contains the given character.
contains(String[], String, boolean) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified string can be found
in the given string array.
contains(String[], StringPattern) - Method in class org.pfsw.text.StringUtil
Returns whether or not a string can be found in the given string array
that matches the specified string pattern.
contains(String[], String) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified string can be found
in the given string array.
contains(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
contains(Object[], Object) - Method in class org.pfsw.util.CollectionUtil
Returns true if the search object exists in the given object array.
contains(int[], int) - Method in class org.pfsw.util.CollectionUtil
Returns true only if the given value is found in the given array.
contains(long[], long) - Method in class org.pfsw.util.CollectionUtil
Returns true only if the given value is found in the given array.
contains(Object) - Method in class org.pfsw.util.OrderedCollection
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pfsw.util.OrderedSet
containsAll(String[], String...) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified strings can all be found
in the specified string array.
containsAll(String[], boolean, String...) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified strings can all be found
in the specified string array.
containsAll(Collection<?>) - Method in class org.pfsw.util.OrderedCollection
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in class org.pfsw.util.OrderedSet
containsAllIgnoreCase(String[], String...) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified strings can all be found
in the specified string array.
containsAny(String...) - Method in class org.pfsw.text.CommandLineArguments
Returns true one of the given argument names has been specified on the command line.
containsArgument(String) - Method in class org.pfsw.text.CommandLineArguments
Returns whether or not the given argument was specified in the command line.
containsIdentical(Object[], Object) - Method in class org.pfsw.util.CollectionUtil
Returns true if the search object exists in the given object array.
containsIgnoreCase(String[], String) - Method in class org.pfsw.text.StringUtil
Returns whether or not the specified string can be found
in the given string array.
containsKey(Object) - Method in class org.pfsw.reflect.MappedObject
containsKey(K) - Method in class org.pfsw.util.AssociationList
Returns true if the given key is in the list
containsKey(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pfsw.util.CollectorDictionary
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.pfsw.util.MapWrapper
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pfsw.util.OrderedMap
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pfsw.util.PropertiesMap
containsKey(Object) - Method in class org.pfsw.util.StackedMap
This method returns true, if the given key can be found in this map or
any map on the stack.
containsKey(Object) - Method in class org.pfsw.util.TemporaryMap
This method returns true, if the given key can be found in this map.
containsName(String) - Method in class org.pfsw.util.NamedValueList
Returns true if this list contains an entry with the given name (case-sensitive)
containsSpecialCharacter(String) - Method in class org.pfsw.text.MatchRulePrinter
containsValue(Object) - Method in class org.pfsw.reflect.MappedObject
containsValue(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
This method returns true, if the given value is a value of any entry
in this map.
containsValue(Object) - Method in class org.pfsw.util.CollectorDictionary
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.pfsw.util.MapWrapper
This method returns true, if the given value is a value of any entry
in this map.
containsValue(ValueType) - Method in class org.pfsw.util.MultiValueProperty
Returns true if the given value is already in the list of values.
containsValue(Object) - Method in class org.pfsw.util.OrderedMap
This method returns true, if the given value is a value of any entry
in this map.
containsValue(Object) - Method in class org.pfsw.util.PropertiesMap
containsValue(Object) - Method in class org.pfsw.util.StackedMap
This method returns true, if the given value is a value of any entry
in this map or any map on the stack.
containsValue(Object) - Method in class org.pfsw.util.TemporaryMap
This method returns true, if the given value is a value of any entry
in this map.
containsWildcard(String) - Static method in class org.pfsw.text.StringPattern
Returns true if the given string contains a single or multi character
wildcard.
CONTENT_ENCODING - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
CONTENT_LANGUAGE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
CONTENT_LENGTH - Static variable in interface org.pfsw.net.http.RequestHeaderNames
CONTENT_LENGTH - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
CONTENT_SECURITY_POLICY - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
CONTENT_TYPE - Static variable in interface org.pfsw.net.http.RequestHeaderNames
CONTENT_TYPE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
contents() - Method in class org.pfsw.pax.MarkupWriter
CONTINUE - Static variable in interface org.pfsw.bif.callback.IProgressListener
The value returned by a listener that signals to continue processing.
CONTROL_ELSE - Static variable in class org.pfsw.textx.TextEngine
CONTROL_ENDIF - Static variable in class org.pfsw.textx.TextEngine
CONTROL_IF - Static variable in class org.pfsw.textx.TextEngine
CONTROL_IFDEF - Static variable in class org.pfsw.textx.TextEngine
CONTROL_INDICATOR - Static variable in class org.pfsw.textx.TextEngine
ConversionRuntimeException - Exception in org.pfsw.bif.conversion
A runtime exception signaling a conversion problem.
ConversionRuntimeException(String, Object...) - Constructor for exception org.pfsw.bif.conversion.ConversionRuntimeException
ConversionRuntimeException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.conversion.ConversionRuntimeException
ConversionRuntimeException(Throwable) - Constructor for exception org.pfsw.bif.conversion.ConversionRuntimeException
convert(TSource) - Method in interface org.pfsw.bif.conversion.IObjectConverter
Converts the given source object into the target representation.
convert(T) - Method in interface org.pfsw.bif.conversion.IStringConverter
Converts the given source object into a string representation.
convert(T) - Method in class org.pfsw.text.DefaultStringConverter
Returns the string representation of the given object.
convert(T) - Method in class org.pfsw.util.ObjectConverterFunctionAdapter
convertAttributes(Element, Element, ModelConverter.NamespaceStack) - Method in class org.pfsw.six.ModelConverter
convertChildren(Element, Element, ModelConverter.NamespaceStack) - Method in class org.pfsw.six.ModelConverter
convertCollectionElements(Collection<T>, Collection<S>, IFunction<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection and adds the new objects
into the given result collection.
convertCollectionElements(Collection<T>, Collection<S>, IObjectConverter<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection and adds the new objects
into the given result collection.
convertDateIntoZuluTime(Date) - Method in class org.pfsw.util.DateUtil
Converts the given date into the so-called zulu time.
convertElement(Element, ModelConverter.NamespaceStack) - Method in class org.pfsw.six.ModelConverter
convertFromURLSyntax(File) - Method in class org.pfsw.file.FileLocator
convertFromURLSyntax(String) - Method in class org.pfsw.file.FileUtil
Converts the given filename from URL syntax to normal file system syntax.
convertFromURLSyntax(File) - Method in class org.pfsw.file.FileUtil
Converts the given file from URL syntax to normal file system syntax.
convertProcessingInstruction(XmlProcessingInstruction) - Method in class org.pfsw.six.ModelConverter
convertProcessingInstructions(XmlDocument) - Method in class org.pfsw.six.ModelConverter
convertText(Element, Element) - Method in class org.pfsw.six.ModelConverter
convertTo(ByteSizeUnit) - Method in class org.pfsw.text.ByteSizeValue
Returns the value converted to the specified unit.
convertTo(TimeUnit) - Method in class org.pfsw.text.TimeValue
Returns the value converted to the specified unit.
convertToBigDecimal(String[]) - Method in class org.pfsw.text.MatchAttribute
convertToDate(String[], SimpleDateFormat) - Method in class org.pfsw.text.MatchAttribute
convertToDOM(Element, boolean) - Method in class org.pfsw.six.ModelConverter
Converts the given SIX element and its children to a DOM Document tree.
convertToDouble(String[]) - Method in class org.pfsw.text.MatchAttribute
convertToFloat(String[]) - Method in class org.pfsw.text.MatchAttribute
convertToInteger(String[]) - Method in class org.pfsw.text.MatchAttribute
convertToJSON(IJSONConvertible) - Method in class org.pfsw.text.json.JsonUtil
Converts the given object to a valid JSON string representation.
convertToList(Collection<S>, IFunction<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection to a list using the specified
converter function to convert each element.
convertToList(Collection<S>, IObjectConverter<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection to a list using the specified
converter to convert each element.
convertToLong(String[]) - Method in class org.pfsw.text.MatchAttribute
convertToSet(Collection<S>, IFunction<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection to a set using the specified
converter function to convert each element.
convertToSet(Collection<S>, IObjectConverter<S, T>) - Method in class org.pfsw.util.CollectionUtil
Converts all elements in the given collection to a set using the specified
converter to convert each element.
convertToType(String, Class<?>) - Method in class org.pfsw.reflect.XmlReflection
convertToType(Object) - Method in class org.pfsw.text.MatchAttribute
convertToURLSyntax(String) - Method in class org.pfsw.file.FileUtil
Converts the given filename to URL syntax.
convertZuluTimeIntoDate(String) - Method in class org.pfsw.util.DateUtil
Converts the given string that must be formatted as so-called zulu-time
to a Date object.
COOKIE - Static variable in interface org.pfsw.net.http.RequestHeaderNames
copy() - Method in class org.pfsw.net.UniformResourceLocator
Creates a copy of this object.
copy() - Method in class org.pfsw.six.Element
Returns a copy of the element with all child elements copied as well.
copy() - Method in class org.pfsw.text.CommandLineArguments
Returns a copy of this object, with all internal state being the same
as in the original.
copy() - Method in class org.pfsw.text.StringPattern
Returns a copy of this pattern.
copy() - Method in class org.pfsw.text.StringPatternCollection
Returns a copy of this pattern collection.
copy(String[], IStringFilter) - Method in class org.pfsw.text.StringUtil
Returns a new array that contains all strings of the given array that
matched the specified filter.
copy(String...) - Method in class org.pfsw.text.StringUtil
Returns a copy (new array) that contains all the strings of the given array
copy(Collection<String>, IStringFilter) - Method in class org.pfsw.text.StringUtil
Returns a new array that contains all strings of the given array that
matched the specified filter.
copy() - Method in class org.pfsw.text.Version
Returns a new version object with the same value as this one.
copy(T...) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the given object array.
copy(T[], IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the given object array which contains only those objects
that match the given filter.
copy(Collection<T>, IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the given collection which contains only those objects
that match the given filter.
copy(Map<K, V>, IObjectFilter<Map.Entry<K, V>>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the given map which contains only those objects
that match the given filter.
copy(T[], IObjectFilter<T>, boolean) - Method in class org.pfsw.util.CollectionUtil
copy() - Method in class org.pfsw.util.NamedText
Returns a copy of this object
copy(InputStream, OutputStream) - Method in class org.pfsw.util.StreamCopy
Copies all data from the input stream to the output stream using
a buffer of the underlying defined size in bytes.
copy(InputStream, OutputStream, Long) - Method in class org.pfsw.util.StreamCopy
Copies all data from the input stream to the output stream using
a buffer of the underlying defined size in bytes.
copyAll(File, File) - Method in class org.pfsw.file.FileUtil
Copies all files and folders (recursively) from the sourceFolder
to the targetFolder.
copyAssociation() - Method in class org.pfsw.util.Association
Returns a copy of this object
copyCollection(Collection<E>, IObjectFilter<E>, boolean) - Method in class org.pfsw.util.CollectionUtil
copyFile(File, File, boolean) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by sourceFile to the file
specified by destFile.
copyFile(FileLocator, File, boolean) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by sourceFile to the file
specified by destFile.
copyFile(URL, File) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by source URL to the file
specified by destFile.
copyFile(File, File) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by sourceFile to the file
specified by destFile.
copyFile(String, String, boolean) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by sourceFilename to the
file specified by destFilename.
copyFile(String, String) - Method in class org.pfsw.file.FileUtil
Copies the whole contents of the file specified by sourceFilename to the
file specified by destFilename.
copyFrom(String[], int) - Method in class org.pfsw.text.StringUtil
Returns all elements of string array from in a new array
from index start up to the end.
copyFrom(String[], int, int) - Method in class org.pfsw.text.StringUtil
Returns all elements of string array from in a new array
from index start up to index end (inclusive).
copyFromRemote() - Method in class org.pfsw.file.FileLocator
This method must only be called if the original filename contains a
URL starting with one of the supported remote protocols!
copyLowerCase(String[]) - Method in class org.pfsw.text.StringUtil
Returns a copy of the given string array where all elements
are converted to lower case.
copyMap(Map, IObjectFilter, boolean) - Method in class org.pfsw.util.CollectionUtil
copyMapToProperties(Map<String, String>, Properties) - Method in class org.pfsw.text.StringUtil
Copies all entries from the given map to the given properties object.
copyNamedText() - Method in class org.pfsw.util.NamedText
Returns a copy of this object
copyNamedValue() - Method in class org.pfsw.util.NamedValue
Returns a copy of this object
copyOfArguments() - Method in class org.pfsw.text.CommandLineArguments
Returns a copy of the original arguments.
copyParameters() - Method in class org.pfsw.net.UniformResourceLocator
copyPropertiesStartingWith(Properties, Properties, String, boolean) - Method in class org.pfsw.util.CollectionUtil
Copies all properties that start with the given prefix from the
specified source properties object to the destination properties.
copyStream(InputStream, OutputStream) - Method in class org.pfsw.file.FileUtil
Copies all data from the input stream to the output stream using
a buffer with the default size (4096 bytes).
copyStream(InputStream, OutputStream, int) - Method in class org.pfsw.file.FileUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStream(InputStream, OutputStream, int, Long) - Method in class org.pfsw.file.FileUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStream(InputStream, OutputStream) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer with the default size (4096 bytes).
copyStream(InputStream, OutputStream, IProgressListener) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer with the default size (4096 bytes).
copyStream(InputStream, OutputStream, int) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStream(InputStream, OutputStream, int, IProgressListener) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStream(InputStream, OutputStream, int, Long) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStream(InputStream, OutputStream, int, Long, IProgressListener) - Method in class org.pfsw.util.IOUtil
Copies all data from the input stream to the output stream using
a buffer of the given size in bytes.
copyStrings(Class<T>, String[], IStringFilter, boolean) - Method in class org.pfsw.text.StringUtil
copyText(Reader, StringWriter) - Method in class org.pfsw.file.FileUtil
Copies all text lines from the specified reader to the given writer.
copyText(InputStream, StringWriter) - Method in class org.pfsw.file.FileUtil
copyText(InputStream, CheckedCharsetName, StringWriter) - Method in class org.pfsw.file.FileUtil
copyText(InputStream, Charset, StringWriter) - Method in class org.pfsw.file.FileUtil
copyText() - Method in class org.pfsw.textx.TextEngine
copyText(Reader, Writer) - Method in class org.pfsw.util.IOUtil
Copies all text lines from the specified reader to the given writer.
copyText(Reader, Writer, IProgressListener) - Method in class org.pfsw.util.IOUtil
Copies all text lines from the specified reader to the given writer.
copyText(InputStream, Charset, StringWriter) - Method in class org.pfsw.util.IOUtil
copyToTempFile(InputStream) - Method in class org.pfsw.file.FileUtil
Copies the contents of the given inStream to a temporary file and returns
this temporary file.
copyToTempFile(InputStream, String) - Method in class org.pfsw.file.FileUtil
Copies the contents of the given inStream to a temporary file and returns
this temporary file.
copyToTempFile(InputStream, String, String) - Method in class org.pfsw.file.FileUtil
Copies the contents of the given inStream to a temporary file and returns
this temporary file.
copyToTempFile(InputStream, String, String, boolean) - Method in class org.pfsw.file.FileUtil
Copies the contents of the given inStream to a temporary file and returns
this temporary file.
copyToTempFile(String, String, String, boolean) - Method in class org.pfsw.file.FileUtil
Copies the contents of the file specified by filename to a temporary file
and returns this temporary file.
copyUpperCase(String[]) - Method in class org.pfsw.text.StringUtil
Returns a copy of the given string array where all elements
are converted to upper case.
copyWithout(String[], IStringFilter) - Method in class org.pfsw.text.StringUtil
Returns a new array that contains all strings of the given array that
do NOT match the specified filter.
copyWithout(Collection<String>, IStringFilter) - Method in class org.pfsw.text.StringUtil
Returns a new collection that contains all strings of the given collection
that do NOT match the specified filter.
copyWithout(T[], T...) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the first array that contains only elements that are
not in the second array.
copyWithout(T[], IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the specified array that contains only those elements
that do NOT match the given filter.
copyWithout(Collection<T>, IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the specified collection that contains only those elements
that do NOT match the given filter.
copyWithout(Map<K, V>, IObjectFilter<Map.Entry<K, V>>) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the specified map that contains only those elements
that do NOT match the given filter.
copyWithoutIdentical(T[], T...) - Method in class org.pfsw.util.CollectionUtil
Returns a copy of the first array that contains only elements that are
not in the second array.
count(String, String) - Method in class org.pfsw.text.StringUtil
Returns how often the given sub string occurs in the source String.
Countdown - Class in org.pfsw.util
Supports loops with a countdown of a defined time.
create(DataSource) - Static method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
create(DataSource, IdGeneratorTableSpec) - Static method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
create(String) - Static method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
create() - Static method in class org.pfsw.db.util.IdGeneratorTableSpec
create(String) - Static method in class org.pfsw.db.util.IdGeneratorTableSpec
create(DataSource, String) - Static method in class org.pfsw.db.util.ObjectIdentifierDB
Creates a new instance with the data source and category.
create(DataSource, IdGeneratorTableSpec, String) - Static method in class org.pfsw.db.util.ObjectIdentifierDB
Creates a new instance with the data source and category.
create(DataSource) - Static method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Creates a new builder instance with the given data source.
create(DataSource, IdGeneratorTableSpec) - Static method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Creates a new builder instance with the given data source.
create(String...) - Static method in class org.pfsw.file.Classpath
Returns a new Classpath object initialized with the given path elemments.
create(File) - Static method in class org.pfsw.file.FileLocator
Create a file locator that corresponds to the given file name.
create(URL) - Static method in class org.pfsw.file.FileLocator
Create a file locator that corresponds to the given URL.
create(String) - Static method in class org.pfsw.file.FileLocator
Create a file locator that corresponds to the given file name.
create(Map<String, String>) - Static method in class org.pfsw.pax.NamespacePrefixMapper
Creates a new instance with the given mappings.
create() - Static method in class org.pfsw.pax.NamespacePrefixMapper
Creates a new instance with an empty mapping.
create() - Static method in class org.pfsw.reflect.Modifiers
create(int) - Static method in class org.pfsw.reflect.Modifiers
create(Field) - Static method in class org.pfsw.reflect.Modifiers
create(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Creates a new instance based on the given algorithm name.
create(CheckedHashAlgorithm) - Static method in class org.pfsw.security.crypto.HashMechanism
Creates a new instance that represents a particular unsalted hashing mechanism.
create(CheckedHashAlgorithm, boolean) - Static method in class org.pfsw.security.crypto.HashMechanism
Creates a new instance that represents a particular hashing mechanism.
create(String, CheckedHashAlgorithm, boolean) - Static method in class org.pfsw.security.crypto.HashMechanism
Creates a new instance that represents a particular hashing mechanism.
create(String) - Static method in class org.pfsw.text.CheckedCharsetName
Creates a new instance based on the given encoding name.
create(String...) - Static method in class org.pfsw.text.CommandLineArguments
Convenience method with varargs to create a new instance.
create() - Static method in class org.pfsw.text.DefaultMatchRuleParser
Returns a new parser that generates rules which treat the multi-char
wildcard (i.e.
create(MatchRuleChars) - Static method in class org.pfsw.text.DefaultMatchRuleParser
Returns a new parser that generates rules which treat the multi-char
wildcard (i.e.
create() - Static method in class org.pfsw.text.DefaultStringConverter
Returns a new instance of this class.
create(Appendable) - Static method in class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output object.
create(Appendable, int) - Static method in class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output object an indentation size.
create(Appendable, int, NewLine) - Static method in class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output object, indentation size and newline characters.
create(File, Charset) - Static method in class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with the specified character encoding.
create(File) - Static method in class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with UTF-8 character encoding.
create(JsonObject) - Static method in class org.pfsw.text.json.JsonObjectAccessor
create() - Static method in class org.pfsw.text.json.SimpleJsonParser
Creates a new parser.
create(String...) - Static method in class org.pfsw.text.StringCollectionFilter
A factory method that supports a variable number of strings.
create(String, boolean) - Static method in class org.pfsw.text.StringPattern
Returns a new instance with the string pattern and the selection,
if case should be ignored when comparing characters.
create(String, char) - Static method in class org.pfsw.text.StringPattern
Returns anew instance with the string pattern and a digit wildcard
character.
create(String, boolean, char) - Static method in class org.pfsw.text.StringPattern
Returns a new instance with the string pattern and the selection,
if case should be ignored when comparing characters plus a wildcard
character for digits.
create(String) - Static method in class org.pfsw.text.StringPattern
Returns a new instance with the string pattern.
create(String, boolean) - Static method in class org.pfsw.text.StringPatternCollection
Returns a new instance with the given string patterns and the selection,
if case should be ignored when comparing characters.
create(String[], boolean) - Static method in class org.pfsw.text.StringPatternCollection
Returns a new instance with the given string patterns and the selection,
if case should be ignored when comparing characters.
create(long) - Static method in class org.pfsw.text.TimeValue
Creates a new instance with the given milliseconds value.
create(long, TimeUnit) - Static method in class org.pfsw.text.TimeValue
Creates a new instance with the given value and time unit.
create(NaturalNumber, TimeUnit) - Static method in class org.pfsw.text.TimeValue
Creates a new instance with the given value and time unit.
create(String, TimeUnit) - Static method in class org.pfsw.text.TimeValue
Creates a new instance with a string that must contain digits,
optionally followed by the short name of a unit (@see
TimeUnit
.
create(String) - Static method in class org.pfsw.text.TimeValue
Creates a the new instance with a string that must contain digits,
optionally followed by the short name of a unit (@see
TimeUnit
.
create(File, Charset) - Static method in class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter , given the File
to write to with the encoding specified by the given charset.
create(File) - Static method in class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter , given the File
to write to with the default character encoding (UTF-8 ).
create(String, Charset) - Static method in class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter on the file with the given filename
to write to with the encoding specified by the given charset.
create(String) - Static method in class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter on the file with the given filename
to write to with the default character encoding (UTF-8 ).
create(IFunction<T, R>) - Static method in class org.pfsw.util.ObjectConverterFunctionAdapter
Creates a new instance of this adapter.
create() - Static method in class org.pfsw.util.PrioritySorter
Creates a new instance of this class.
createAndStart() - Static method in class org.pfsw.util.StopWatch
Returns a newly created and immediately started StopWatch.
createArray() - Method in class org.pfsw.text.json.SimpleJsonParser
createBASICAuthorization(String, String) - Method in class org.pfsw.security.SecurityUtil
Creates the full authorization header value for the HTTP BASIC authentication
scheme as defined in RFC-2617.
createBEARERAuthorization(byte[]) - Method in class org.pfsw.security.SecurityUtil
Creates the full authorization header value for the BEARER authentication
scheme as defined in RFC-6750.
createBEARERAuthorization(String, Charset) - Method in class org.pfsw.security.SecurityUtil
Creates the full authorization header value for the BEARER authentication
scheme as defined in RFC-6750.
createClasspathFrom(String) - Method in class org.pfsw.file.FileUtil
createCollection(Class<C>) - Method in class org.pfsw.util.CollectionUtil
createComparator() - Method in class org.pfsw.util.PrioritySorter
createDOMElement(String, ModelConverter.NamespaceStack) - Method in class org.pfsw.six.ModelConverter
createDOMProcessingInstruction(String, String) - Method in class org.pfsw.six.ModelConverter
createDOMText(String) - Method in class org.pfsw.six.ModelConverter
createEmptyMap() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
createEmptyMap() - Method in class org.pfsw.util.MapWrapper
Subclasses may override this method to provide an instance of a different
implementation class than HashMap.
createEmptyMap(int) - Method in class org.pfsw.util.MapWrapper
Subclasses may override this method to provide an instance of a different
implementation class than HashMap.
createEmptyMap() - Method in class org.pfsw.util.StackedMap
Subclasses may override this method to provide an instance of a different
implementation class than HashMap.
createEmptyMap() - Method in class org.pfsw.util.TemporaryMap
Provide a synchronized HashMap.
createEmptyMapping() - Method in class org.pfsw.util.OrderedMap
createExtractedFile(FileLocator, String, File) - Static method in class org.pfsw.file.FileLocator
Create a file locator that represents an already extracted file
from inside an archive.
createFile(File, byte...) - Method in class org.pfsw.file.FileUtil
Creates the file and writes the given content to it.
createFile(InputStream, File) - Method in class org.pfsw.file.FileUtil
Creates the file and writes the given stream to it.
createFile(InputStream, File, int, Long) - Method in class org.pfsw.file.FileUtil
Creates the file and writes the given stream to it.
createFileFilter() - Method in class org.pfsw.file.FileWalker
createFrom(File) - Method in class org.pfsw.file.FileLocator
createFrom(FileLocator, String[]) - Method in class org.pfsw.file.FileLocator
createGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
createHashMechanismName(CheckedHashAlgorithm, boolean) - Static method in class org.pfsw.security.crypto.HashMechanism
Returns a name for the hashing mechanism that is defined
by the given parameters.
createInitializedInstance(Element) - Method in class org.pfsw.reflect.XmlReflection
createInitializedInstance(Element, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
createInitializedInstances(List<Element>, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
createInnerList(int) - Method in class org.pfsw.util.OrderedSet
createInputSource(String, InputStream, Charset) - Static method in class org.pfsw.six.XmlStreamReader
createInputSource(String, Reader) - Static method in class org.pfsw.six.XmlStreamReader
createInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns a new instance of the class or null in any case of error.
createInstance(Element) - Method in class org.pfsw.reflect.XmlReflection
createInstance(Element, Class<T>) - Method in class org.pfsw.reflect.XmlReflection
createInstanceFromServiceDeclaration(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
createInstanceOf(String, Object, Object...) - Method in class org.pfsw.reflect.ReflectUtil
Tries to create an instance of the class with the given name.
createInstanceOfType(Class<T>, String, Object, Object...) - Method in class org.pfsw.reflect.ReflectUtil
Tries to create an instance of the class with the given name.
createInternalMap(int) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
createLogger() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
createLogger() - Method in class org.pfsw.logging.jul.JavaUtilLoggerFactory
createLogger() - Method in interface org.pfsw.logging.LoggerFactory
Returns a new logger instance that is not named (empty string name) and therefore
not be retrieved again in any way by the factory.
createLogger() - Method in class org.pfsw.logging.memory.InMemoryLoggerFactory
createLogger() - Method in class org.pfsw.logging.nil.NilLoggerFactory
createLogger() - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
createMatchRuleOn(MatchGroup) - Method in class org.pfsw.text.DefaultMatchRuleParser
createMatchRuleOn(MatchGroup) - Method in class org.pfsw.text.LdapFilterParser
createNewMapping() - Method in class org.pfsw.textx.BasicVariableContainer
Returns a new instance for the mapping.
createNewPool() - Method in class org.pfsw.textx.VariableResolverPool
Returns a new instance for the pool.
createObject() - Method in class org.pfsw.text.json.SimpleJsonParser
createOidTable(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
createParameter(String) - Method in class org.pfsw.net.UniformResourceLocator
createParameterObject(String) - Method in class org.pfsw.net.UniformResourceLocator
createPrefix(String) - Static method in class org.pfsw.security.crypto.HashMechanism
Returns a prefix for the provided hashing mechanism name.
createRowForCategory(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
createSHAhash(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the SHA-1 hash representation of the given string in the current
platform's character encoding.
createSingleton(T) - Static method in class org.pfsw.reflect.ClassInfo
Creates a new instance with a singleton.
createSSHAhash(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the SSHA hash representation of the given string
createSSHAhash(String, byte[]) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the SSHA hash representation (SHA-1 based) of the given string.
createStdOutLineProcessor() - Static method in class org.pfsw.util.PrintWriterLineProcessor
createStringPattern(String, boolean) - Method in class org.pfsw.file.ExtendedFileFilter
createSystemClasspath() - Method in class org.pfsw.file.FileUtil
createTagInterpreterFactory() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns a new instance of a tag interpreter factory.
createTagInterpreterFactory() - Method in class org.pfsw.pax.XMLWriteController
Returns a new instance of a tag interpreter factory.
createTempFileDescriptor() - Method in class org.pfsw.file.TempFilesManager
createTempFileDescriptor(String) - Method in class org.pfsw.file.TempFilesManager
createTempFileName(String) - Method in class org.pfsw.file.TempFilesManager
createTypeConversionException(String, Class<?>) - Method in class org.pfsw.text.MatchAttribute
createURL(String) - Method in class org.pfsw.file.ClasspathElement
Creates a URL for the file with the given name that is in this file
container.
CryptoConstants - Interface in org.pfsw.security.crypto
This interface provides various constants useful in cryptology.
CryptoRuntimeException - Exception in org.pfsw.security.crypto
A simple runtime exception class that is used to encapsulate checked
exceptions in cases where catching exceptions makes no sense or is
polluting the code.
CryptoRuntimeException(String, Object...) - Constructor for exception org.pfsw.security.crypto.CryptoRuntimeException
CryptoRuntimeException(Throwable, String, Object...) - Constructor for exception org.pfsw.security.crypto.CryptoRuntimeException
CryptoUtil - Class in org.pfsw.security.crypto
This utility class simplifies hashing passwords and particularly comparison
of passwords.
CryptoUtil() - Constructor for class org.pfsw.security.crypto.CryptoUtil
Initialize the new instance with default values.
CRYPTU - Static variable in class org.pfsw.security.crypto.HashedString
CU - Static variable in class org.pfsw.net.UniformResourceLocator
CU - Static variable in class org.pfsw.util.CollectionUtil
An instance of this class which can be easily included
as static import and then used like SU.repeat('x', 3)
.
current() - Static method in class org.pfsw.db.util.DBUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.file.FileUtil
Returns the default instance of this class.
current() - Static method in class org.pfsw.net.http.HttpUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.net.NetUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.pax.XmlUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.plugin.PluginUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.reflect.ReflectUtil
Returns an instance this class supports.
current() - Static method in class org.pfsw.security.crypto.CryptoUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.security.SecurityUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.text.json.JsonUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.text.StringUtil
Returns the one and only instance of this class.
current() - Static method in class org.pfsw.util.CollectionUtil
Returns the one and only instance of this class.
current() - Static method in class org.pfsw.util.DateUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.util.IOUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pfsw.util.SysUtil
Returns the only instance this class supports (design pattern "Singleton")
currentGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
cutHead(String, String) - Method in class org.pfsw.text.StringUtil
Returns the portion of the given string that comes after the last
occurrence of the specified separator.
cutTail(String, String) - Method in class org.pfsw.text.StringUtil
Returns the portion of the given string that comes before the last
occurrence of the specified separator.
Element - Class in org.pfsw.six
Each element represents one tag occurrence in a XML stream.
Element() - Constructor for class org.pfsw.six.Element
Initialize the new instance with default values.
Element(String) - Constructor for class org.pfsw.six.Element
Initialize the new instance with the given name.
Element(String, String) - Constructor for class org.pfsw.six.Element
Initialize the new instance with the given name and text.
ElementAndFilter - Class in org.pfsw.six
A filter that can be used to combine multiple IElementFilters with the
boolean AND operator.
ElementAndFilter(IElementFilter...) - Constructor for class org.pfsw.six.ElementAndFilter
elementArray(List<ClasspathElement>) - Method in class org.pfsw.file.Classpath
elementAt(Integer) - Method in class org.pfsw.file.PropertiesFileContent
elementAt(int) - Method in class org.pfsw.file.PropertiesFileContent
ElementAttributesFilter - Class in org.pfsw.six
A filter implementation for Element searches that must match a defined
set of attributes.
ElementAttributesFilter() - Constructor for class org.pfsw.six.ElementAttributesFilter
Creates a new filter with no attributes defined.
ElementAttributesFilter(Map<String, String>) - Constructor for class org.pfsw.six.ElementAttributesFilter
Creates a new filter that matches all elements that have all
the given attributes with the same value.
ElementAttributesFilter(String...) - Constructor for class org.pfsw.six.ElementAttributesFilter
Creates a new filter that matches all elements that have all
the given attributes with the same value.
elementClass() - Method in class org.pfsw.util.AssociationList
Returns the class all contained elements must be an instance of
Subclasses usually must override this method.
elementClass() - Method in class org.pfsw.util.NamedTextList
Returns the class all contained elements must be an instance of
Subclasses usually must override this method.
elementClass() - Method in class org.pfsw.util.NamedValueList
Returns the class all contained elements must be an instance of
Subclasses usually must override this method.
elementCount() - Method in class org.pfsw.text.MatchGroup
Returns the current number of elements in this group.
ElementNameFilter - Class in org.pfsw.six
Can be used to find elements that match a particular element name or name pattern.
ElementNameFilter(IStringFilter) - Constructor for class org.pfsw.six.ElementNameFilter
ElementNameFilter(String) - Constructor for class org.pfsw.six.ElementNameFilter
Creates a filter for the given name or name pattern (if "?" or "*" used).
ElementOrFilter - Class in org.pfsw.six
A filter that can be used to combine multiple IElementFilters with the
boolean OR operator.
ElementOrFilter(IElementFilter...) - Constructor for class org.pfsw.six.ElementOrFilter
elementsContaining(String) - Method in class org.pfsw.file.Classpath
Returns all elements that contain a file with the specified name.
elementsWithFile(String) - Method in class org.pfsw.file.Classpath
Returns all elements that contain a file with the given name.
elementsWithFile(String, boolean) - Method in class org.pfsw.file.Classpath
Returns all elements or the first element that contain(s) a file with the
given name.
EMPTY_ARRAY - Static variable in interface org.pfsw.bif.text.IStringPair
An immutable empty array of this type.
EMPTY_ARRAY - Static variable in class org.pfsw.six.Element
EMPTY_ARRAY - Static variable in class org.pfsw.text.StringPair
EMPTY_ASSOCIATION_ARRAY - Static variable in class org.pfsw.util.AssociationList
EMPTY_CACHE - Static variable in class org.pfsw.textx.TextEngine
EMPTY_CLASS_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Class[]
EMPTY_CONSTRUCTOR_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Constructor[]
EMPTY_FIELD_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Field[]
EMPTY_INT_ARRAY - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an empty int array.
EMPTY_LIST - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an immutable empty List.
EMPTY_LONG_ARRAY - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an empty long array.
EMPTY_MAP - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an immutable empty Map.
EMPTY_METHOD_ARRAY - Static variable in class org.pfsw.reflect.ReflectUtil
A reusable empty array of type Method[]
EMPTY_NAMED_TEXT_ARRAY - Static variable in class org.pfsw.util.NamedTextList
EMPTY_NAMED_VALUE_ARRAY - Static variable in class org.pfsw.util.NamedValueList
EMPTY_OBJECT_ARRAY - Static variable in class org.pfsw.reflect.ClassInfo
EMPTY_OBJECT_ARRAY - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an empty object array.
EMPTY_SET - Static variable in class org.pfsw.util.CollectionUtil
A constant that contains an immutable empty Set.
EMPTY_STRING - Static variable in class org.pfsw.text.StringUtil
An empty String to avoid multiple creation of such an object
EMPTY_STRING_ARRAY - Static variable in class org.pfsw.reflect.ObjectAccessWrapper
EMPTY_STRING_ARRAY - Static variable in class org.pfsw.text.StringUtil
An empty String array to avoid multiple creation of such an object
EmptyContentEntityResolver - Class in org.pfsw.pax
This resolver always returns an empty stream as the result of its
method resolveEntity().
EmptyContentEntityResolver() - Constructor for class org.pfsw.pax.EmptyContentEntityResolver
EmptyEntityResolver - Class in org.pfsw.six
This resolver always returns an empty stream as the result of its
method resolveEntity().
EmptyEntityResolver() - Constructor for class org.pfsw.six.EmptyEntityResolver
Initialize the new instance with default values.
ENC_MECHANISM_END - Static variable in interface org.pfsw.security.crypto.CryptoConstants
ENC_MECHANISM_START - Static variable in interface org.pfsw.security.crypto.CryptoConstants
encode(String) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given string
encode(String, String) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given string, where the
specified character encoding is used before the base64 encoding.
encode(String, Charset) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given string, where the
specified character encoding is used before the base64 encoding.
encode(char[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given character array
encode(byte[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given byte array.
encodeBase64url(String) - Static method in class org.pfsw.util.Base64Converter
Returns a base64url encoded version of the given string.
encodeBase64url(String, String) - Static method in class org.pfsw.util.Base64Converter
Returns a base64url encoded version of the given string, where the
specified character encoding is used before the base64url encoding.
encodeBase64url(String, Charset) - Static method in class org.pfsw.util.Base64Converter
Returns a base64url encoded version of the given string, where the
specified character encoding is used before the base64url encoding.
encodeBase64url(byte[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64url encoded string version of the given byte array.
encodeBASICCredentials(String, String) - Method in class org.pfsw.security.SecurityUtil
Encodes the given username and password according to the BASIC authentication
scheme specification (RFC-2617).
encodeBASICCredentials(String, String, Charset) - Method in class org.pfsw.security.SecurityUtil
Encodes the given username and password according to the BASIC authentication
scheme specification (RFC-2617).
encodeToString(byte[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given byte array as String
encodeToString(char[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given char array as String
encodeToStringWithLineBreaks(byte[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given byte array as String
with a new line (\n) after all 76 bytes (MIME compliant).
encodeWithLineBreaks(String) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given string with new lines
after all 76 characters (MIME compliant).
encodeWithLineBreaks(byte[]) - Static method in class org.pfsw.util.Base64Converter
Returns a BASE64 encoded version of the given byte array
with new lines after all 76 bytes (MIME compliant).
END_ARRAY - Static variable in interface org.pfsw.text.json.JsonConstants
END_OBJECT - Static variable in interface org.pfsw.text.json.JsonConstants
END_QUOTE - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
END_REACHED - Static variable in class org.pfsw.text.StringScanner
endCDATA() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
endCDATA() - Method in class org.pfsw.pax.LexicalHandlerDispatcher
endDocument() - Method in class org.pfsw.pax.XMLWriteController
Receive notification of the end of a document.
endDTD() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
endDTD() - Method in class org.pfsw.pax.LexicalHandlerDispatcher
endElement(String, String, String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Is called from the parser for an end tag.
endEntity(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
endEntity(String) - Method in class org.pfsw.pax.LexicalHandlerDispatcher
endGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
This method will be called for each group end occurrence.
endGroup() - Method in class org.pfsw.text.MatchRulePrinter
This method will be called for each group end occurence.
endGroup() - Method in interface org.pfsw.text.MatchRuleVisitor
This method will be called for each group end occurence.
endGroup() - Method in class org.pfsw.text.SqlMatchRuleVisitor
This method will be called for each group end occurrence.
endNotReached(char) - Method in class org.pfsw.text.StringPattern
endNotReached(char) - Method in class org.pfsw.text.StringScanner
Returns true, if the given character does not indicate that the
end of the scanned string si reached.
endReached(char) - Method in class org.pfsw.text.StringPattern
endReached(char) - Method in class org.pfsw.text.StringScanner
Returns true, if the given character indicates that the end of the
scanned string is reached.
ensureEmptyFolder(File) - Method in class org.pfsw.file.FileUtil
Ensures that the specified folder exists and is empty.
entryFromArchive(String) - Method in class org.pfsw.file.FileLocator
entrySet() - Method in class org.pfsw.reflect.MappedObject
entrySet() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
This method automatically touches every entry, so that its
expire period starts anew.
entrySet() - Method in class org.pfsw.util.CollectorDictionary
Returns a set view of the mappings contained in this map.
entrySet() - Method in class org.pfsw.util.MapWrapper
Returns all entries of the map
entrySet() - Method in class org.pfsw.util.OrderedMap
Returns all entries of the map
entrySet() - Method in class org.pfsw.util.OrderedProperties
Returns all entries in the order they have been added
entrySet() - Method in class org.pfsw.util.PropertiesMap
entrySet() - Method in class org.pfsw.util.StackedMap
Returns all entries of the map and all stacked maps.
entrySet() - Method in class org.pfsw.util.TemporaryMap
This method automatically touches every entry, so that its
expire period starts anew.
EnumerationIterator <E > - Class in org.pfsw.util
Provides the Iterator interface on a given Enumeration.
EnumerationIterator(Enumeration<E>) - Constructor for class org.pfsw.util.EnumerationIterator
Initialize the new instance with an enumeration.
equals(Object) - Method in class org.pfsw.file.cfiles.AbstractContainer
equals(Object) - Method in class org.pfsw.file.cfiles.AbstractSubContainer
Takes the parent container into account!
equals(Object) - Method in class org.pfsw.file.ClasspathElement
Returns true if the given object is equal to this object
equals(Object) - Method in class org.pfsw.net.http.Headers
equals(Object) - Method in class org.pfsw.net.http.HttpMethod
Comparison is case-insensitive!
equals(Object) - Method in class org.pfsw.net.MediaType
equals(Object) - Method in class org.pfsw.reflect.MapEntry
equals(Object) - Method in class org.pfsw.reflect.Modifiers
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
equals(String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Compares whether or not the two given strings are equal.
equals(String, String, CheckedCharsetName) - Method in class org.pfsw.security.crypto.CryptoUtil
Compares whether or not the two given strings are equal.
equals(Object) - Method in class org.pfsw.security.crypto.HashMechanism
equals(Object) - Method in class org.pfsw.security.SignatureAlgorithm
equals(Object) - Method in class org.pfsw.text.ByteSizeValue
equals(Object) - Method in class org.pfsw.text.CheckedCharsetName
equals(Object) - Method in class org.pfsw.text.NaturalNumber
equals(Object) - Method in class org.pfsw.text.StringPair
Returns true if the given object is an IStringPair and its both strings
are equal to the corresponding two strings of this object.
equals(Object) - Method in class org.pfsw.text.StringPattern
Returns true if the given object is equal to the receiver.
equals(String[], String[], boolean) - Method in class org.pfsw.text.StringUtil
Returns true if all elements of the first array are in the second array
and the length of both arrays are equal.
equals(Object) - Method in class org.pfsw.text.TimeValue
equals(Object) - Method in class org.pfsw.text.Version
Returns true if this version is equal to the given object.
equals(Object) - Method in class org.pfsw.util.Association
equals(Object) - Method in class org.pfsw.util.BitSet
Returns true, if the given arguments equals the receiver.
equals(boolean) - Method in class org.pfsw.util.Bool
Returns whether the given boolean value is equal to the receiver.
equals(Boolean) - Method in class org.pfsw.util.Bool
Returns whether the given Boolean object is equal to the receiver.
equals(Bool) - Method in class org.pfsw.util.Bool
Returns whether the given Bool object is equal to the receiver.
equals(Object) - Method in class org.pfsw.util.Bool
Returns whether the given object is equal to the receiver.
equals(Object) - Method in class org.pfsw.util.CollectorDictionary
Compares the specified object with this map for equality.
equals(Object) - Method in class org.pfsw.util.MultiValueProperty
Returns true if the given object is a MultiValueProperty with the same
name (case-sensitive) as this MultiValueProperty instance.
equals(Object) - Method in class org.pfsw.util.OrderedCollection
Compares the specified object with this list for equality.
equals(Object) - Method in class org.pfsw.util.SimpleDate
equalsHashedAgainstEncoded(String, String, CheckedCharsetName) - Method in class org.pfsw.security.crypto.CryptoUtil
equalsUTF8(String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Compares whether or not the two given strings are equal.
errorf(String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level ERROR
is activated for this logger.
errorf(Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level ERROR
is activated for this logger.
errorf(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level ERROR
is activated for this logger.
errorf(Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level ERROR
is activated for this logger.
ESCAPE - Static variable in interface org.pfsw.text.json.JsonConstants
ETAG - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
eval(TInput) - Method in class org.pfsw.util.Block1
evaluate(String, QName) - Method in class org.pfsw.pax.XPathAccess
evaluateControl() - Method in class org.pfsw.textx.TextEngine
evaluateControlELSE() - Method in class org.pfsw.textx.TextEngine
evaluateControlENDIF() - Method in class org.pfsw.textx.TextEngine
evaluateControlIF() - Method in class org.pfsw.textx.TextEngine
evaluateControlIFDEF() - Method in class org.pfsw.textx.TextEngine
evaluateFunction(String, List<String>) - Method in class org.pfsw.textx.TextEngine
evaluateFunction(String) - Method in class org.pfsw.textx.TextEngine
evaluatePlaceholder(String) - Method in class org.pfsw.textx.TextEngine
eventuallyMatched(char, char, StringExaminer) - Method in class org.pfsw.text.StringPattern
exception() - Method in class org.pfsw.file.FileLocator
Returns the last exception that occured while using this locator
or null, if no exception was thrown at all.
ExceptionHandler - Interface in org.pfsw.util
Whenever a component doesn't want to throw every exception and declare them
in their methods it is useful to give the exceptions to an exception handler.
exceptionHandler() - Method in class org.pfsw.util.ExceptionIgnorer
exceptionHandler(ExceptionHandler) - Method in class org.pfsw.util.ExceptionIgnorer
ExceptionIgnorer - Class in org.pfsw.util
An abstract superclass that provides an instance variable to hold an
optional ExceptionHandler.
ExceptionIgnorer() - Constructor for class org.pfsw.util.ExceptionIgnorer
Initialize the new instance with default values.
ExceptionIgnorer(ExceptionHandler) - Constructor for class org.pfsw.util.ExceptionIgnorer
Initialize the new instance with an exception handler.
exceptionOccurred(Throwable) - Method in class org.pfsw.util.ExceptionIgnorer
Can be called for all exceptions that should be handled in the same way.
execute() - Method in interface org.pfsw.bif.execution.IExecutable
Execute the implementor's functionality
execute(String) - Method in class org.pfsw.db.util.SQLExecutor
Executes the given SQL command and returns the number of affected rows.
executeExternal(File, String, String...) - Method in class org.pfsw.util.SysUtil
Executes the specified external command with the given arguments in the specified
execution directory and returns the combined result data in an object.
executeFunction(String, List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
Returns the value for the function with the given name.
executeFunction(String, List<String>) - Method in interface org.pfsw.textx.FunctionResolver
Returns the value for the function with the given name.
executeSQL(String) - Method in class org.pfsw.db.util.SQLExecutor
Executes the given SQL command and returns true if the execution was
successful.
executeWriteStatement(PreparedStatement) - Method in class org.pfsw.db.util.SQLExecutor
Executes the given statement and returns the number of affected rows.
exists() - Method in class org.pfsw.file.ClasspathElement
Returns whether or not this classpath element exists.
exists() - Method in class org.pfsw.file.FileLocator
Returns whether or not the file specified by this locator exists.
exit(int) - Method in class org.pfsw.util.SysUtil
Calling this method terminates the JVM.
exit(int, long) - Method in class org.pfsw.util.SysUtil
Calling this method terminates the JVM after the specified sleep time.
expirationTime() - Method in class org.pfsw.util.TemporaryMap
expirationTime(long) - Method in class org.pfsw.util.TemporaryMap
EXPIRES - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
ExtendedFileFilter - Class in org.pfsw.file
This filter implements the standard pattern matching on UNIX and Windows
platforms.
ExtendedFileFilter() - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with default values.
ExtendedFileFilter(String) - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with patterns.
ExtendedFileFilter(IStringFilter...) - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with filters.
ExtendedFileFilter(char) - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with a wildcard character for digits.
ExtendedFileFilter(boolean) - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with the option of a more restrictive handling
of wildcard matching.
ExtendedFileFilter(char, boolean) - Constructor for class org.pfsw.file.ExtendedFileFilter
Initialize the new instance with a wildcard character for digits in
filenames and the option of a more restrictive handling
of wildcard matching.
extractFilename(String) - Method in class org.pfsw.six.FileEntityResolver
extractNamespacesFrom(Element) - Method in class org.pfsw.pax.XmlUtil
Extracts all namespace definitions from the given root element and returns
them in a NamespaceContext implementation.
extractNamespacesFrom(Document) - Method in class org.pfsw.pax.XmlUtil
Extracts all namespace definitions from the given document and returns
them in a NamespaceContext implementation.
extractPatterns(String) - Method in class org.pfsw.file.ExtendedFileFilter
extractZipArchive(File, File) - Method in class org.pfsw.file.FileUtil
Copies all files from the given zip archive to the specified
destination directory.
extractZipArchive(File, File, IZipEntryFilter) - Method in class org.pfsw.file.FileUtil
Copies all files from the given zip archive that match the given filter to the specified
destination directory.
extractZipArchive(ZipInputStream, File, IZipEntryFilter) - Method in class org.pfsw.file.FileUtil
Copies all files from the given zip archive that match the given filter to the specified
destination directory.
FALSE - Static variable in interface org.pfsw.text.json.JsonConstants
FALSE - Static variable in class org.pfsw.util.Bool
FEATURE_NAMESPACE_PREFIXES - Static variable in interface org.pfsw.pax.SAXConstants
This constant contains the SAX feature name URL for namespace prefixes.
FEATURE_NAMESPACES - Static variable in interface org.pfsw.pax.SAXConstants
This constant contains the SAX feature name URL for namespace support.
FEATURE_VALIDATING - Static variable in interface org.pfsw.pax.SAXConstants
The name of the XMLReader feature to switch validating on or off
FieldProxy <T > - Class in org.pfsw.reflect
A proxy for a specific field in a target object that allows
getting and setting to that field via reflection, regardless of the
field's visibility (except if a SecurityManager
is active).
FieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.FieldProxy
FieldProxy(Object, String) - Constructor for class org.pfsw.reflect.FieldProxy
FILE_PROTOCOL_INDICATOR - Static variable in class org.pfsw.file.FileUtil
FileCopyProcessor - Class in org.pfsw.file
Copies each file to specific target folder.
FileCopyProcessor(File) - Constructor for class org.pfsw.file.FileCopyProcessor
Initializes the new instance with a target folder.
FileDeleteProcessor - Class in org.pfsw.file
In conjunction with class
FileWalker
this file processor can be used
to execute recursive and selective file deletion.
FileDeleteProcessor() - Constructor for class org.pfsw.file.FileDeleteProcessor
Creates an instance.
FileDirectoryScanner - Class in org.pfsw.file
This scanner starts at a specified base directory and collects information
about all contained files and sub directories and their contained files and
so on.
FileDirectoryScanner() - Constructor for class org.pfsw.file.FileDirectoryScanner
Initialize the new instance with default values.
FileEntityResolver - Class in org.pfsw.six
Some XML parser packages (e.g.
FileEntityResolver() - Constructor for class org.pfsw.six.FileEntityResolver
Initialize the new instance with default values.
FileEntityResolver(boolean) - Constructor for class org.pfsw.six.FileEntityResolver
Initialize the new instance with the setting if the parser is validating
the XML input.
FileFinder - Class in org.pfsw.file
Helper class with convenient methods to find files.
FileFinder() - Constructor for class org.pfsw.file.FileFinder
Initialize the new instance with default values.
FileHandler - Interface in org.pfsw.file
This interface must be implemented by classes, that want to use the generic
services of FileWalker .
FileInfo - Class in org.pfsw.file
This data object holds the name, size and modification date of a file.
FileInfo(File) - Constructor for class org.pfsw.file.FileInfo
Initialize the new instance from the given file.
FileInfo(String, ZipEntry) - Constructor for class org.pfsw.file.FileInfo
Initialize the new instance from the given zip file entry.
FileLocator - Class in org.pfsw.file
This class mainly supports access to files which can be in the normal
file directory structure or inside zip archives.
fileRef() - Method in class org.pfsw.file.FileLocator
This either returns the underlying file from the local file system or
unzipps the file from the underlying archive into a temporary file and returns
filesAt(int) - Method in class org.pfsw.file.TableOfContents
Returns the file info objects of the directory entry at the specified index.
fileUtil() - Method in class org.pfsw.file.Classpath
fileUtil() - Method in class org.pfsw.file.FileCopyProcessor
fileUtil() - Static method in class org.pfsw.file.FileLocator
FileUtil - Class in org.pfsw.file
This class provides helper methods for file and stream handling.
FileUtil(ClassLoader) - Constructor for class org.pfsw.file.FileUtil
Create a new instance with with an external classloader.
FileUtil() - Constructor for class org.pfsw.file.FileUtil
Initialize the new instance with default values.
fileUtil() - Method in class org.pfsw.file.PropertiesFileLoader
fileUtil() - Method in class org.pfsw.file.PropertiesFileWriter
fileUtil() - Method in class org.pfsw.plugin.PluginCollector
fileUtil() - Method in class org.pfsw.plugin.PluginRegistry
fileUtil() - Method in class org.pfsw.plugin.PluginUtil
FileWalker - Class in org.pfsw.file
This class provides services to navigate through a file directory and
handle files that match a name filter.
FileWalker(IFileProcessor) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file processor.
FileWalker(FileHandler) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file handler.
FileWalker(FileHandler, char) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file handler and a wildcard character
for digits.
fillCredentials() - Method in class org.pfsw.security.authentication.LocationCredentials
Subclasses must override this method in order to get the credentials from
somewhere and set a PasswordAuthentication object using setCredentials().
fillFallbackAuthenticator() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
finalizeResult() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This method is called just before control is passed back to the controller.
finalizeResult() - Method in class org.pfsw.pax.XMLWriteInterpreter
This method is called just before control is passed back to the controller.
find(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Looks for a predefined CheckedHashAlgorithm constant with the given
algorithm name and returns it.
find(IElementFilter) - Method in class org.pfsw.six.Element
Returns all sub elements matching the given filter.
find(String) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name plus this element,
if it's name is equal to the given tagName.
find(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name and the specified
attribute values plus this element if it matches the tagName and
attributes.
find(String, Map<String, String>) - Method in class org.pfsw.six.XmlDocument
Returns all sub elements with the given tag name and the specified
attribute values plus this element if it matches the tagName and
attributes.
find(IElementFilter) - Method in class org.pfsw.six.XmlDocument
Returns all sub elements matching the given filter.
find_getPluginId_Method(Object) - Method in class org.pfsw.plugin.PluginRegistry
findAssociation(K) - Method in class org.pfsw.util.AssociationList
Returns the association with the given key or null if the key can't be found.
findByJWAName(String) - Static method in class org.pfsw.security.SignatureAlgorithm
findByName(String) - Static method in class org.pfsw.security.SignatureAlgorithm
findByPrefix(String) - Static method in enum org.pfsw.text.ByteSizeUnit
Returns the ByteSiteUnit enum value that matches the given string.
findByValue(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
findByValue(Object) - Method in class org.pfsw.util.TemporaryMap
findChildren(String) - Method in class org.pfsw.six.Element
Returns all children with the given tag name.
findChildren(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all children with the given tag name and the specified
attribute values.
findClass(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the class object corresponding to the given class name or null,
if the class can't be found.
findClasses(String...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the classes corresponding to the given (full qualified) class names.
findConstructor(Class<T>, Class<?>[]) - Method in class org.pfsw.reflect.ReflectUtil
Returns the constructor of the given class for the specified parameter
types of null if no such constructor can be found.
findCredentialsFor(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
findCredentialsForRealm() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
findCredentialsForRealm(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
findDirectories(String, String, boolean, char) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the
specified startDir.
findDirectories(String, String, boolean) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the
specified startDir.
findDirectories(String, String) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the
specified startDir.
findEntriesContaining(String) - Method in class org.pfsw.logging.memory.InMemoryLogger
Returns a list of all log records with a message that contains
the given text.
findField(Class<?>, String, int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class and all
the specified modifiers set.
findField(Class<?>, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class.
findFile(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name.
findFile(String) - Method in class org.pfsw.pax.XmlUtil
Tries to find the file with the given name.
findFileOnClasspath(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name on the classpath.
findFileOnPath(String, String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given name in one location of the given
location path.
findFiles(String, String) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the
specified dir.
findFiles(String, String, boolean) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the
specified dir.
findFiles(String, String, boolean, char) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the
specified dir.
findFiles(String) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given search pattern.
findFiles(String, char) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given search pattern.
findFirst(IElementFilter) - Method in class org.pfsw.six.Element
Returns the first element in the hierarchy that matches the given filter
or null if none matches.
findFirst(IElementFilter) - Method in class org.pfsw.six.XmlDocument
Returns the first element in the hierarchy that matches the given filter
or null if none matches.
findHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
Tries to find a known (i.e.
findInString1(IStringPair[], char, boolean) - Method in class org.pfsw.text.StringUtil
Returns the string pair of the specified array that's first string starts
with the specified character.
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.pfsw.reflect.Dynamic
findMethod(Class<?>, String, Class<?>[], int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given
class.
findMethod(Class<?>, String, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given
class or any of its superclasses regardless of the method's visibility.
findNamedText(String) - Method in class org.pfsw.util.NamedTextList
Returns the first named text with the specified name or null if none
can be found.
findNamedValue(String) - Method in class org.pfsw.util.NamedValueList
Returns the first named value with the specified name or null if none
can be found.
findOptionValue(String) - Method in class org.pfsw.text.CommandLineArguments
findOrCreate(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Looks for a predefined CheckedHashAlgorithm constant with the given
algorithm name and returns it.
findPasswordAuthenticationForRealm() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
findPositionOf(String) - Method in class org.pfsw.text.StringExaminer
Returns the position index of the given match string starting to look
for it from the current position.
findProperty(String) - Method in class org.pfsw.util.OrderedProperties
findPropertyElement(String) - Method in class org.pfsw.file.PropertiesFileContent
findResolverFor(String) - Method in class org.pfsw.textx.VariableResolverPool
Returns the resolver from the pool, that knows the given variable name.
findSaltedHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
findSpecialChar(char) - Method in class org.pfsw.pax.MarkupWriter
findSubDirsOf(String) - Method in class org.pfsw.file.TableOfContents
Returns all sub-directories under the given base directory.
findSubElements(String) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name.
findSubElements(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name and the specified
attribute values.
findUnsaltedHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
findValue(K) - Method in class org.pfsw.util.AssociationList
findValues(String) - Method in class org.pfsw.text.CommandLineArguments
findZippedFiles(File, IZipEntryFilter) - Method in class org.pfsw.file.FileUtil
Returns all (full-path) names of file entries in the given zipFile that match the specified filter.
finishEmptyTag() - Method in class org.pfsw.pax.MarkupWriter
finishTag() - Method in class org.pfsw.pax.MarkupWriter
first() - Method in class org.pfsw.util.OrderedCollection
Returns the first element of the receiver.
FIRST_CUSTOM_STATE - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Any custom state value should be defined as addition of this constant
plus any integer value
firstElementContaining(String) - Method in class org.pfsw.file.Classpath
Returns the first element that contains a file with the specified name or
null if the file cannot be found.
floatValue() - Method in class org.pfsw.text.NaturalNumber
flush() - Method in class org.pfsw.pax.MarkupWriter
forbidMissingPlaceholders() - Method in class org.pfsw.textx.TextEngine
Forbids placeholders that cannot be resolved by the variable resolver.
formatRFC1123(Date) - Method in class org.pfsw.util.DateUtil
Formats the given date according to RFC-1123 which is also used by HTTP/1.1
(see specification section 3.3.1).
FormattedTextWriter - Class in org.pfsw.text
This is a wrapper on an Appendable
object.
FormattedTextWriter(Appendable) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output object.
FormattedTextWriter(File, Charset) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with the specified character encoding.
FormattedTextWriter(File) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with UTF-8 character encoding.
FREE_BSD - Static variable in class org.pfsw.util.SysUtil
FU - Static variable in class org.pfsw.file.FileUtil
fullFilePath(boolean) - Method in class org.pfsw.file.FileLocator
funcDate(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
funcLowercase(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
funcLowercaseFirstLetter(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
FunctionResolver - Interface in org.pfsw.textx
This interface defines the method an object must support,
if it wants to provide values for specific function calls.
funcUppercase(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
funcUppercaseFirstLetter(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
futil() - Method in class org.pfsw.file.ClasspathElement
generateSalt(int) - Method in class org.pfsw.security.crypto.CryptoUtil
Generates a random salt with the specified length.
generateSalt20() - Method in class org.pfsw.security.crypto.CryptoUtil
Generates a random salt with the default length of 20.
generateString() - Method in class org.pfsw.text.ObjectIdGenerator
Returns a new string.
generateString(int) - Method in class org.pfsw.text.ObjectIdGenerator
Generates a new string (i.e.
generateString(int) - Method in class org.pfsw.text.RandomStringGenerator
generateString() - Method in class org.pfsw.text.RandomStringGenerator
generateString() - Method in interface org.pfsw.text.StringGenerator
Generates a new string.
generateString(int) - Method in interface org.pfsw.text.StringGenerator
Generates a new string with the specified length.
GERMAN_DATE_FORMAT - Static variable in class org.pfsw.util.DateUtil
GERMAN_FORMAT - Static variable in class org.pfsw.util.SimpleDate
get() - Method in interface org.pfsw.bif.callback.ISupplier
Gets a result.
GET - Static variable in class org.pfsw.net.http.HttpMethod
get(String) - Static method in class org.pfsw.net.MediaType
Returns the MediType object for the given type string.
get(Object) - Method in class org.pfsw.plugin.ClassRegistry
get() - Method in class org.pfsw.reflect.FieldProxy
Returns the current value (might be null).
get() - Method in interface org.pfsw.reflect.IValueHolder
Returns the current value (might be null).
get(Object) - Method in class org.pfsw.reflect.MappedObject
get(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the return value of the getter method of the given field name
or null in any case of reflection problem.
get(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the return value of the getter method of the given field name
or null in any case of reflection problem.
get(boolean) - Static method in class org.pfsw.util.Bool
Returns the Bool instance corresponding to the given boolean value.
get(Boolean) - Static method in class org.pfsw.util.Bool
Returns the Bool instance corresponding to the given Boolean value.
get(String) - Static method in class org.pfsw.util.Bool
Returns the Bool instance corresponding to the given String value.
get(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
Returns the object that was registered under the specified key.
get(Object) - Method in class org.pfsw.util.CollectorDictionary
get(Object) - Method in class org.pfsw.util.MapWrapper
Returns the object that was registered under the specified key.
get(int) - Method in class org.pfsw.util.OrderedCollection
Returns the element at the specified position in this list.
get(Object) - Method in class org.pfsw.util.OrderedMap
get(int) - Method in class org.pfsw.util.OrderedSet
Returns the element at the specified position in this list.
get(Object) - Method in class org.pfsw.util.PropertiesMap
get(Object) - Method in class org.pfsw.util.StackedMap
Returns the object that was registered under the specified key in this
map or in any of the maps on the stack.
get(Object) - Method in class org.pfsw.util.TemporaryMap
Returns the object that was registered under the specified key.
getAbsolutePath() - Method in class org.pfsw.file.FileLocator
Returns the full absolute pathname.
getAcceptDuplicates() - Method in class org.pfsw.util.CollectorDictionary
getActiveCredentials() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
getAlgorithm() - Method in class org.pfsw.security.crypto.HashMechanism
getAlgorithmName() - Method in class org.pfsw.security.crypto.HashMechanism
getAliasConfigParamName() - Method in class org.pfsw.plugin.PluginLoader
getAllowDuplicates() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
getAllowDuplicates() - Method in class org.pfsw.util.MultiValueProperty
getAllowedCharacters() - Method in class org.pfsw.text.RandomStringGenerator
Returns the set of characters that are used as base for the string generation.
getAllowedCharsArray() - Method in class org.pfsw.text.RandomStringGenerator
getAllPluginsViaPluginRegistration() - Method in class org.pfsw.plugin.PluginLoader
Returns all plugins that can be found via the PluginRegistration mechanism
for the underlying interface definition.
getAllPluginsViaPluginRegistration(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
Returns all plugins that can be found via the PluginRegistration mechanism
for the underlying interface definition using the given class loader as
preferred class loader for the Java ServiceLoader lookup.
getAllTypesOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns all types of the given object or an empty collection if the object is null.
getAnd() - Method in class org.pfsw.text.MatchElement
getAndChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for AND operations ( DEFAULT = '&' )
getAndChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character for AND operations ( DEFAULT = '&' )
getAndChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character for AND operations ( DEFAULT = '&' )
getAnnotationValueFrom(Class<?>, Class<? extends Annotation>) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the annotation of the specified type and return its "value"
as String.
getArchiveName() - Method in class org.pfsw.file.FileInfo
Returns the name of the archive, the file is included in or null if the
file is located in the normal directory structure.
getArgumentAt(int) - Method in class org.pfsw.text.CommandLineArguments
Returns the argument at the specified index or null if the index is
outside the bounds of the argument list.
getArguments() - Method in class org.pfsw.text.CommandLineArguments
Returns a string array containing all arguments.
getArgumentValue(String, String) - Method in class org.pfsw.text.CommandLineArguments
Returns the value following the specified option.
getArgumentValue(String) - Method in class org.pfsw.text.CommandLineArguments
Returns the value following the specified option.
getArgumentValues(String) - Method in class org.pfsw.text.CommandLineArguments
Returns all values that are found for the specified option.
getArgumentValues(String, String...) - Method in class org.pfsw.text.CommandLineArguments
Returns the values following the specified option.
getAttribute(String) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns the value of the attribute with the given name.
getAttribute(String) - Method in class org.pfsw.six.Element
Returns the value of the attribute with the given name.
getAttributeLN(Element, String) - Method in class org.pfsw.pax.XmlUtil
Returns the value of the attribute with the given local name
in the specified element.
getAttributeLocalNames() - Method in class org.pfsw.six.Element
Returns the names of all attributes assigned to this element.
getAttributeName() - Method in class org.pfsw.text.MatchAttribute
Returns the name of the attribute that will be checked by this rule element
getAttributeNames() - Method in interface org.pfsw.reflect.AttributeReadAccess
Returns the names of all attributes that can be accessed by the
method getAttributeValue().
getAttributeNames() - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the names of all attributes that can be accessed by the
method getAttributeValue().
getAttributeNames() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the names of all attributes that can be accessed by the
method getAttributeValue().
getAttributeNames() - Method in class org.pfsw.six.Element
Returns the names of all attributes assigned to this element.
getAttributeNames(boolean) - Method in class org.pfsw.six.Element
getAttributes(String[]) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns all the attributes with the specified names.
getAttributes() - Method in class org.pfsw.six.Element
Returns all attributes of this element.
getAttributes() - Method in class org.pfsw.six.ElementAttributesFilter
getAttributeValue(String) - Method in interface org.pfsw.reflect.AttributeReadAccess
Returns the current value of the attribute with the given name.
getAttributeValue(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttributeValue(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttrNameForClass() - Method in class org.pfsw.reflect.XmlReflection
getAttrNameForFieldName() - Method in class org.pfsw.reflect.XmlReflection
getAttrNameForFieldValue() - Method in class org.pfsw.reflect.XmlReflection
getAuthData() - Method in class org.pfsw.net.http.AuthorizationHeader
Returns the authentication data that was provided with the authentication scheme.
getAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
getBasicCollection() - Method in class org.pfsw.util.OrderedCollection
getBigDecimal(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as BigDecimal (if it is one).
getBigDecimal(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as BigDecimal (if it is one).
getBigDecimal(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as BigDecimal (if it is one).
getBitLength() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns the bit length of this algorithm.
getBitLength() - Method in class org.pfsw.security.crypto.HashMechanism
getBits() - Method in class org.pfsw.reflect.Modifiers
Return the bits as they are currently set.
getBits() - Method in class org.pfsw.util.BitSet
getBlockSize() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getBlockSize() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns the block size to be reserved for in-memory incrementing.
getBlockSize() - Method in class org.pfsw.db.util.ObjectIdentifierDB
Returns the block size this generator is using.
getBlockSizeColumnName() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
getBlockSizeColumnName() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getBoolean(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as Boolean (if it is one).
getBoolean(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Boolean (if it is one).
getBoolean(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Boolean (if it is one).
getBoolValue() - Method in class org.pfsw.util.Bool
getBuffer() - Method in class org.pfsw.text.LdapMatchRuleVisitor
getBuffer() - Method in class org.pfsw.text.MatchRulePrinter
getBuffer() - Method in class org.pfsw.text.SqlMatchRuleVisitor
getBufferSize() - Method in class org.pfsw.util.StreamCopy
getByJULLevel(Level) - Static method in enum org.pfsw.logging.LogLevel
Returns the LogLevel that matches the given Java level
or null if no match found.
getByPFLevel(String) - Static method in enum org.pfsw.logging.LogLevel
Returns the LogLevel that matches the given level string
definition (see
Logger
LL_ constants)
or null if no match found.
getByteLength() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns the byte length of this algorithm.
getByteLength() - Method in class org.pfsw.security.crypto.HashMechanism
getBytes(String) - Method in interface org.pfsw.bif.text.ICheckedCharset
Returns the bytes of the given string as array encoded to the charset
this instance represents, avoiding the unnecessary exception handling
(UnsupportedEncodingException).
getBytes(String) - Method in class org.pfsw.text.CheckedCharsetName
Returns the bytes of the given string as array encoded to the charset
this instance represents, avoiding the unnecessary exception handling
(UnsupportedEncodingException).
getBytesFactor() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the multiplication factor for this unit to
convert a corresponding value to its number of bytes.
getCalendar() - Method in class org.pfsw.util.SimpleDate
getCategory() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getCategoryColumnName() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
getCategoryColumnName() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getCategoryName() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getCategoryName() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns the unique category name.
getCategorySpecs() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
getCharCache() - Method in class org.pfsw.textx.TextEngine
getCharEscaper() - Method in class org.pfsw.text.json.SimpleJsonParser
getCharset() - Method in interface org.pfsw.bif.text.ICheckedCharset
Returns the corresponding charset object.
getCharset() - Method in class org.pfsw.text.CheckedCharsetName
Returns the corresponding charset object.
getChildElements(Element) - Method in class org.pfsw.pax.XmlUtil
Returns a list of all direct children of the given element.
getChildItemCount() - Method in class org.pfsw.six.Element
Returns the number of contained child items.
getChildItems() - Method in class org.pfsw.six.Element
Returns all children of all types.
getChildren() - Method in class org.pfsw.six.Element
Returns all direct child elements.
getChildren(String) - Method in class org.pfsw.six.Element
Returns all direct child elements with the given tagName.
getChildren(IElementFilter) - Method in class org.pfsw.six.Element
Returns all direct child elements that match the given filter.
getChildrenCount() - Method in class org.pfsw.six.Element
Returns the number of child elements.
getClass(String) - Method in class org.pfsw.plugin.ClassRegistry
Returns the class which is registered under the given key.
getClassesToRegister() - Method in class org.pfsw.plugin.BasePluginRegistration
getClassesToRegister() - Method in interface org.pfsw.plugin.PluginRegistration
Returns a map with all classes that should be registered for dynamic
instantiation.
getClassInfo(String) - Method in class org.pfsw.plugin.ClassRegistry
Returns the class information object stored under the given key or null
if nothing is found.
getClassLoader(ClassLoader...) - Method in class org.pfsw.plugin.PluginUtil
Returns the first non-null classloader from the following order:
suggestedClassLoaders
The current thread's context class loader
the class loader of this class
the system class loader
or throws an IllegalStateException if no classloader can be found.
getClassName(Object) - Method in class org.pfsw.plugin.ClassRegistry
Returns the name of the class which is registered under the given key.
getClassName() - Method in class org.pfsw.reflect.ClassInfo
Returns the name of the class, this object represents.
getClassNameConfigParamName() - Method in class org.pfsw.plugin.PluginLoader
getClassNameRegistry() - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Returns the internal mapping of tag names to their corresponding
interpreter classes.
getClassObject() - Method in class org.pfsw.reflect.ClassInfo
Returns the the class object.
getClasspath() - Method in class org.pfsw.file.FileUtil
Returns the current classpath as String.
getClasspathFromSystemProperty() - Method in class org.pfsw.file.FileUtil
Returns the classpath this JVM is using.
getClassRegistry() - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Returns the internal mapping of tag names to their corresponding
interpreter class names.
getClassRegistry() - Method in class org.pfsw.plugin.PluginCollector
Returns the class registry that contains all loaded plugins.
getClient() - Method in class org.pfsw.util.Trigger
getCloseable() - Method in class org.pfsw.file.NamedCloseable
Returns the closeable that is associated with the name defined in this class.
getCloseable() - Method in class org.pfsw.file.NamedInputStream
getCloseable() - Method in class org.pfsw.file.NamedOutputStream
getCloseable() - Method in class org.pfsw.file.NamedReader
getCloseable() - Method in class org.pfsw.file.NamedWriter
getCollator() - Method in class org.pfsw.text.CollatorComparator
getCollectedFiles() - Method in class org.pfsw.file.FileFinder
getCollectedFilesArray() - Method in class org.pfsw.file.FileFinder
getCommentIndex() - Method in class org.pfsw.file.PropertiesFileContent
getCommonnName() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the commonly used (but incorrect) name of the unit.
getCommonPrefix() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the commonly used (but incorrect) short name of the unit.
getComparator() - Method in class org.pfsw.text.ReverseComparator
getComponentLogger() - Static method in class org.pfsw.net.internal.LoggerProvider
getConfigValue(String, String) - Method in class org.pfsw.util.SysUtil
Returns the value of an external configuration setting by checking first
a system property and if that is not set an environment variable.
getConfigValue(String, String, String) - Method in class org.pfsw.util.SysUtil
Returns the value of an external configuration setting by checking first
a system property and if that is not set an environment variable and finally
if that's also not set returns the given default value.
getConnection() - Method in class org.pfsw.db.util.DataSourceProxy
Attempt to establish a database connection
getConnection(String, String) - Method in class org.pfsw.db.util.DataSourceProxy
Attempt to establish a database connection
getConnection() - Method in class org.pfsw.db.util.SQLExecutor
getConnectTimeout() - Method in class org.pfsw.net.http.UserAgent
getConstructorsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all constructors the class of the given object contains.
getConstructorsOf(Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all constructors the given class contains.
getContainedFiles() - Method in class org.pfsw.file.DirectoryContents
Returns an array of information objects on all files contained in this
directory
getContainer() - Method in class org.pfsw.file.cfiles.AbstractSubContainer
getContainer() - Method in interface org.pfsw.file.cfiles.IItem
Returns the container this item is associated with.
getContainerName() - Method in class org.pfsw.file.TableOfContents
getContentHandler() - Method in class org.pfsw.pax.DOMTreeXMLReader
getControlIndicator() - Method in class org.pfsw.textx.TextEngine
getCredentials(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Returns the location credentials registered under the specified key or
null if not found.
getCredentials() - Method in class org.pfsw.security.authentication.LocationCredentials
getCurrentClassLoader() - Method in class org.pfsw.file.FileUtil
getCurrentStringRegion(int, int) - Method in class org.pfsw.text.json.SimpleJsonParser
Just for debugging purposes!
getCurrentUnit() - Method in class org.pfsw.text.ByteSizeValue
getData() - Method in class org.pfsw.six.XmlProcessingInstruction
getDataSource() - Method in class org.pfsw.db.util.DataSourceProxy
getDataSource() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
getDataSource() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getDataSource() - Method in class org.pfsw.db.util.SQLExecutor
getDataSourceConnection() - Method in class org.pfsw.db.util.DataSourceProxy
Attempt to establish a database connection using the wrapped datasource
getDateFormatForLocale(Locale) - Method in class org.pfsw.util.DateUtil
Returns the date format (only dd MM yyyy) for the given locale.
getDateHeader(String) - Method in class org.pfsw.net.http.Headers
getDay() - Method in class org.pfsw.util.SimpleDate
Returns the day in month as integer (1..31).
getDbConnection() - Method in class org.pfsw.db.util.DataSourceProxy
getDbConnection() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getDbPassword() - Method in class org.pfsw.db.util.DataSourceProxy
getDbUrl() - Method in class org.pfsw.db.util.DataSourceProxy
getDbUserid() - Method in class org.pfsw.db.util.DataSourceProxy
getDeclaringClass() - Method in interface org.pfsw.bif.enums.IEnumType
Returns the Class object corresponding to this enum constant's enum type.
getDefaultDateFormat() - Method in class org.pfsw.util.DateUtil
Returns the date format for the current default locale of this singleton.
getDefaultFactoryName() - Static method in class org.pfsw.logging.LoggerFactoryProvider
getDefaultLength() - Method in class org.pfsw.text.ObjectIdGenerator
getDefaultLength() - Method in class org.pfsw.text.RandomStringGenerator
getDefaultLocale() - Method in class org.pfsw.util.DateUtil
Returns the default locale used inside all methods of this singleton.
getDefaultMultiCharWildcard() - Static method in class org.pfsw.text.StringPattern
Returns the character that is used to specify any number of any character.
getDefaultPadChar() - Method in class org.pfsw.text.ObjectIdGenerator
getDefaultPatternSeparator() - Method in class org.pfsw.text.StringPatternCollection
Returns the default separators for patterns
getDefaultPortForScheme(String) - Static method in class org.pfsw.net.UniformResourceLocator
Returns the default port for scheme HTTP (80) or HTTPS (443).
getDefaultPriority() - Method in class org.pfsw.util.PrioritySorter
Returns the default priority for objects not registered with this sorter.
getDefaultSeparator() - Method in class org.pfsw.text.StringPair
Returns the default separator (here ":").
getDefaultSingleCharWildcard() - Static method in class org.pfsw.text.StringPattern
Returns the character that is used to specify any single character.
getDefaultStartId() - Method in class org.pfsw.text.ObjectIdGenerator
getDelegateLogger() - Method in class org.pfsw.logging.Logger2Logger
getDelimitedSubstring(String, IStringPair...) - Method in class org.pfsw.text.StringUtil
Returns the first substring that is enclosed by one of the specified
delimiter pairs.
getDelimitedSubstring(String, IStringPair) - Method in class org.pfsw.text.StringUtil
Returns the first substring that is enclosed by the specified
delimiter pair.
getDelimitedSubstring(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns the first substring that is enclosed by the specified delimiters.
getDelimitedSubstring(String, String) - Method in class org.pfsw.text.StringUtil
Returns the first substring that is enclosed by the specified delimiter.
getDesiredLoggerType() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
getDesiredLoggerType() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
getDigitWildcard() - Method in class org.pfsw.file.ExtendedFileFilter
getDigitWildcard() - Method in class org.pfsw.file.FileWalker
getDigitWildcardChar() - Method in class org.pfsw.file.ExtendedFileFilter
getDigitWildcardChar() - Method in class org.pfsw.file.FileWalker
getDirectories() - Method in class org.pfsw.file.TableOfContents
Returns all contained directories
getDirectoryName() - Method in class org.pfsw.file.DirectoryContents
Returns the name of the directory this object represents
getDirHandling() - Method in class org.pfsw.file.ExtendedFileFilter
getDirInfos() - Method in class org.pfsw.file.TableOfContents
getDirName() - Method in class org.pfsw.file.DirectoryContents
getDocument() - Method in class org.pfsw.six.ModelConverter
getDTDHandler() - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method always returns null !
getDuration() - Method in class org.pfsw.util.StopWatch
Returns the duration between start and stop in milliseconds.
getElement() - Method in class org.pfsw.pax.XPathAccess
getElement(String) - Method in class org.pfsw.pax.XPathAccess
Evaluates the given XPath expression against the underlying element and returns
the found element.
getElement(int) - Method in class org.pfsw.text.MatchGroup
getElement(int) - Method in class org.pfsw.text.Version
getElementAttributes() - Method in class org.pfsw.six.Element
getElements() - Method in class org.pfsw.file.Classpath
getElements(String) - Method in class org.pfsw.pax.XPathAccess
Evaluates the given XPath expression against the underlying element and returns
the found elements.
getElements() - Method in class org.pfsw.text.MatchGroup
getElements() - Method in class org.pfsw.text.Version
getElements() - Method in class org.pfsw.util.OrderedProperties
getElements() - Method in class org.pfsw.util.OrderedSet
getEncoding() - Method in class org.pfsw.six.XmlDocument
getEntityResolver() - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method always returns null !
getEntryType() - Method in class org.pfsw.plugin.ClassRegistry
getEnumeration() - Method in class org.pfsw.util.EnumerationIterator
getEnumValueOf(Class<E>, String) - Method in class org.pfsw.reflect.ReflectUtil
A generic mechanism to get for a given name the corresponding enum constant.
getEqualsChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for equals comparisons ( DEFAULT = '=' )
getEqualsChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used to compare if two values are equal ( DEFAULT = '=' )
getErrorHandler() - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method always returns null !
getException() - Method in class org.pfsw.file.FileCopyProcessor
Returns the exception that occurred during file copying or null if
all was ok.
getException() - Method in class org.pfsw.file.FileLocator
getException() - Method in class org.pfsw.logging.memory.LogRecord
getException() - Method in exception org.pfsw.util.WrappingRuntimeException
getExceptionHandler() - Method in class org.pfsw.util.ExceptionIgnorer
Returns the exception handler currently in use.
getExecutionControl() - Method in class org.pfsw.textx.TextEngine
getExists() - Method in class org.pfsw.file.FileLocator
getExitCode() - Method in class org.pfsw.util.ProcessExecutionResult
getExitListeners() - Method in class org.pfsw.util.SysUtil
getFactor() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the multiplication factor for this unit to
convert a corresponding value to its number of bytes
as long value.
getFallbackAuthenticator() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Returns the fallback authenticator which will be called if no credentials
can be found in the registered credtentials.
getFalse() - Static method in class org.pfsw.util.Bool
Returns the Bool instance that represents the true value.
getFeature(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
Returns whether or not the feature with the given name is on.
getFeatures() - Method in class org.pfsw.pax.DOMTreeXMLReader
getField() - Method in class org.pfsw.reflect.FieldProxy
getField() - Method in class org.pfsw.reflect.ObjectField
getField(Object, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given object.
getFieldAccessor(String) - Method in class org.pfsw.reflect.MappedObject
getFieldAccessors() - Method in class org.pfsw.reflect.MappedObject
getFieldName() - Method in interface org.pfsw.bif.enums.IFieldName
Returns the field name as string.
getFieldsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all fields the given objects contains.
getFieldsOf(Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all fields the given class contains.
getFile() - Method in class org.pfsw.file.ClasspathElement
getFile() - Method in class org.pfsw.file.FileLocator
getFileFromArchive(String) - Method in class org.pfsw.file.ClasspathElement
getFileFromDirectory(String) - Method in class org.pfsw.file.ClasspathElement
getFileHandler() - Method in class org.pfsw.file.FileWalker
getFileInfo(String) - Method in class org.pfsw.file.ClasspathElement
Returns a file info object for the given filename which is expected
to be inside the directory or archive represented by this classpath element.
getFileNamePrefix() - Method in class org.pfsw.file.TempFilesManager
getFileNameSuffix() - Method in class org.pfsw.file.TempFilesManager
getFileProcessor() - Method in class org.pfsw.file.FileWalker
getFiles() - Method in class org.pfsw.file.DirectoryContents
getFileSizeLimit() - Method in class org.pfsw.file.TempFilesManager
Returns an optional limit for files that are created.
getFilterList() - Method in class org.pfsw.six.ChainedElementFilter
getFilterList() - Method in class org.pfsw.text.StringFilterCollection
getFingerprintOf(X509Certificate) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the fingerprint (i.e.
getFingerprintOf(X509Certificate, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the fingerprint (i.e.
getFirst() - Method in class org.pfsw.plugin.ClassRegistry
Returns the first class info object of null if the registry is empty.
getFirstChild() - Method in class org.pfsw.six.Element
Returns the first direct child element or null if there is no child element.
getFirstChild(String) - Method in class org.pfsw.six.Element
Returns the first child element that matches the given filter
or null if there is no matching child element found.
getFirstChild(IElementFilter) - Method in class org.pfsw.six.Element
Returns the first child element that matches the given filter
or null if there is no matching child element found.
getFirstChildElement(Element) - Method in class org.pfsw.pax.XmlUtil
Returns the first Element under the given element.
getFirstElementByTagName(Document, String) - Method in class org.pfsw.pax.XmlUtil
Returns the first element in the given document that matches the specified
tagName.
getFirstElementByTagName(Element, String) - Method in class org.pfsw.pax.XmlUtil
Returns the first element under the given element that matches the specified
tagName.
getFirstFoundValue(String...) - Method in class org.pfsw.text.CommandLineArguments
Returns the value following the first option found that matches one of the specified options.
getFirstNonNull(T...) - Method in class org.pfsw.util.CollectionUtil
Returns the first element of the given array that is not null or
throws an ObjectNotFoundException if no such element can be found.
getFirstValue() - Method in class org.pfsw.util.MultiValueProperty
Returns the first value of the internal list of values or null if no values
are available.
getFullLength() - Method in class org.pfsw.text.ObjectIdGenerator
Returns the full length of the generated identifiers.
getFullName() - Method in class org.pfsw.file.FileInfo
Returns the path + name of the file.
getFunction() - Method in class org.pfsw.util.ObjectConverterFunctionAdapter
getFunctionParameterEnd() - Method in class org.pfsw.textx.TextEngine
getFunctionParameterName() - Method in class org.pfsw.textx.TextEngine
Returns the next name for a function parameter.
getFunctionParameters() - Method in class org.pfsw.textx.TextEngine
getFunctionParameterSeparator() - Method in class org.pfsw.textx.TextEngine
getFunctionParameterStart() - Method in class org.pfsw.textx.TextEngine
getFunctionResolver() - Method in class org.pfsw.textx.GlobalLocalPlaceholderReplacement
Returns the function resolver
getFunctionResolver() - Method in class org.pfsw.textx.TextEngine
Returns the function resolver
getGeneratorRegistry() - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
getGlobalVars() - Method in class org.pfsw.textx.GlobalLocalVariables
getGoOn() - Method in class org.pfsw.file.FileWalker
getGreaterChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for greater than comparisons ( DEFAULT = '>' )
getGreaterChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used to compare if a value is greater than another ( DEFAULT = '>' )
getGroupEndChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character that ends a logical group ( DEFAULT = ')' )
getGroupEndChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that ends a logical group ( DEFAULT = ')' )
getGroupEndChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character that ends a logical group ( DEFAULT = ')' )
getGroupStartChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character that starts a logical group ( DEFAULT = '(' )
getGroupStartChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that starts a logical group ( DEFAULT = '(' )
getGroupStartChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character that starts a logical group ( DEFAULT = '(' )
getHandleContentBeforeDirectory() - Method in class org.pfsw.file.FileWalker
Returns whether or not the contents of a directory should be walked through
before the directory is passed to the file processor.
getHashMechanism() - Method in class org.pfsw.security.crypto.HashedString
getHashMechanismName() - Method in class org.pfsw.security.crypto.HashMechanism
getHashValue() - Method in class org.pfsw.security.crypto.HashedString
Returns the hash value (without appended salt, if any).
getHashValueBase64() - Method in class org.pfsw.security.crypto.HashedString
Returns the hash value (without appended salt, if any) as Base64 encoded string.
getHashWithSaltValue() - Method in class org.pfsw.security.crypto.HashedString
Returns the hash value with appended salt value (if any).
getHashWithSaltValueBase64() - Method in class org.pfsw.security.crypto.HashedString
Returns the hash value with appended salt value (if any) as Base64 encoded string.
getHeader(String) - Method in class org.pfsw.net.http.Headers
getHeader(String) - Method in class org.pfsw.net.http.UserAgent
Returns a single value (the first) of the header with the given name.
getHeaderNames() - Method in class org.pfsw.net.http.Headers
getHeaderNamesCollection() - Method in class org.pfsw.net.http.Headers
getHeaders() - Method in class org.pfsw.net.http.UserAgent
getHeadersCollection(String) - Method in class org.pfsw.net.http.Headers
getHeaderValues(String) - Method in class org.pfsw.net.http.Headers
getHttp11Method(String) - Static method in class org.pfsw.net.http.HttpMethod
Returns the corresponding HTTP/1.1 method that corresponds to the given name
(case-insensitive) or null if the name does not match any HTTP/1.1 method.
getHttpMethod() - Method in class org.pfsw.net.http.ClientRequest
getId() - Method in class org.pfsw.file.ClasspathElement
getIdOfPlugin(Object, String) - Method in class org.pfsw.plugin.PluginRegistry
getIdPrefix() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getIdPrefix() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns a string that must be used as prefix of any generated ID's string representation
or null if no prefix is wanted.
getIdProducer(String) - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
getIEEE1541Name() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the standardized IEEE 1541 name of the unit.
getIEEE1541Prefix() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the standardized IEEE 1541 prefix of the unit.
getIgnoreCase() - Method in class org.pfsw.text.MatchRule
getIgnoreCase() - Method in class org.pfsw.text.StringCollectionFilter
Returns true if the string comparison is done case-insensitive
getIgnoreCase() - Method in class org.pfsw.text.StringPattern
Returns whether or not the pattern matching ignores upper and lower case
getIgnoreCase() - Method in class org.pfsw.text.StringPatternCollection
Returns whether or not the pattern matching ignores upper and lower case
Might return null if not specified.
getIgnoreCaseInNames() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns true, if the parser produces MatchRules that treat
attribute names case-insensitive.
getIgnoreCaseInNames() - Method in class org.pfsw.text.MatchRule
Returns true, if the parser produces MatchRules that treat
attribute names case-insensitive.
getIgnoreCaseInValues() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns true, if the parser produces MatchRules that are case-insensitive
when comparing values.
getIndentation() - Method in class org.pfsw.six.XmlStreamWriter
Returns the current indentation.
getIndentationFiller() - Method in class org.pfsw.textx.TextEngine
getIndentIncrement() - Method in class org.pfsw.pax.MarkupWriter
getIndentIncrement() - Method in class org.pfsw.pax.XMLWriteController
Returns the number of spaces that are additionally prepended per hierarchy level
on each line.
getIndentLevel() - Method in class org.pfsw.pax.MarkupWriter
getIndentLevel() - Method in class org.pfsw.text.FormattedTextWriter
getIndentSize() - Method in class org.pfsw.text.FormattedTextWriter
Returns the number of spaces to be used for indentation per indentation level.
getInnerFilter() - Method in class org.pfsw.text.NegativeStringFilter
getInputStream() - Method in class org.pfsw.file.FileLocator
Returns an opened input stream on the file defined by this locator.
getInputStream() - Method in class org.pfsw.file.NamedInputStream
Returns the underlying InputStream (will never be null).
getInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns either a new instance of the underlying class or always the
identical instance if it is defined to be a singleton.
getInteger(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as Integer (if it is one).
getInteger(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Integer (if it is one).
getInteger(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Integer (if it is one).
getInterfaceClass() - Method in class org.pfsw.plugin.PluginLoader
getInterfacesOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns all interfaces the given object's class implements.
getInterfacesOf(Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns all interfaces the given class implements.
getInternalChildItems() - Method in class org.pfsw.six.Element
getInternalDate() - Method in class org.pfsw.util.SimpleDate
getInternalProperties() - Method in class org.pfsw.util.PropertiesMap
getInternalStrings() - Method in class org.pfsw.text.StringCollectionFilter
getInterpreterClassFor(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Returns a tag interpreter class associated with the given tag name.
getInterpreterFactory() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
getInterpreterFor(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
getInterpreterFor(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Returns an instance of the tag interpreter class associated that
is associated to the specified tag name.
getInterpreterFor(String) - Method in interface org.pfsw.pax.XMLTagInterpreterFactory
Returns an instance of a tag interpreter class corresponding to the
specified tag name.
getInterpreterFor(String) - Method in class org.pfsw.pax.XMLWriteController
Returns an instance of a tag interpreter class corresponding to the
specified tag name.
getInterpreterStack() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
getInterval() - Method in class org.pfsw.util.Trigger
getIntHeader(String) - Method in class org.pfsw.net.http.Headers
getIntValueOfElement(int) - Method in class org.pfsw.text.Version
getItemList() - Method in class org.pfsw.file.cfiles.AbstractContainer
getItems() - Method in class org.pfsw.file.cfiles.AbstractContainer
getItems() - Method in interface org.pfsw.file.cfiles.IContainer
Returns all items of this container.
getItemType() - Method in class org.pfsw.six.Element
Returns always Type.ELEMENT.
getItemType() - Method in interface org.pfsw.six.XmlItem
Returns the type of the item.
getItemType() - Method in class org.pfsw.six.XmlProcessingInstruction
getJavaBaseVersion() - Static method in class org.pfsw.text.Version
Returns the version of the current JVM with out the patch level.
getJavaRuntimeVersion() - Method in class org.pfsw.util.SysUtil
Returns the (normalized) version of the current Java Runtime.
getJavaVersion() - Static method in class org.pfsw.text.Version
Returns the version of the current JVM.
getJdkBinaryDir() - Method in class org.pfsw.util.SysUtil
Returns the path of the currently executing JDK's binary sub directory
or null if it is not found (e.g.
getJsonArray(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value at the given index as JsonArray (if it is one).
getJsonArray(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as JsonArray (if it is one).
getJsonArray(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as JsonArray (if it is one).
getJsonObject(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value at the given index as JsonObject (if it is one).
getJsonObject(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as JsonObject (if it is one).
getJsonObject(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as JsonObject (if it is one).
getJsonObject() - Method in class org.pfsw.text.json.JsonObjectAccessor
getJULLevel() - Method in enum org.pfsw.logging.LogLevel
getJWAName() - Method in class org.pfsw.security.SignatureAlgorithm
Returns the JSON Web Algorithm (JWA) name.
getKey() - Method in class org.pfsw.reflect.MapEntry
getKey() - Method in class org.pfsw.util.Association
getLastElement() - Method in class org.pfsw.text.Version
getLastPosition() - Method in class org.pfsw.text.json.SimpleJsonParser
getLastPrefetchedId() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getLength() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getLength() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns the length of the IDs.
getLength() - Method in class org.pfsw.text.ObjectIdGenerator
Returns the length to which the IDs (the numeric part without prefix))
are filled up (left padded).
getLessChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for less than comparisons ( DEFAULT = '<' )
getLessChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used to compare if a value is less than another ( DEFAULT = '<' )
getLevelIndicator(int) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
getLexicalHandler() - Method in class org.pfsw.pax.LexicalHandlerDispatcher
getLexicalHandlerHolder() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
getList() - Method in class org.pfsw.util.AssociationList
getLoader() - Method in class org.pfsw.reflect.ReflectUtil
Returns the externally assigned class loader or if not present the class
load of this class.
getLocalName() - Method in class org.pfsw.six.Element
Returns the local name of this element.
getLocalNameOf(String) - Method in class org.pfsw.six.Element
getLocalVars() - Method in class org.pfsw.textx.GlobalLocalVariables
getLocation() - Method in class org.pfsw.file.FileInfo
Returns the full location name, that is in case of a normal file the
path and filename combined.
getLocationCredentials() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
getLocationPatterns() - Method in class org.pfsw.security.authentication.LocationCredentials
getLogEntries() - Method in class org.pfsw.logging.memory.InMemoryLogger
getLogger() - Static method in class org.pfsw.db.LoggerProvider
Returns the current logger used by this component to report
errors and exceptions.
getLogger() - Static method in class org.pfsw.file.LoggerProvider
Returns the current logger used by this component to report
errors and exceptions.
getLogger(Class<?>) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
getLogger(String) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
getLogger(String) - Method in class org.pfsw.logging.jul.JavaUtilLoggerFactory
getLogger(Class<?>) - Method in class org.pfsw.logging.jul.JavaUtilLoggerFactory
getLogger(String) - Method in interface org.pfsw.logging.LoggerFactory
Returns a logger instance corresponding to the given name.
getLogger(Class<?>) - Method in interface org.pfsw.logging.LoggerFactory
Returns a logger instance corresponding to the full qualifies name of the given class.
getLogger(Class<?>) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns a logger instance corresponding to the full qualifies name of the given class.
getLogger(String) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns a logger instance corresponding to the given name.
getLogger(Class<?>) - Method in class org.pfsw.logging.memory.InMemoryLoggerFactory
getLogger(String) - Method in class org.pfsw.logging.memory.InMemoryLoggerFactory
getLogger(String) - Method in class org.pfsw.logging.nil.NilLoggerFactory
getLogger(Class<?>) - Method in class org.pfsw.logging.nil.NilLoggerFactory
getLogger(String) - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
getLogger(Class<?>) - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
getLogger() - Method in class org.pfsw.net.http.UserAgent
getLogger() - Static method in class org.pfsw.pax.LoggerProvider
Returns the current logger used by this component to report
errors and exceptions.
getLogger() - Static method in class org.pfsw.plugin.LoggerProvider
Returns the current logger used by this component to report
errors and exceptions.
getLogger() - Static method in class org.pfsw.six.LoggerProvider
Returns the current logger used by this component to report
errors and exceptions.
getLogger2(Class<?>) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns a logger instance corresponding to the full qualifies name of the given class.
getLogger2(String) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns a logger instance corresponding to the given name.
getLoggerFactory() - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns the default logger factory (i.e.
getLoggerFactory(String) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Returns the logger factory with the given name or, if it cannot be found,
a special factory that produces logger that do all logging to
stdout and try to load the desired factory later, as soon as
it is available.
getLoggerFactoryName() - Method in interface org.pfsw.logging.LogBindingInitializer
Returns the name of the factory that should be used to adapt
PF logging to an external logging system.
getLoggerName() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
getLoggerName() - Method in class org.pfsw.logging.internal.AbstractLogger
getLoggerName() - Method in interface org.pfsw.logging.Logger2
Returns the name of this logger.
getLoggerName() - Method in class org.pfsw.logging.Logger2Logger
getLoginTimeout() - Method in class org.pfsw.db.util.DataSourceProxy
Returns the maximum time in seconds that this
data source can wait while attempting to connect
to a database.
getLogLevel() - Method in interface org.pfsw.logging.Logger2
Returns the log level of this logger.
getLogLevel() - Method in class org.pfsw.logging.Logger2Logger
getLogLevel() - Method in class org.pfsw.logging.memory.InMemoryLogger
getLogLevel() - Method in class org.pfsw.logging.memory.LogRecord
getLogLevel() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns the current log level
getLogMessage(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
getLogWriter() - Method in class org.pfsw.db.util.DataSourceProxy
Returns the log writer for this data source
getLong(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as Long (if it is one).
getLong(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Long (if it is one).
getLong(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Long (if it is one).
getLongName() - Method in enum org.pfsw.text.TimeUnit
Returns the string long name of the unit.
getLongValueOf(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getLongValueOf(String, String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getLookupPath(String) - Method in class org.pfsw.file.FileUtil
Returns a class path that is either the value of the specified system
property or the classpath calculated from the current Java environment.
getMajorVersion() - Method in class org.pfsw.text.Version
Returns the major version (the most left part) or -1 if this element is not
available or is not numeric.
getManagedBeanInfo() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
getMap() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
getMapping() - Method in class org.pfsw.util.OrderedMap
getMappings() - Method in class org.pfsw.pax.NamespacePrefixMapper
getMarkupWriter() - Method in class org.pfsw.pax.XMLWriteInterpreter
getMaxIndentSize() - Method in class org.pfsw.text.FormattedTextWriter
getMBeanInfo() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns the meta data describing the supported attributes and methods.
getMessage() - Method in class org.pfsw.logging.memory.LogRecord
getMessageDigest() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns a MessageDigest for the specified algorithm name.
getMethod(Object, String, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the class
of the given object or any of its superclasses regardless the
method's visibility.
getMethodsOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all methods the given objects contains.
getMethodsOf(Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all methods the given class contains.
getMicroVersion() - Method in class org.pfsw.text.Version
Returns the micro version (the third from left part) or -1 if this element
is not available or is not numeric.
getMilliseconds() - Method in class org.pfsw.text.TimeValue
getMinorVersion() - Method in class org.pfsw.text.Version
Returns the minor version (the second from left part) or -1 if this element
is not available or is not numeric.
getModifiers() - Method in interface org.pfsw.reflect.IObjectProperty
Returns all modifier settings of the property.
getModifiers() - Method in class org.pfsw.reflect.ObjectField
getMonth() - Method in class org.pfsw.util.SimpleDate
Returns the month as integer (1 = January, ..., 12 = December).
getMsFactor() - Method in enum org.pfsw.text.TimeUnit
Returns the multiplication factor for this unit to
convert a corresponding value to milliseconds.
getMultiCategoryIdGenerator() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
getMultiCharWildcard() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used as placeholder for multiple characters.
getMultiCharWildcard() - Method in class org.pfsw.text.StringPattern
Returns the wildcard character that is used as placeholder for zero to many
occurances of any character(s).
getMultiCharWildcardMatchesEmptyString() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns true, if this parser creates match rules that allow empty strings
at the position of the multi character wildcard ('*').
getMultiCharWildcardMatchesEmptyString() - Method in class org.pfsw.text.MatchRule
Returns true, if this match rule allows empty strings
at the position of the multi character wildcard ('*').
getName() - Method in interface org.pfsw.bif.text.ICheckedCharset
Returns the pure upper case encoding name (e.g.
getName() - Method in class org.pfsw.file.cfiles.AbstractContainer
getName() - Method in interface org.pfsw.file.cfiles.INamedElement
Returns the name of the element.
getName() - Method in class org.pfsw.file.ClasspathElement
Returns the name of this classpath element
getName() - Method in class org.pfsw.file.FileInfo
Returns the name of the file (without any path).
getName() - Method in class org.pfsw.file.NamedCloseable
getName() - Method in class org.pfsw.file.TableOfContents
Returns the name of the container this table of contents belongs to
getName() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
getName() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
getName() - Method in class org.pfsw.logging.internal.AbstractLogger
getName() - Method in class org.pfsw.logging.jul.JavaUtilLoggerFactory
getName() - Method in interface org.pfsw.logging.Logger
Returns the name of this logger.
getName() - Method in class org.pfsw.logging.Logger2Logger
getName() - Method in interface org.pfsw.logging.LoggerFactory
Returns the name of this logger factory.
getName() - Method in class org.pfsw.logging.memory.InMemoryLoggerFactory
getName() - Method in class org.pfsw.logging.nil.NilLogger
getName() - Method in class org.pfsw.logging.nil.NilLoggerFactory
getName() - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
getName() - Method in class org.pfsw.net.http.HttpMethod
getName() - Method in interface org.pfsw.reflect.IObjectProperty
Returns the name of the property.
getName() - Method in class org.pfsw.reflect.ObjectField
getName() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns the uppercase name of the hashing algorithm.
getName() - Method in class org.pfsw.security.crypto.HashMechanism
Returns the name of this mechanism.
getName() - Method in class org.pfsw.security.SignatureAlgorithm
Returns the signature algorithm name.
getName() - Method in class org.pfsw.six.Element
Returns the name of the element.
getName() - Method in interface org.pfsw.six.XmlItem
Return the name of the item.
getName() - Method in class org.pfsw.six.XmlProcessingInstruction
getName() - Method in class org.pfsw.text.CheckedCharsetName
Returns the pure upper case encoding name (e.g.
getName() - Method in class org.pfsw.util.MultiValueProperty
Returns the name of this property.
getName() - Method in class org.pfsw.util.Trigger
Returns the name of the trigger
getNamedValues() - Method in class org.pfsw.util.MultiValueProperty
getNamePrefix() - Method in class org.pfsw.six.Element
getNamePrefixOf(String) - Method in class org.pfsw.six.Element
getNames() - Method in interface org.pfsw.bif.facet.IReadOnlyNamedValues
Returns all names (maybe empty but never null).
getNames() - Method in class org.pfsw.text.json.JsonObject
getNames() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Returns the names of all properties held in this container.
getNames() - Method in class org.pfsw.util.NamedValueList
getNames() - Method in class org.pfsw.util.PropertiesMap
getNameSeparator() - Method in class org.pfsw.file.cfiles.AbstractSubContainer
getNamespaceDeclarations() - Method in class org.pfsw.six.Element
Returns a map with the names of namespaces as keys and the corresponding
namespace URIs as values.
getNamespaces() - Method in class org.pfsw.six.Element
getNamespaceURI(String) - Method in class org.pfsw.pax.NamespacePrefixMapper
getNamespaceURIOf(Element) - Method in class org.pfsw.pax.XmlUtil
Returns the namespace URI of the given element or null if none can be found.
getNaturalNumberValueOf(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getNegated() - Method in class org.pfsw.util.ObjectCollectionFilter
getNewline() - Method in class org.pfsw.text.FormattedTextWriter
Returns the new line character(s) used by this writer.
getNewline() - Method in class org.pfsw.text.TextFileWriter
Returns the new line definition used by this writer.
getNextChar() - Method in class org.pfsw.textx.TextEngine
getNextCharFilled() - Method in class org.pfsw.textx.TextEngine
getNextId() - Method in class org.pfsw.text.ObjectIdGenerator
Returns the next identifier value without incrementing.
getNextIdColumnName() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
getNextIdColumnName() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getNextIdHolder() - Method in class org.pfsw.text.ObjectIdGenerator
getNextNumericId() - Method in class org.pfsw.file.TempFilesManager
getNode(String) - Method in class org.pfsw.pax.XPathAccess
Evaluates the given XPath expression against the underlying element and returns
the found node or null.
getNodes(String) - Method in class org.pfsw.pax.XPathAccess
Evaluates the given XPath expression against the underlying element and returns
the found nodes as list.
getNodeText(String) - Method in class org.pfsw.pax.XPathAccess
Evaluates the given XPath expression against the underlying element and returns
the text of the found element or attribute.
getNormalizedFilePath() - Method in class org.pfsw.file.FileLocator
getNot() - Method in class org.pfsw.text.MatchElement
getNotChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for NOT operations ( DEFAULT = '!' )
getNotChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character for NOT operations ( DEFAULT = '!' )
getNotChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character for NOT operations ( DEFAULT = '!' )
getNumber(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as Number (if it is one).
getNumber(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Number (if it is one).
getNumber(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as Number (if it is one).
getNumberOfIndentSpaces() - Method in class org.pfsw.text.FormattedTextWriter
getNumberOfParameters() - Method in class org.pfsw.net.UniformResourceLocator
Returns the number of query parameters
getNumberValue() - Method in class org.pfsw.text.NaturalNumber
getObject() - Method in class org.pfsw.reflect.MappedObject
Returns the original object wrapped by this to a Map
interface.
getObject() - Method in class org.pfsw.reflect.ObjectAccessWrapper
getObject() - Method in class org.pfsw.util.PrioritySorter.PrioritizedObject
getObjectCollection() - Method in class org.pfsw.util.ObjectCollectionFilter
getObjectDictionary() - Method in class org.pfsw.util.CollectorDictionary
getObjectIdentifierDB() - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
getObjectPropertiesOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all properties the given objects contains.
getObjectPropertiesOf(Object, IObjectPropertyFilter) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all properties the given objects contains and that match
the specified filter criteria.
getObjectPropertiesOf(Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all properties the given objects contains.
getObjectPropertiesOf(Class<?>, IObjectPropertyFilter) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all properties of the given class and that match
the specified filter criteria.
getObjectType() - Method in class org.pfsw.reflect.MappedObject
Returns the type of the wrapped object.
getObjectType() - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the type of the wrapped object.
getOperation() - Method in class org.pfsw.text.StringFilterCollection
getOptionalBigDecimalValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalBigDecimalValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalBooleanValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalBooleanValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalIntegerValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalIntegerValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonObjectAccessorValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonObjectAccessorValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonObjectValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalJsonObjectValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalLongValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalLongValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalNaturalNumberValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalNaturalNumberValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalRawValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalRawValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalStringArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalStringArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalStringValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalStringValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalTimeValue(IStringConstant, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns the value at the specified field name as a
TimeValue
with the specified
TimeUnit
.
getOptionalTimeValue(String, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns the value at the specified field name as a
TimeValue
with the specified
TimeUnit
.
getOptionalTypedValue(IStringConstant, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionalTypedValue(String, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
getOptionsWithValues() - Method in class org.pfsw.text.CommandLineArguments
getOptionValues(String) - Method in class org.pfsw.text.CommandLineArguments
Returns all values after the given option which do NOT start with the
configured switch indicator.
getOrChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for OR operations ( DEFAULT = '|' )
getOrChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character for OR operations ( DEFAULT = '|' )
getOrChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character for OR operations ( DEFAULT = '|' )
getOrCreate(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
getOrCreateParameter(String) - Method in class org.pfsw.net.UniformResourceLocator
getOriginalFileName() - Method in class org.pfsw.file.FileLocator
Returns the original (unchanged) filename as it was given to the create
method of this locator.
getOrInit(Map<K, V>, K, V) - Method in class org.pfsw.util.CollectionUtil
Returns the value from the given map that is associated to the specified key.
getOrInit(Map<K, V>, K, ISupplier<V>) - Method in class org.pfsw.util.CollectionUtil
Returns the value from the given map that is associated to the specified key.
getOsFamily() - Method in class org.pfsw.util.SysUtil
Returns the family name of the current operating system according to the
name specified in system property "os.name".
getOutput() - Method in class org.pfsw.text.FormattedTextWriter
getOutputLines() - Method in class org.pfsw.util.ProcessExecutionResult
getOutputStream() - Method in class org.pfsw.file.NamedOutputStream
Returns the underlying OutputStream (will never be null).
getOwner() - Method in class org.pfsw.reflect.FieldProxy
getOwnLogLevel() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
getPackageName(String) - Method in class org.pfsw.text.StringUtil
Returns the package name of the given full qualified class name.
getPadChar() - Method in class org.pfsw.text.ObjectIdGenerator
Return the character that is used to fill up the IDs to the full length.
getPaddingChar() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getPaddingChar() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns the character to be used for filling up generated IDs to a common fixed length.
getParameter(String) - Method in class org.pfsw.net.UniformResourceLocator
Returns the (first) value of the parameter with the given name or null.
getParameterNames() - Method in class org.pfsw.net.UniformResourceLocator
Returns the names of all query parameters as Enumeration.
getParameterNames() - Method in class org.pfsw.plugin.PluginLoader
getParameters() - Method in class org.pfsw.net.UniformResourceLocator
getParameterValues(String) - Method in class org.pfsw.net.UniformResourceLocator
Returns the values of the parameter with the given name or null
if the parameter is not present.
getParent() - Method in class org.pfsw.file.FileLocator
Returns the parent of the file represented by this locator
getParentLocator() - Method in class org.pfsw.file.FileLocator
getParseController() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
getParser() - Method in class org.pfsw.text.MatchRule
getParseString() - Method in exception org.pfsw.text.MatchRuleParseException
Returns the string in which caused the parsing exception.
getPasswordAuthentication() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
Called when password authorization is needed.
getPasswordAuthentication() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
getPasswordAuthentication() - Method in class org.pfsw.security.authentication.LocationCredentials
Returns the password based authentication data.
getPath() - Method in class org.pfsw.file.FileInfo
Returns the path (without filename) to the file.
getPath() - Method in class org.pfsw.file.FileLocator
Returns the full pathname.
getPattern() - Method in class org.pfsw.file.DefaultFilenameFilter
getPattern() - Method in class org.pfsw.text.RegexPattern
getPattern() - Method in class org.pfsw.text.StringPattern
Returns the pattern as string.
getPatternChar(StringExaminer, char) - Method in class org.pfsw.text.StringPattern
getPatterns() - Method in class org.pfsw.text.MatchAttribute
Returns the value pattern(s) against that will be matched
getPatterns() - Method in class org.pfsw.text.StringPatternCollection
getPatternStrings() - Method in class org.pfsw.text.StringPatternCollection
Returns an array with all pattern strings contained in this object.
getPFLevel() - Method in enum org.pfsw.logging.LogLevel
getPlaceholderName() - Method in class org.pfsw.textx.TextEngine
getPlaceholderValue() - Method in class org.pfsw.textx.TextEngine
getPlugin(String) - Method in class org.pfsw.plugin.PluginRegistry
Returns the plug-in with the specified ID or null
if no such plug-in can be found in the registry.
getPlugin(String, Class<T>) - Method in class org.pfsw.plugin.PluginRegistry
Returns the plug-in with the specified ID and the given type or null
if no such plug-in can be found in the registry.
getPluginClasspath() - Method in class org.pfsw.plugin.PluginCollector
Returns the classpath that is used to lookup any plug-in information files.
getPluginClasspath() - Method in class org.pfsw.plugin.PluginRegistry
Returns the classpath that is used to lookup any plug-in information files.
getPluginClasspath() - Method in class org.pfsw.plugin.PluginUtil
Returns the classpath that is used to lookup any plug-in information files.
getPluginId() - Method in interface org.pfsw.plugin.IIdentifiablePlugin
Returns the identifier of the plugin (never null).
getPluginIDsOfType(Class<?>) - Method in class org.pfsw.plugin.PluginRegistry
Returns the IDs of all plug-ins that are of the specified type.
getPluginsOfType(Class<T>) - Method in class org.pfsw.plugin.PluginRegistry
Returns all plug-ins that are of the specified type.
getPool() - Method in class org.pfsw.textx.VariableResolverPool
getPort() - Method in class org.pfsw.net.UniformResourceLocator
Return the defined port.
getPosition() - Method in exception org.pfsw.text.MatchRuleParseException
Returns the position in the string where the exception was caused.
getPosition() - Method in class org.pfsw.text.StringScanner
Returns the current position in the string
getPowerOf1024() - Method in enum org.pfsw.text.ByteSizeUnit
Returns the power of 1024 (bytes) this unit represents.
getPredefinedAlgorithms() - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns an array of all CheckedHashAlgorithm constants defined by this class.
getPrefix(String) - Method in class org.pfsw.pax.NamespacePrefixMapper
getPrefix() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns the algorithm as prefix (i.e.
getPrefix() - Method in class org.pfsw.security.crypto.HashMechanism
getPrefix() - Method in class org.pfsw.text.ObjectIdGenerator
Returns the prefix that will be prepended to every generated ID.
getPrefixes(String) - Method in class org.pfsw.pax.NamespacePrefixMapper
getPrefixLength() - Method in class org.pfsw.text.ObjectIdGenerator
getPrintStream() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
getPrintWriter() - Method in class org.pfsw.util.PrintWriterLineProcessor
getPrioritizedObject(T) - Method in class org.pfsw.util.PrioritySorter
getPrioritizedObjects() - Method in class org.pfsw.util.PrioritySorter
getPriority() - Method in interface org.pfsw.logging.LogBindingInitializer
Returns the priority of this initializer.
getPriority() - Method in class org.pfsw.util.PrioritySorter.PrioritizedObject
getProcessingInstructions() - Method in class org.pfsw.six.XmlDocument
getProcessStdOutLines() - Method in class org.pfsw.util.ProcessExecutionResult
Returns all lines that have been written by the external process to stdout.
getProcessStdOutText() - Method in class org.pfsw.util.ProcessExecutionResult
Returns the text that the external process has written to stdout.
getProgressListener() - Method in class org.pfsw.util.StreamCopy
getProperties() - Method in class org.pfsw.file.PropertiesFileLoader
getProperties() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
getProperties() - Method in class org.pfsw.util.PropertiesMap
Returns the data as Properties object (a copy).
getProperty(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method throws always an Exception !
getProperty(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Returns the property with the given name or null if not found.
getProperty(String) - Method in class org.pfsw.util.OrderedProperties
Returns the value of the property with the given name or null if it is
not found.
getProperty(String, String) - Method in class org.pfsw.util.OrderedProperties
Searches for the property with the specified key in this property list.
getProperty(String) - Method in class org.pfsw.util.PropertiesMap
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class org.pfsw.util.PropertiesMap
Searches for the property with the specified key in this property list.
getPropertyIndex() - Method in class org.pfsw.util.OrderedProperties
getPropertyNames() - Method in class org.pfsw.util.OrderedProperties
Returns an array containing the properties names in the order they
have been added or read from a stream.
getProxy() - Method in class org.pfsw.net.http.UserAgent
Returns the user agent's proxy.
getQueryParameterNames() - Method in class org.pfsw.net.UniformResourceLocator
Returns the names of all query parameters as List.
getQueryString() - Method in class org.pfsw.net.UniformResourceLocator
Returns the query string, that is everything following the '?'.
getQuoteChar() - Method in class org.pfsw.pax.MarkupWriter
getQuoteChar() - Method in class org.pfsw.six.XmlStreamWriter
getRandom() - Method in class org.pfsw.text.RandomStringGenerator
getRawValueOf(IStringConstant, boolean) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRawValueOf(String, boolean) - Method in class org.pfsw.text.json.JsonObjectAccessor
getReader() - Method in class org.pfsw.file.NamedReader
Returns the underlying Reader (will never be null).
getReader() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
getReadTimeout() - Method in class org.pfsw.net.http.UserAgent
getRealm() - Method in class org.pfsw.security.authentication.LocationCredentials
Returns the realm this credentials apply to
getRealmName() - Method in class org.pfsw.security.authentication.LocationCredentials
getReceiver() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
getRegistrationMap() - Method in class org.pfsw.plugin.BasePluginRegistration
getRegistry() - Method in class org.pfsw.plugin.PluginRegistry
getRemote() - Method in class org.pfsw.file.FileLocator
getRequestingHost() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestingPort() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestingPrompt() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestingProtocol() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestingScheme() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestingSite() - Method in class org.pfsw.security.authentication.AbstractAuthenticator
getRequestURI() - Method in class org.pfsw.net.UniformResourceLocator
Returns the request URI
getRequiredBigDecimalValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredBigDecimalValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredBooleanValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredBooleanValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredIntegerValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredIntegerValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonObjectAccessorValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonObjectAccessorValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonObjectValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredJsonObjectValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredLongValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredLongValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredNaturalNumberValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredNaturalNumberValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredRawValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredRawValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredStringArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredStringArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredStringValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredStringValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredTimeValue(IStringConstant, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredTimeValue(String, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredTypedValue(IStringConstant, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
getRequiredTypedValue(String, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
getResponseCode() - Method in class org.pfsw.net.http.ServerResponse
getResponseMessage() - Method in class org.pfsw.net.http.ServerResponse
getRestrictiveMode() - Method in class org.pfsw.file.ExtendedFileFilter
getResult() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Returns the result object, created by this interpreter from the XML data .
getResult() - Method in class org.pfsw.pax.XMLWriteInterpreter
Returns the result object, created by this interpreter from the XML data .
getResultBuffer() - Method in class org.pfsw.textx.TextEngine
getRFC1123Formatter() - Method in class org.pfsw.util.DateUtil
getRootElement() - Method in class org.pfsw.six.XmlDocument
getRootGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
getRootGroup() - Method in class org.pfsw.text.MatchRule
getRuleChars() - Method in class org.pfsw.text.DefaultMatchRuleParser
getRuleChars() - Method in class org.pfsw.text.MatchRulePrinter
getSalt() - Method in class org.pfsw.security.crypto.HashedString
getSaltValue() - Method in class org.pfsw.security.crypto.HashedString
Returns the salt that has been used to hash the string or null if
no salt was used.
getScheme() - Method in class org.pfsw.net.UniformResourceLocator
getServerName() - Method in class org.pfsw.net.UniformResourceLocator
Return the server name
getServerNameAndPort() - Method in class org.pfsw.net.UniformResourceLocator
Returns a string containing the server name and optionally the port number,
separated by a colon (':').
getShortName() - Method in enum org.pfsw.text.TimeUnit
Returns the string short name of the unit.
getSingleCharWildcard() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used as placeholder for a single character.
getSingleCharWildcard() - Method in class org.pfsw.text.StringPattern
Returns the wildcard character that is used as placeholder for a single
occurance of any character.
getSize() - Method in class org.pfsw.file.FileInfo
Returns the size of the file in bytes
getSizeInBytes() - Method in class org.pfsw.text.ByteSizeValue
Returns the value in BYTES.
getSoleInstance() - Method in class org.pfsw.reflect.ClassInfo
getSourceBuffer() - Method in class org.pfsw.textx.TextEngine
getSourceFolder() - Method in class org.pfsw.file.RecursiveFileCopyProcessor
getSpecialNameCharacters() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the special character allowed in attribute names
getSpecialNameCharacters() - Method in class org.pfsw.text.MatchRuleChars
Returns all extra charcters, that are allowed in attribute names.
getSpecialNameCharacters() - Method in class org.pfsw.textx.TextEngine
Returns all extra charcters, that are allowed in placeholder names.
getSqlSelectAnyStatement() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getSqlSelectCategoryStatement() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getSqlSelectForUpdateStatement() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getSqlUpdateStatement() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getStack() - Method in class org.pfsw.text.LdapMatchRuleVisitor
getStandardizedAbsolutePath() - Method in class org.pfsw.file.FileLocator
Returns the full absolute pathname in a standardized form.
getStandardizedPath() - Method in class org.pfsw.file.FileLocator
Returns the full pathname in a standardized for.
getStartId() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
getStartId() - Method in interface org.pfsw.db.util.IdGeneratorCategorySpec
Returns the initial identifier value to start generation with.
getStdOutReader() - Method in class org.pfsw.util.ProcessStdOutRedirector
getStrHash() - Method in class org.pfsw.security.crypto.HashedString
getString(int) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as String (if it is one).
getString(String) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as String (if it is one).
getString(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as String (if it is one).
getString(String) - Method in class org.pfsw.text.StringUtil
Returns a string that does not contain the optional enclosing delimiters
" or '.
getString(String, IStringPair) - Method in class org.pfsw.text.StringUtil
Returns a string that does not contain the optional enclosing delimiters
specified in the second parameter.
getString(String, IStringPair[]) - Method in class org.pfsw.text.StringUtil
Returns a string that does not contain the optional enclosing delimiters
specified in the second parameter.
getString1() - Method in interface org.pfsw.bif.text.IStringPair
Returns the first string of this pair.
getString1() - Method in class org.pfsw.text.StringPair
getString1() - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
getString1() - Method in class org.pfsw.util.NamedText
getString2() - Method in interface org.pfsw.bif.text.IStringPair
Returns the second string of this pair.
getString2() - Method in class org.pfsw.text.StringPair
getString2() - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
getString2() - Method in class org.pfsw.util.NamedText
getStringArray(String, boolean) - Method in class org.pfsw.text.json.JsonObjectAccessor
getStringDelimiter() - Method in class org.pfsw.text.json.SimpleJsonParser
getStringExaminer() - Method in class org.pfsw.text.json.SimpleJsonParser
getStringFilterList() - Method in class org.pfsw.file.ExtendedFileFilter
getSubType() - Method in class org.pfsw.net.MediaType
getSupportQuotedArguments() - Method in class org.pfsw.text.CommandLineArguments
Returns whether or not quoted arguments are supported.
getSuspended() - Method in class org.pfsw.util.Trigger
getSwitchAndValuesMustBeSeparated() - Method in class org.pfsw.text.CommandLineArguments
getSwitchIndicator() - Method in class org.pfsw.text.CommandLineArguments
Returns the prefix which must proceed each command line switch (option).
getTableName() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getTableQualifier() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
getTableQualifier() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getTableSpec() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
getTableSpec() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getTagName() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Returns the name of the tag, the interpreter is responsible for.
getTagName() - Method in interface org.pfsw.pax.XMLTagInterpreter
Returns the name of the tag, the interpreter is responsible for.
getTagName() - Method in class org.pfsw.pax.XMLWriteInterpreter
getTagNameFilter() - Method in class org.pfsw.six.ElementNameFilter
getTagNameForField() - Method in class org.pfsw.reflect.XmlReflection
getTargetFolder() - Method in class org.pfsw.file.FileCopyProcessor
getTargetLineProcessor() - Method in class org.pfsw.util.ProcessStdOutRedirector
getTargetLogger() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
getTempFile() - Method in class org.pfsw.file.FileLocator
getTempFolder() - Method in class org.pfsw.file.TempFilesManager
getTempFolderName() - Method in class org.pfsw.file.TempFilesManager
Returns the absolute path of the temp folder with forward slash notation.
getTerminated() - Method in class org.pfsw.util.Trigger
getText() - Method in class org.pfsw.six.Element
Returns the elements textual content which corresponds to the
XML tag's PCDATA.
getTextConstant() - Method in class org.pfsw.textx.TextEngine
getTextDelimiter() - Method in class org.pfsw.textx.TextEngine
getTextEngine() - Method in class org.pfsw.textx.GlobalLocalPlaceholderReplacement
Returns the underlying text engine which might be useful to do further
configuration settings.
getTimestamp() - Method in class org.pfsw.file.TempFilesManager
getTrue() - Static method in class org.pfsw.util.Bool
Returns the Bool instance that represents the true value.
getType() - Method in class org.pfsw.net.MediaType
getType() - Method in interface org.pfsw.reflect.IObjectProperty
Returns the type of the property.
getType() - Method in class org.pfsw.reflect.ObjectField
getTypedElement(int, Class<T>) - Method in class org.pfsw.text.json.JsonArray
getTypedElement(String, Class<T>) - Method in class org.pfsw.text.json.JsonObject
getTypedValueOf(IStringConstant, Class<T>, boolean) - Method in class org.pfsw.text.json.JsonObjectAccessor
getTypedValueOf(String, Class<T>, boolean) - Method in class org.pfsw.text.json.JsonObjectAccessor
getTypeOf(Object) - Static method in class org.pfsw.reflect.Dynamic
getTypeOf(Object) - Method in class org.pfsw.reflect.ReflectUtil
Returns the type of the given object.
getTypeOf(Object) - Method in class org.pfsw.text.MatchAttribute
Returns the type of the given object or if it is an array or a list the
type of its first element.
getTypesFromParameters(Object...) - Method in class org.pfsw.reflect.ReflectUtil
Returns an array of the types (classes) corresponding to the parameter
objects given to this methods.
getUnderlyingRealFile() - Method in class org.pfsw.file.FileLocator
This either returns the underlying file from the local file system or
unzipps the file from the underlying archive into a temporary file and returns
In any case of error null wil be returned.
getUniqueId() - Method in class org.pfsw.file.TempFilesManager
getUnqualifiedClassName(String) - Method in class org.pfsw.text.StringUtil
Returns the class name without the package name.
getUnqualifiedTableName() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
getUnqualifiedTableName() - Method in class org.pfsw.db.util.ObjectIdentifierDB
getURL() - Method in class org.pfsw.file.ClasspathElement
Returns a URL that points to this classpath element.
getURL() - Method in class org.pfsw.net.http.ClientRequest
getUseIdentity() - Method in class org.pfsw.util.ObjectCollectionFilter
getUserAgentName() - Method in class org.pfsw.net.http.UserAgent
getUserId() - Method in class org.pfsw.security.authentication.LocationCredentials
getUsingDoubleQuotes() - Method in class org.pfsw.six.XmlStreamWriter
getValid() - Method in class org.pfsw.file.ClasspathElement
getValue(String) - Method in interface org.pfsw.bif.facet.IReadOnlyNamedValues
Returns the value associated with the given name.
getValue() - Method in class org.pfsw.reflect.MapEntry
getValue() - Method in class org.pfsw.text.ByteSizeValue
getValue(String) - Method in class org.pfsw.text.json.JsonObject
getValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
getValue(String) - Method in class org.pfsw.textx.BasicVariableContainer
Returns the value for the variable with the given name.
getValue(String) - Method in class org.pfsw.textx.GlobalLocalVariables
Returns the value for the variable with the given name.
getValue(String) - Method in interface org.pfsw.textx.VariableResolver
Returns the value for the variable with the given name.
getValue(String) - Method in class org.pfsw.textx.VariableResolverPool
Returns the value for the variable with the given name.
getValue() - Method in class org.pfsw.util.Association
getValue() - Method in class org.pfsw.util.BitSet
Returns the byte value, that is the combination of the 8 bits.
getValue(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Returns the values of the specified property or null if not found.
getValue(String) - Method in class org.pfsw.util.NamedValueList
Returns the value associated with the specified name or null if the name
cannot be found.
getValue(String) - Method in class org.pfsw.util.PropertiesMap
getValueDelimiterChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character that is used to enclose a value ( DEFAULT = '\'' )
getValueDelimiterChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that is used to enclose a value ( DEFAULT = '\'' )
getValueEndChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character ends a list of values ( DEFAULT = '}' )
getValueEndChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character ends a list of values ( DEFAULT = '}' )
getValueEndChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character ends a list of values ( DEFAULT = '}' )
getValueOf(Object, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the current value of the field with the specified name in the
given object.
getValueOf(Object, Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns the current value of the field in the given object.
getValueOfField(String) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Returns the value of the field with the given field name or
null in any case of reflection error.
getValueOfField(String) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Returns the value of the field with the given field name or
null in any case of reflection error.
getValueOfType(int, Class<T>) - Method in class org.pfsw.text.json.JsonArray
Returns the value for the given index as type of the given class.
getValueOfType(String, Class<T>) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as type of the given class.
getValueOfType(IStringConstant, Class<T>) - Method in class org.pfsw.text.json.JsonObject
Returns the value for the given name as type of the given class.
getValues(String) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
Returns the values of the specified property or null if not found.
getValues(K) - Method in class org.pfsw.util.CollectorDictionary
getValues() - Method in class org.pfsw.util.MultiValueProperty
Returns a list of the values.
getValueSeparatorChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character for separation of values ( DEFAULT = ',' )
getValueSeparatorChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character for separation of values ( DEFAULT = ',' )
getValueSeparatorChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character for separation of values ( DEFAULT = ',' )
getValueStartChar() - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns the character that starts a list of values ( DEFAULT = '{' )
getValueStartChar() - Method in class org.pfsw.text.MatchRuleChars
Returns the character that starts a list of values ( DEFAULT = '{' )
getValueStartChar() - Method in class org.pfsw.text.MatchRulePrinter
Returns the character that starts a list of values ( DEFAULT = '{' )
getValueType() - Method in class org.pfsw.text.MatchAttribute
getVarEndDelimiter() - Method in class org.pfsw.textx.TextEngine
Returns the delimiter that marks the end of a variable
getVariableMapping() - Method in class org.pfsw.textx.BasicVariableContainer
getVariableResolver() - Method in class org.pfsw.textx.TextEngine
Returns the variable resolver
getVarStartDelimiter() - Method in class org.pfsw.textx.TextEngine
Returns the delimiter that marks the start of a variable
getVarStartPrefix() - Method in class org.pfsw.textx.TextEngine
Returns the character that is specified as prefix of the placeholder
delimiter or null, if none is used.
getVersionElements() - Method in class org.pfsw.text.Version
Returns an array where all sub-elements are contained.
getVisibility(int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the visibility defined by the given modifiers as string.
getWriter() - Method in class org.pfsw.file.NamedWriter
Returns the underlying Writer (will never be null).
getWriter() - Method in class org.pfsw.pax.MarkupWriter
getWriter() - Method in class org.pfsw.pax.XMLWriteController
getXmlReader() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns the XML reader that will be used to parse XML streams
getYear() - Method in class org.pfsw.util.SimpleDate
Returns the year as integer (1900..3000).
getZipFile() - Method in class org.pfsw.file.ClasspathElement
Opens and returns the zip file.
getZipFile() - Method in class org.pfsw.file.FileLocator
getZipFilename() - Method in class org.pfsw.file.ArchiveTOC
GlobalLocalPlaceholderReplacement - Class in org.pfsw.textx
Contains all variable settings and provides a mechanism, to replace
variable names in a text by their current value.
GlobalLocalPlaceholderReplacement() - Constructor for class org.pfsw.textx.GlobalLocalPlaceholderReplacement
Initialize the new instance with default values.
GlobalLocalVariables - Class in org.pfsw.textx
Contains global and local variable settings.
GlobalLocalVariables() - Constructor for class org.pfsw.textx.GlobalLocalVariables
Initialize the new instance with default values.
globalVariables() - Method in class org.pfsw.textx.GlobalLocalVariables
groupStarted() - Method in class org.pfsw.text.MatchRulePrinter
groupStarted(boolean) - Method in class org.pfsw.text.MatchRulePrinter
groupStarted() - Method in class org.pfsw.text.SqlMatchRuleVisitor
groupStarted(boolean) - Method in class org.pfsw.text.SqlMatchRuleVisitor
IBasicLifecycle - Interface in org.pfsw.bif.lifecycle
Combines interfaces IInitializable and IDisposable
IBidirectionalConverter <TInternal ,TExternal > - Interface in org.pfsw.bif.conversion
A general interface for converters that can do conversion from an
internal object representation to an external representation and vice versa.
IBooleanRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support,
if it wants to represent itself as a boolean.
ICharsets - Interface in org.pfsw.bif.text
Provides constants for the standard character sets that are available in every JRE.
ICheckedCharset - Interface in org.pfsw.bif.text
Specifies the interface of objects that represents a character encoding name
that has already been checked if it is supported by the platform.
ICondition - Interface in org.pfsw.bif.logic
Represents a condition independent of its internal complexity.
IConfigSettings - Interface in org.pfsw.bif.configuration
A simple interface for string based key/value pairs that are used
to configure something.
IConfigurable - Interface in org.pfsw.bif.configuration
Defines a generic configuration method based on string key/value pairs.
IConfigurableByMap <K ,V > - Interface in org.pfsw.bif.configuration
Defines a generic configuration method based on a Map.
IConsumer <T > - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.Consumer, but is
available for Java 6.
IContainer - Interface in org.pfsw.file.cfiles
A container that holds multiple items.
ID_METHOD_NAME - Static variable in interface org.pfsw.plugin.IIdentifiablePlugin
IdentifierGenerationException - Exception in org.pfsw.bif.identifier
General purpose exception for all problems that might occur during identifier generation.
IdentifierGenerationException(String, Object...) - Constructor for exception org.pfsw.bif.identifier.IdentifierGenerationException
IdentifierGenerationException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.identifier.IdentifierGenerationException
idFromDB() - Method in class org.pfsw.db.util.ObjectIdentifierDB
IdGeneratorCategorySpec - Interface in org.pfsw.db.util
A definition of an ID generator for a specific category.
IdGeneratorTableSpec - Class in org.pfsw.db.util
A specification object for the name and column name definition
of a database table used for ID generation.
IdGeneratorTableSpec() - Constructor for class org.pfsw.db.util.IdGeneratorTableSpec
IDirectory - Interface in org.pfsw.file.cfiles
The representation of a directory in a file system.
IDisposable - Interface in org.pfsw.bif.lifecycle
This interface specifies just a dispose() method an object must understand
to dispose its internal resources.
This is more or less the same as IReleasable.
IElementFilter - Interface in org.pfsw.six
Filter definition for
Element
objects.
IEnumType - Interface in org.pfsw.bif.enums
A general interface that allows to mark enum types
and therefore use the interface rather than the enum directly.
IExecutable - Interface in org.pfsw.bif.execution
Defines an execute() method
IFieldName - Interface in org.pfsw.bif.enums
Common interface for enumerations that specify field names.
IFileProcessor - Interface in org.pfsw.file
A callback interface for file processing.
IFunction <T ,R > - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.Function, but is
available for Java 6.
ignoreCase(boolean) - Method in class org.pfsw.text.MatchAttribute
ignoreCase(boolean) - Method in class org.pfsw.text.MatchElement
ignoreCase(boolean) - Method in class org.pfsw.text.MatchGroup
ignoreCase(boolean) - Method in class org.pfsw.text.MatchRule
Defines whether or not the case of characters in value comparison
must be ignored.
ignoreCase() - Method in class org.pfsw.text.StringExaminer
ignoreCase(boolean) - Method in class org.pfsw.text.StringExaminer
ignoreCaseAsString() - Method in class org.pfsw.text.StringPattern
ignoreCaseInName() - Method in class org.pfsw.text.MatchAttribute
Returns true, if the attribute name should be treated not case-sensitive.
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchAttribute
Sets whether the attribute name should be treated not case-sensitive.
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchElement
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchGroup
Defines whether or not the case of characters in attribute names
must be ignored.
ignoreCaseInNames(boolean) - Method in class org.pfsw.text.MatchRule
Defines whether or not the case of characters in attribute names
must be ignored.
IGNORING_PROGRESS_LISTENER - Static variable in class org.pfsw.util.IOUtil
IIdentifiablePlugin - Interface in org.pfsw.plugin
This interface can optionally be implemented by plugins.
IInitializable - Interface in org.pfsw.bif.lifecycle
Generic no argument initialization
IInitializablePlugin - Interface in org.pfsw.plugin
Defines the methods needed to initialize a plug-in implementation right
after its creation via its public no-argument constructor.
IInputStreamHandler - Interface in org.pfsw.bif.callback
A callback implementation that can be used to handle the input stream of
any process that produces such a stream.
IIntegerRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support,
if it wants to represent itself as an integer.
IItem - Interface in org.pfsw.file.cfiles
An item is always associated to a container.
IJSONConvertible - Interface in org.pfsw.bif.text
Implementers of this interface are capable of converting themselves into
a valid JSON string representation.
ILineProcessor - Interface in org.pfsw.bif.text
A simple interface that allows processing a longer text line by line.
illegalArgumentException(String, String) - Method in class org.pfsw.plugin.ClassRegistry
ILongRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support,
if it wants to represent itself as a long.
implementsInterface(Object, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the class of the given object implements the
specified interfaceType.
implementsInterface(Class<?>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given class implements the specified interfaceType.
IMutableStringPair - Interface in org.pfsw.bif.text
Specifies additional methods for IStringPair objects that allow to modify
them.
INamedElement - Interface in org.pfsw.file.cfiles
Common API for elements with a name.
inc() - Method in class org.pfsw.reflect.NumericFieldProxy
Increments this field's value by 1, stores the result in the field and returns it.
incIndent() - Method in class org.pfsw.pax.MarkupWriter
indent() - Method in class org.pfsw.text.FormattedTextWriter
Increases the indentation level by 1.
indentationRequired() - Method in class org.pfsw.text.FormattedTextWriter
indexOf(Class<?>[], Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns the index of the given class in the provided class array or -1
if the class is not in the array.
indexOf(String[], StringPattern) - Method in class org.pfsw.text.StringUtil
Returns the index of the first string in the given string array that
matches the specified string pattern.
indexOf(String[], String) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
indexOf(char[], char, boolean) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified character in the given char array.
indexOf(K) - Method in class org.pfsw.util.AssociationList
Returns the index of the given key or -1 if the key can't be found.
indexOf(T[], T) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOf(T[], IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the first object in the given object array
that matches the given filter.
indexOf(List<T>, IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the first object in the given list
that matches the given filter.
indexOf(E) - Method in class org.pfsw.util.OrderedCollection
Returns the index in this list of the first occurrence of the specified element,
or 0 if this list does not contain this element.
indexOf(Object) - Method in class org.pfsw.util.OrderedSet
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
indexOfChild(XmlItem) - Method in class org.pfsw.six.Element
indexOfIdentical(T[], T) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOfIgnoreCase(String[], String) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
indexOfObject(Object[], Object, boolean) - Method in class org.pfsw.util.CollectionUtil
indexOfPreceedingNotNullElement(String[], int) - Method in class org.pfsw.file.FileUtil
indexOfProperty(String) - Method in class org.pfsw.util.OrderedProperties
indexOfString(String[], String, boolean) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
infof(String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level INFO
is activated for this logger.
infof(Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level INFO
is activated for this logger.
infof(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level INFO
is activated for this logger.
infof(Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level INFO
is activated for this logger.
init(String) - Method in class org.pfsw.file.ArchiveTOC
init(String, String) - Method in class org.pfsw.file.Classpath
init(File) - Method in class org.pfsw.file.ClasspathElement
init(String, String) - Method in class org.pfsw.net.MediaType
init(String) - Method in class org.pfsw.security.crypto.HashedString
Initialized this HashedString instance from a Base64 encoded hash that is
prefixed with an algorithm identifier.
init(byte[], byte[], HashMechanism) - Method in class org.pfsw.security.crypto.HashedString
init() - Method in class org.pfsw.text.CommandLineArguments
initClassObject() - Method in class org.pfsw.reflect.ClassInfo
initFeatures() - Method in class org.pfsw.pax.DOMTreeXMLReader
initFieldAccessors() - Method in class org.pfsw.reflect.MappedObject
initFromParts(String[]) - Method in class org.pfsw.file.Classpath
initFromPath(String[], boolean) - Method in class org.pfsw.file.FileLocator
INITIAL_BLOCKSIZE - Static variable in class org.pfsw.db.util.ObjectIdentifierDB
INITIAL_CAPACITY - Static variable in class org.pfsw.util.OrderedProperties
initialize() - Method in interface org.pfsw.bif.lifecycle.IInitializable
Initialize the internal state
initialize(Properties) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
initialize(Properties) - Method in interface org.pfsw.logging.Logger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pfsw.logging.Logger2Logger
initialize(Properties) - Method in class org.pfsw.logging.memory.InMemoryLogger
initialize(Properties) - Method in class org.pfsw.logging.nil.NilLogger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Initialize the logger from the given properties settings.
initialize() - Method in class org.pfsw.plugin.BasePluginRegistration
Will be called from the constructor to fill the internal map with values.
initializeBuffers(String) - Method in class org.pfsw.textx.TextEngine
initializeCategory() - Method in class org.pfsw.db.util.ObjectIdentifierDB
initializeResultBuffer(int) - Method in class org.pfsw.textx.TextEngine
initializeSourceBuffer(String) - Method in class org.pfsw.textx.TextEngine
initializeTableIfNecessary() - Method in class org.pfsw.db.util.ObjectIdentifierDB
initInputSource(InputSource, String, Charset) - Static method in class org.pfsw.six.XmlStreamReader
initLexicalHandler() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
initLogLevel(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
initPlugin(String, Properties) - Method in interface org.pfsw.plugin.IInitializablePlugin
Initialize the newly created plug-in implementation with the externally
defined ID and specified configuration properties.
initPrintStream(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
initProperties(Element, Object) - Method in class org.pfsw.reflect.XmlReflection
initTargetLogger() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
InMemoryLogger - Class in org.pfsw.logging.memory
This logger keeps all log output in an internal list on the heap.
InMemoryLogger(String) - Constructor for class org.pfsw.logging.memory.InMemoryLogger
InMemoryLoggerFactory - Class in org.pfsw.logging.memory
This factory produces logger instances that keep all log output in memory.
InMemoryLoggerFactory() - Constructor for class org.pfsw.logging.memory.InMemoryLoggerFactory
insertAfter(int, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given child after the given index
insertBefore(int, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given child before the given index
insertChildAfter(XmlItem, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given newChild after the specified old child.
insertChildBefore(XmlItem, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given newChild before the specified old child.
inspectString() - Method in class org.pfsw.file.DirectoryContents
Returns a display string for an inspector.
inspectString() - Method in class org.pfsw.file.TableOfContents
Returns a display string for an inspector.
inspectString() - Method in class org.pfsw.text.StringPattern
install() - Static method in class org.pfsw.security.authentication.AutoAuthenticationManager
Must be called once, to activate this authentication manager mechanism
within the java.net.Authenticator.
instance() - Static method in class org.pfsw.security.authentication.AutoAuthenticationManager
Returns the only instance this class supports (design pattern "Singleton")
IntegerFieldProxy - Class in org.pfsw.reflect
Provides a field proxy for an integer type which offers some
extra convenience methods for basic calculation.
IntegerFieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.IntegerFieldProxy
IntegerFieldProxy(Object, String) - Constructor for class org.pfsw.reflect.IntegerFieldProxy
internalMap() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
internalMap(Map<String, NamedValue<V>>) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
internalMap() - Method in class org.pfsw.util.MapWrapper
internalMap(Map<K, V>) - Method in class org.pfsw.util.MapWrapper
internalMap() - Method in class org.pfsw.util.TemporaryMap
internalMap(Map<K, Association<Long, V>>) - Method in class org.pfsw.util.TemporaryMap
internalValidate() - Method in class org.pfsw.file.cfiles.WindowsDrive
intValue() - Method in class org.pfsw.text.NaturalNumber
invalidElements() - Method in class org.pfsw.file.Classpath
Returns the classpath elements that are invalid.
InvalidParameterException - Exception in org.pfsw.textx
This exception class is used for signaling that something
is wrong with the parameters given to a function.
InvalidParameterException(String, String) - Constructor for exception org.pfsw.textx.InvalidParameterException
Initializes the receiver with the function name that caused the exception.
invalidSubTagError(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This is a convenience method for throwing an exception, when a
an invalid sub tag is detected.
invoke(Object, String) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object and without any arguments.
invoke(Object, String, Object) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
invoke(Object, String, int) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one integer argument.
invoke(Object, String, boolean) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
invoke(Object, String, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, String, Object[], Class<?>[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, Method, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the given method on the given object with the specified arguments.
invoke(String, Object[], String[]) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Executes the methods that are supported via JMX.
IObjectCollector <T > - Interface in org.pfsw.bif
Implementors will be called by for elements in a loop or a recursive
processing.
IObjectConverter <TSource ,TTarget > - Interface in org.pfsw.bif.conversion
Defines a generic functional interface for the conversion of a
given source object into a target object.
IObjectFilter <T > - Interface in org.pfsw.bif.filter
Defines just one method useful for generic filtering.
IObjectIdGenerator - Interface in org.pfsw.bif.identifier
Specifies the methods that are needed to generate new (unique) object
identifiers.
IObjectProcessor <T > - Interface in org.pfsw.bif
Specifies a simple interface that allows loops or recursive executions
to send each object to an implementor of this interface.
IObjectProperty - Interface in org.pfsw.reflect
This is the generic view on a single object property (field / instance variable).
IObjectPropertyFilter - Interface in org.pfsw.reflect
A generic filter function definition for IObjectProperty objects.
IORuntimeException - Exception in org.pfsw.bif.exceptions
A generic runtime exception that is supposed to be used for wrapping
a checked IOException
.
IORuntimeException(String, Object...) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
IORuntimeException(IOException, String, Object...) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
IORuntimeException(IOException) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
ioUtil() - Method in class org.pfsw.file.FileUtil
ioUtil() - Method in class org.pfsw.net.http.HttpUtil
IOUtil - Class in org.pfsw.util
Various well-tested and reusable utility methods that help to reduce large
amount of boilerplate code in the area of I/O (stream and reader/writer processing).
IOUtil() - Constructor for class org.pfsw.util.IOUtil
Protected constructor allows subclassing!
ioUtil() - Method in class org.pfsw.util.StreamCopy
IOutputStreamHandler - Interface in org.pfsw.bif.callback
A callback implementation that can be used to handle the output stream of
any process that produces such a stream.
IParameterizedCondition <T > - Interface in org.pfsw.bif.logic
A condition that evaluates to true or false depending on an external
parameter.
IPredicate <T > - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.Predicate, but is
available for Java 6.
IProgressListener - Interface in org.pfsw.bif.callback
A generic interface for listeners of any long-running actions that need to
be observable and stoppable.
IReadOnlyNamedValues <TValue > - Interface in org.pfsw.bif.facet
Generic read only access to any name/value pair based containers where
the names are strings and the values can be any type.
IReleasable - Interface in org.pfsw.bif.lifecycle
This interface specifies just a release() method an object must understand
to release its internal resources.
This is more or less the same as IDisposable.
IResettable - Interface in org.pfsw.bif.lifecycle
To be implemented by objects that can be reset.
IResponseStreamHandler - Interface in org.pfsw.net.http
A callback implementation that can be used to handle the input stream of
an HTTP response.
IResumable - Interface in org.pfsw.bif.execution
Defines method resume().
IRIX - Static variable in class org.pfsw.util.SysUtil
isAbsolute() - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this is an absolute URL
isAbstract() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the abstract modifier,
false otherwise.
isAllInitialized() - Method in class org.pfsw.db.util.ObjectIdentifierDB
isAnyNull(Object...) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array contains at least one null value.
isAnyNullOrBlank(String...) - Method in class org.pfsw.text.StringUtil
Returns true if any one of the given strings is null or blank.
isAppletEnvironment() - Method in class org.pfsw.util.SysUtil
Returns true if the code is running as part of an applet in a browser
plugin JVM.
isArchive() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is an archive file.
isArray() - Method in class org.pfsw.text.json.JsonArray
Returns true because this is a JSON array representation (in Java).
isArray() - Method in class org.pfsw.text.json.JsonObject
Returns false because this is no JSON array representation (in Java).
isArray() - Method in interface org.pfsw.text.json.JsonType
Returns true if this is a JSON array representation (in Java).
isArrayEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isArrayStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isAssignableFrom(Class<?>) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by this ClassInfo object is
either the same as, or is a superclass or superinterface of, the class
or interface represented by the specified Class parameter.
isAssignableTo(Class<?>) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by the specified class parameter is
either the same as, or is a superclass or super interface of, the class
or interface represented by this ClassInfo object.
isAttribute() - Method in class org.pfsw.text.MatchAttribute
Returns true, if the element is an attribute element.
isAttribute() - Method in class org.pfsw.text.MatchElement
isAuthScheme(String) - Method in class org.pfsw.net.http.AuthorizationHeader
Returns true if the underlying authentication scheme equals (case-insensitive)
the given name.
isAutoFlush() - Method in class org.pfsw.util.StreamCopy
isBasicAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
isBasicHttp() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
isBearerAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
isBitNotSet(int) - Method in class org.pfsw.util.BitSet
Returns true, if the bit defined by the argument is not set.
isBitSet(int) - Method in class org.pfsw.util.BitSet
Returns true, if the bit defined by the argument is set.
isCategoryInitialized() - Method in class org.pfsw.db.util.ObjectIdentifierDB
isClosed() - Method in class org.pfsw.db.util.SQLExecutor
isCloseStreamsAfterCopy() - Method in class org.pfsw.util.StreamCopy
isCodeIn(int...) - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has a status code that equals
one of the given codes.
isCodeInRange(int, int) - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has a status code that is in the specified
code range (fromCode and toCode both included).
isConditionalControlOn() - Method in class org.pfsw.textx.TextEngine
isCorrectElementType(Association<K, V>) - Method in class org.pfsw.util.AssociationList
isCorrectKeyType(Object) - Method in class org.pfsw.util.AssociationList
isCorrectType(Object) - Method in class org.pfsw.text.MatchAttribute
isCorrectValueType(Object) - Method in class org.pfsw.util.AssociationList
isDebugEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows debug logging.
isDebugEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows debug logging.
isDefaultPort() - Method in class org.pfsw.net.UniformResourceLocator
Returns true, if the port is not explicitly set which means the default
port has to be used.
isDefaultVisibility() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifier bits does not include any of the
visibility modifiers public , protected private ,
false otherwise.
isDefaultVisibility(int) - Method in class org.pfsw.reflect.ReflectUtil
Returns true, if the visibility defined by the given modifiers
is the default (package) visibility.
isDefinedPlaceholder(String) - Method in class org.pfsw.textx.TextEngine
isDesiredLoggerType(String) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isDesiredLoggerTypeStillNotAvailable() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isDigestAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
isDirectory(ZipEntry) - Method in class org.pfsw.file.ArchiveTOC
isDirectory() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is a directory
isDirectory() - Method in class org.pfsw.file.FileLocator
Returns whether or not the name specified by this locator
points to a directory.
isDirectoryElement(File) - Method in class org.pfsw.file.FileLocator
isDirectoryInArchive(String) - Method in class org.pfsw.file.FileLocator
isDriverRegistered(String) - Method in class org.pfsw.db.util.DBUtil
Returns true if the database driver with the specified class name is
registered at the java.sql.DriverManager.
isDTD(String) - Method in class org.pfsw.six.FileEntityResolver
isEclipse() - Method in class org.pfsw.util.SysUtil
Returns true if the environment is based on eclipse.
isEmpty() - Method in interface org.pfsw.bif.facet.IReadOnlyNamedValues
Returns true if the receiver does not contain any data.
isEmpty() - Method in class org.pfsw.file.cfiles.AbstractContainer
isEmpty() - Method in interface org.pfsw.file.cfiles.IContainer
Returns whether or not this container contains items.
isEmpty() - Method in class org.pfsw.logging.memory.InMemoryLogger
isEmpty() - Method in class org.pfsw.plugin.ClassRegistry
isEmpty() - Method in class org.pfsw.reflect.MappedObject
isEmpty() - Method in class org.pfsw.text.CommandLineArguments
Returns true if no argument is set.
isEmpty() - Method in class org.pfsw.text.StringFilterCollection
isEmpty() - Method in class org.pfsw.text.StringPatternCollection
Returns true if no pattern definition is currently in this collection
isEmpty() - Method in class org.pfsw.util.AssociationList
Returns true if this list has no elements
isEmpty() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
isEmpty() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
isEmpty() - Method in class org.pfsw.util.CollectorDictionary
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.pfsw.util.MapWrapper
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pfsw.util.MultiValueProperty
Returns true if no value is in the list of values.
isEmpty() - Method in class org.pfsw.util.OrderedCollection
Returns true if this list contains no elements.
isEmpty() - Method in class org.pfsw.util.OrderedMap
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pfsw.util.OrderedProperties
Returns whether or not this contains any properties.
isEmpty() - Method in class org.pfsw.util.OrderedSet
isEmpty() - Method in class org.pfsw.util.PropertiesMap
isEmpty() - Method in class org.pfsw.util.StackedMap
Returns true, if there is no entry in this map and in all maps on the stack.
isEmpty() - Method in class org.pfsw.util.TemporaryMap
isEmptyTag() - Method in class org.pfsw.pax.XMLWriteInterpreter
isEnabled(LogLevel) - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows logging on the given level.
isEnabled(LogLevel) - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows logging on the given level.
isEncrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
isEqual(String) - Method in class org.pfsw.security.crypto.HashedString
Compares the given clear text string with the hashed value.
isEqual(byte[]) - Method in class org.pfsw.security.crypto.HashedString
Compares the given plain text string with the hashed string.
isEqual(String, String) - Method in class org.pfsw.text.StringPair
isEqualTo(String) - Method in class org.pfsw.text.Version
Returns true if this version is equal to the version
represented by the given string.
isEqualUTF8(String) - Method in class org.pfsw.security.crypto.HashedString
Compares the given clear text string with the hashed value (which was hashed as UTF-8).
isErrorEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows error logging.
isErrorEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows error logging.
IService - Interface in org.pfsw.bif.execution
Generic tag interface to identify any kind of service
IServiceStateChangeListener - Interface in org.pfsw.bif.execution
A listener that gets informed about any state changes of a service.
isEscape(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isExecutingWithJDK() - Method in class org.pfsw.util.SysUtil
Returns true if the current Java execution runtime is a JDK
and false if it is a JRE.
isExistingFolder(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given path is an existing folder on the file system.
isExistingFolder(File) - Method in class org.pfsw.file.FileUtil
Returns true if the given folder is an existing folder on the file system.
isExpired(Association<Long, V>) - Method in class org.pfsw.util.TemporaryMap
isFalse(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a false setting.
isFalse(Object) - Static method in class org.pfsw.util.Bool
Returns true, if the given object is a sort of boolean "false" representation
otherwise false.
isFalse() - Method in class org.pfsw.util.Bool
Returns true if the receiver is a representation of false .
isFeatureOn(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
isFile() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is a file.
isFile() - Method in class org.pfsw.file.FileLocator
Returns whether or not the name specified by this locator
points to a file.
isFileElement(File) - Method in class org.pfsw.file.FileLocator
isFileInArchive(String) - Method in class org.pfsw.file.FileLocator
isFinal() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the final modifier,
false otherwise.
isFirstGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
isGreaterOrEqual(Version) - Method in class org.pfsw.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterOrEqual(String) - Method in class org.pfsw.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterThan(Version) - Method in class org.pfsw.text.Version
Returns if this version is greater than the specified version.
isGreaterThan(String) - Method in class org.pfsw.text.Version
Returns if this version is greater than the given version.
isGroup() - Method in class org.pfsw.text.MatchElement
isGroup() - Method in class org.pfsw.text.MatchGroup
Returns always true, because this is a group.
isGroupEnd(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
isHashed(String) - Method in class org.pfsw.security.crypto.CryptoUtil
isHashed() - Method in class org.pfsw.security.crypto.HashedString
isHttpsURL(String) - Method in class org.pfsw.net.http.HttpUtil
Returns whether or not the given string starts with a proper HTTPS protocol
prefix.
isHttpURL(String) - Method in class org.pfsw.net.http.HttpUtil
Returns whether or not the given string starts with a proper HTTP protocol
prefix.
isInArchive() - Method in class org.pfsw.file.FileInfo
Returns the name of the archive, the file is included in or null if the
file is located in the normal directory structure.
isInArchive() - Method in class org.pfsw.file.FileLocator
Returns whether or not the file specified by this locator
is inside an archive.
isIndentationOn() - Method in class org.pfsw.textx.TextEngine
isInfoEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows info logging.
isInfoEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows info logging.
isInsertionStart(Character) - Method in class org.pfsw.textx.TextEngine
isInsideJavaArchive(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) that
is located inside a JAR file.
isInstance(Object) - Method in class org.pfsw.reflect.ClassInfo
Determines if the specified Object is assignment-compatible with the object
represented by this ClassInfo.
isInteger(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given value is a string containing only digits
and optionally a leading minus ('-') and is in the range of a valid
integer Integer.MIN_VALUE <= value <= Integer.MAX_VALUE.
isInterface() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the interface modifier,
false otherwise.
isJavaModuleSystemSupportingRuntime() - Method in class org.pfsw.util.SysUtil
Returns true if the current JRE used to execute this code is
supporting the Java Module System.
isKnownFunction(String) - Method in class org.pfsw.textx.BasicTextFunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownFunction(String) - Method in interface org.pfsw.textx.FunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.BasicVariableContainer
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.GlobalLocalVariables
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in interface org.pfsw.textx.VariableResolver
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.VariableResolverPool
Returns if the variable with the given name can be resolved by the receiver.
isLessOrEqual(Version) - Method in class org.pfsw.text.Version
Returns if this version is less or equal compared to the given version.
isLessOrEqual(String) - Method in class org.pfsw.text.Version
Returns if this version is less or equal compared to the given version.
isLessThan(Version) - Method in class org.pfsw.text.Version
Returns if this version is less than the given version.
isLessThan(String) - Method in class org.pfsw.text.Version
Returns if this version is less than the specified version.
isLexicalHandlerSupported() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns true if the LexicalHandler callback is supported by the XML parser
isLiteral(char) - Method in class org.pfsw.text.LdapFilterParser
isLocal(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on
the local file system.
isLocalFileURL(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on
the local file system using the URL syntax such as "file:/usr/bin/run"
or "file:\C:\temp\readme.txt.
isLoggingDebugs() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isLoggingDebugs() - Method in interface org.pfsw.logging.Logger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pfsw.logging.Logger2Logger
isLoggingDebugs() - Method in class org.pfsw.logging.memory.InMemoryLogger
isLoggingDebugs() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isLoggingErrors() - Method in interface org.pfsw.logging.Logger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.Logger2Logger
isLoggingErrors() - Method in class org.pfsw.logging.memory.InMemoryLogger
isLoggingErrors() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if errors will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isLoggingInfos() - Method in interface org.pfsw.logging.Logger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.Logger2Logger
isLoggingInfos() - Method in class org.pfsw.logging.memory.InMemoryLogger
isLoggingInfos() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if info messages will be written to the output device(s).
isLoggingSupressed() - Static method in class org.pfsw.six.LoggerProvider
Returns true if currently nothing will be logged
isLoggingWarnings() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
isLoggingWarnings() - Method in interface org.pfsw.logging.Logger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pfsw.logging.Logger2Logger
isLoggingWarnings() - Method in class org.pfsw.logging.memory.InMemoryLogger
isLoggingWarnings() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if warnings will be written to the output device(s).
isLong(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given value is a string containing only digits
and optionally a leading minus ('-') and is in the range of a valid
long - Long.MIN_VALUE <= value <= Long.MAX_VALUE.
isMap() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
isMethod(String) - Method in class org.pfsw.net.http.HttpMethod
Returns true if the given string equals (case-insensitive) this
HttpMethod's name.
isNative() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the native modifier,
false otherwise.
isNegative() - Method in class org.pfsw.text.NaturalNumber
Returns true if this number is less than 0.
isNewCategory(String) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Returns true if no category with the given name has yet been registered.
isNextCharBufferEmpty() - Method in class org.pfsw.textx.TextEngine
isNoneNull(Object...) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array contains no null value.
isNoneNullOrBlank(String...) - Method in class org.pfsw.text.StringUtil
Returns true if none of the given strings is null or blank.
isNotOperator(char) - Method in class org.pfsw.text.LdapFilterParser
isNull() - Method in class org.pfsw.reflect.FieldProxy
Returns whether or not the underlying value is null.
isNull() - Method in interface org.pfsw.reflect.IValueHolder
Returns whether or not the underlying value is null.
isNull() - Method in class org.pfsw.reflect.MappedObject
Returns whether or not the underlying object is null.
isNullOrBlank(String) - Method in class org.pfsw.logging.internal.AbstractLogger
isNullOrBlank(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is null or empty or consists of
whitespace characters only.
isNullOrDeleted(T) - Method in class org.pfsw.util.OrderedProperties
Returns true if the given property is null or marked as deleted.
isNullOrEmpty(String) - Method in class org.pfsw.logging.internal.AbstractLogger
isNullOrEmpty(Object[]) - Method in class org.pfsw.reflect.ReflectUtil
isNullOrEmpty(Collection<?>) - Method in class org.pfsw.reflect.ReflectUtil
isNullOrEmpty(String[]) - Method in class org.pfsw.text.StringUtil
Returns true if the given string array is null or empty
isNullOrEmpty(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is null or empty
isNullOrEmpty(Collection<?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given collection is null or has no elements.
isNullOrEmpty(Object[]) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array is null or has no elements.
isNullOrEmpty(Map<?, ?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given map is null or has no elements.
isNullOrEmpty(AssociationList<?, ?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given association list is null or has no elements.
isNumberStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isNumeric() - Method in class org.pfsw.text.Version
Returns true if this version contains only positive numeric sub parts.
ISO8601_FORMAT - Static variable in class org.pfsw.util.SimpleDate
ISO_8859_1 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_1 - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset ISO-8859-1.
ISO_8859_13 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_15 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_2 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_3 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_4 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_5 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_7 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_8 - Static variable in interface org.pfsw.bif.text.ICharsets
ISO_8859_9 - Static variable in interface org.pfsw.bif.text.ICharsets
isObject() - Method in class org.pfsw.text.json.JsonArray
Returns false because this is no JSON object representation (in Java).
isObject() - Method in class org.pfsw.text.json.JsonObject
Returns true because this is a JSON object representation (in Java).
isObject() - Method in interface org.pfsw.text.json.JsonType
Returns true if this is a JSON object representation (in Java).
isObjectEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isObjectStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isOk() - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has returned with the OK status code (i.e.
isOpen() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element represents an archive (zip file) and that
archive is currently open.
isOperator(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
isOperator(char) - Method in class org.pfsw.text.LdapFilterParser
isOption(String) - Method in class org.pfsw.text.CommandLineArguments
isOptionSet(String) - Method in class org.pfsw.text.CommandLineArguments
Returns whether or not the specified option is set in the command line
arguments.
isPackageVisible(Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given field is not null and is package visible.
isPackageVisible(Method) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given method is not null and is package visible.
isPartOfValue(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns true if the given character can be part of a value.
isPositive() - Method in class org.pfsw.text.NaturalNumber
Returns true if this number is greater than 0.
isPositiveInteger(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive integer.
isPositiveLong(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive long.
isPresent() - Method in class org.pfsw.reflect.FieldProxy
Returns whether or not the underlying value is not null.
isPresent() - Method in interface org.pfsw.reflect.IValueHolder
Returns whether or not the underlying value is not null.
isPrivate() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the private modifier,
false otherwise.
isProtected() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the protected modifier,
false otherwise.
isPublic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the public modifier,
false otherwise.
isRelative() - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this is a relative URL
isRelativeToHost(String) - Method in class org.pfsw.net.UniformResourceLocator
isReleased() - Method in class org.pfsw.util.ReleaseState
Returns true if this object has been released.
isRemote() - Method in class org.pfsw.file.FileLocator
Returns true if the locator points to a remote file or directory.
isRemote(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on
a remote system.
isResolved() - Method in class org.pfsw.file.FileLocator
isSalted() - Method in class org.pfsw.security.crypto.HashedString
Returns true if the value is salted.
isSalted() - Method in class org.pfsw.security.crypto.HashMechanism
isSilent() - Method in class org.pfsw.reflect.MappedObject
Returns true if this object has been configured to ignore
exceptions silently.
isSingleton() - Method in class org.pfsw.reflect.ClassInfo
isStackEmpty() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns whether the stack is empty or not.
isStatic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the static modifier,
false otherwise.
isStrict() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the strict modifier,
false otherwise.
isStringEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isStringStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isSupportedAlgorithm(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns whether or not the given algorithm is supported.
isSupposedToHaveContent(ServerResponse) - Method in class org.pfsw.net.http.UserAgent
isSuspended() - Method in class org.pfsw.util.Trigger
isSynchronized() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the synchronized modifier,
false otherwise.
isTableAlreadyCreated() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
isTableCreated() - Method in class org.pfsw.db.util.ObjectIdentifierDB
IStartable - Interface in org.pfsw.bif.execution
To be implemented by classes that provide a service which can be started
isTempFile() - Method in class org.pfsw.file.FileLocator
Returns true if the underlying file has been resolved and copied
to a temporary file in the local file system.
isTerminated() - Method in class org.pfsw.util.Trigger
IStoppable - Interface in org.pfsw.bif.execution
To be implemented by classes that provide a service which can be stopped
isTransient() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the transient modifier,
false otherwise.
IStringConstant - Interface in org.pfsw.bif.text
Common interface of enumerations that define string constants.
IStringConverter <T > - Interface in org.pfsw.bif.conversion
Defines a generic functional interface for the conversion of a
given source object into a String
.
IStringFilter - Interface in org.pfsw.bif.text
A simple interface for abstraction of string matching.
IStringPair - Interface in org.pfsw.bif.text
Specifies a pair of String objects.
IStringRepresentation - Interface in org.pfsw.bif.text
This interface defines the method an object must support,
if it wants to provide its string representation other than
by the method toString() .
isTrue() - Method in interface org.pfsw.bif.logic.ICondition
Returns whether or not the condition is true
isTrue(T) - Method in interface org.pfsw.bif.logic.IParameterizedCondition
Returns true if the condition evaluates to true for the given parameter.
isTrue(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a true setting.
isTrue(Object) - Static method in class org.pfsw.util.Bool
Returns true, if the given object is a sort of boolean "true" representation
otherwise false.
isTrue() - Method in class org.pfsw.util.Bool
Returns true if the receiver is a representation of true .
isType(String) - Method in class org.pfsw.net.MediaType
Returns true if the given string equals (case-insensitive) the receiver's
string representation.
isTyped() - Method in class org.pfsw.plugin.ClassRegistry
isTyped() - Method in class org.pfsw.text.MatchAttribute
ISubContainer - Interface in org.pfsw.file.cfiles
Defines a container that can be put as item into another container.
isUnlocatedRemoteFile() - Method in class org.pfsw.file.FileLocator
ISupplier <T > - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.Supplier, but is
available for Java 6.
ISuspendable - Interface in org.pfsw.bif.execution
Defines method suspend()
isValid() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is either a valid directory or really an
archive (zip file).
isValid() - Method in class org.pfsw.text.Version
Returns true if this version contains only valid sub parts.
isValidAssociation(Association<K, V>) - Method in class org.pfsw.util.AssociationList
isValidating() - Method in class org.pfsw.six.FileEntityResolver
isValidating(boolean) - Method in class org.pfsw.six.FileEntityResolver
isValidAttributeNameCharacter(char) - Method in class org.pfsw.text.LdapFilterParser
isValidCompareOperator(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
isValidJsonType(Class<?>) - Method in class org.pfsw.text.json.JsonUtil
Returns true if the given class one of the supported JSON object types.
isValidJsonTypeInstance(Object) - Method in class org.pfsw.text.json.JsonUtil
Returns true if the given object is null or an instance of one of the
supported JSON object types.
isValidNameCharacter(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
isValidPlaceholderNameCharacter(char) - Method in class org.pfsw.textx.TextEngine
isValidProperty(PropertiesFileElement) - Method in class org.pfsw.file.PropertiesFileContent
isValidProperty(T) - Method in class org.pfsw.util.OrderedProperties
isValidType(Class<?>) - Method in class org.pfsw.plugin.ClassRegistry
Returns true if the given type is compatible to the underlying entry type.
isValidVersion(String) - Static method in class org.pfsw.text.Version
Returns true if the given string represents a valid version.
isValueSeparator(char) - Method in class org.pfsw.text.json.SimpleJsonParser
isVolatile() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the volatile modifier,
false otherwise.
isWarnEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows warn logging.
isWarnEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows warn logging.
isWildcardSubType() - Method in class org.pfsw.net.MediaType
isWildcardType() - Method in class org.pfsw.net.MediaType
isWindows() - Method in class org.pfsw.util.SysUtil
Returns true if the current operating-system is Windows.
isWrapperFor(Class<?>) - Method in class org.pfsw.db.util.DataSourceProxy
Always returns false.
isWritingOn() - Method in class org.pfsw.textx.TextEngine
ISystemExitListener - Interface in org.pfsw.bif.lifecycle
An implementor of this interface can be added to a listener list that
isZeroOrPositiveInteger(String) - Method in class org.