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
AbstractPKCEGenerator - Class in org.pfsw.security.oauth.pkce
A customizable generic implementation of a
PKCEGenerator
where subclasses
determine what code challenge method to be used and how to generate that data.
AbstractPKCEGenerator(CodeChallengeMethod) - Constructor for class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
Creates a new instance for the given code challenge method and a default random string generator
and true for createBase64EncodedCodeVerifiers.
AbstractPKCEGenerator(CodeChallengeMethod, StringGenerator) - Constructor for class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
Creates a new instance with the given arguments.
AbstractPlaceholderReplacer - Class in org.pfsw.text
Abstract standard implementation for replacing multiple placeholders identified
by a start and end delimiter in a string.
AbstractPlaceholderReplacer(String, String) - Constructor for class org.pfsw.text.AbstractPlaceholderReplacer
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, U) - Method in interface org.pfsw.bif.callback.IBiConsumer
Performs this operation on the given arguments.
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(X509TrustManager) - Method in class org.pfsw.security.x509.MultiX509TrustManager
Adds the given trust manager if it is not null and not yet contained.
add(X509TrustManager) - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
Adds the given trust manager if it is not null and not yet contained.
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.
addDefaultTrustStore() - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
Add the JRE/JDK default trust store.
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.
addJsonObjects(JsonObject...) - Method in class org.pfsw.text.json.JsonArray
Adds the given JSON objects.
addJsonObjects(Collection<JsonObject>) - Method in class org.pfsw.text.json.JsonArray
Adds the given JSON objects.
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.
addProperty(IName, String) - Method in class org.pfsw.file.PropertiesFileContent
Adds the property with the specified name and value.
address(InetSocketAddress) - Method in class org.pfsw.net.http.ProxyBuilder
addSingleString(String) - Method in class org.pfsw.text.StringCollectionFilter
Add the given string to the internal string collection.
addStrings(String...) - Method in class org.pfsw.text.json.JsonArray
Adds the given strings.
addStrings(Collection<String>) - Method in class org.pfsw.text.json.JsonArray
Adds the given strings.
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(IStringRepresentation, String...) - Method in class org.pfsw.net.UniformResourceLocator
Adds the given value to the parameter with the specified name.
addToParameter(IStringRepresentation, IStringRepresentation...) - Method in class org.pfsw.net.UniformResourceLocator
Adds the given value to the parameter with the specified name.
addToParameter(String, String...) - Method in class org.pfsw.net.UniformResourceLocator
Adds the given value to the parameter with the specified name.
addTrustStore(String, String) - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
Add the given trust store.
addTrustStore(InputStream, String) - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
Add the given trust store.
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
adjustForSSL(HttpURLConnection) - Method in class org.pfsw.net.http.UserAgent
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(char) - Method in class org.pfsw.text.TextBuilder
append(CharSequence) - Method in class org.pfsw.text.TextBuilder
append(CharSequence, int, int) - Method in class org.pfsw.text.TextBuilder
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
appendNewline() - Method in class org.pfsw.text.TextBuilder
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.
appendText(String) - Method in class org.pfsw.text.TextBuilder
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
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(String) - Method in class org.pfsw.text.AbstractPlaceholderReplacer
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
arrayAsString(String, T...) - Method in class org.pfsw.text.StringUtil
Returns a single string containing all string representations of the objects in the given array,
separated by the specified separator.
arrayToJSON(Object...) - Method in class org.pfsw.text.json.JsonUtil
Converts the given object array to a valid JSON string representation.
arrayToString(T...) - Method in class org.pfsw.text.StringUtil
Returns a single string containing all string representations of the objects in the given array,
separated by the default separator ",".
asArray() - Method in interface org.pfsw.bif.text.IStringPair
Returns both strings of this pair in a String array.
asArray(Class<T>) - Method in class org.pfsw.text.json.JsonArray
Returns a copy of this JsonArray as an array of elements with the given type.
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.PointInTime
Returns this point in time as date.
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.
asExecutable(Runnable) - Method in class org.pfsw.bif.BasicUtil
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 enum org.pfsw.bif.CompareResult
asInteger() - Method in interface org.pfsw.bif.conversion.IIntegerRepresentation
Returns the integer representation of the implementing object.
asInteger() - Method in enum org.pfsw.bif.priority.StandardPriority
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
asMilliseconds() - Method in class org.pfsw.util.Duration
Returns the full duration as milliseconds.
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
asRunnable(IExecutable) - Method in class org.pfsw.bif.BasicUtil
Converts the given executable into an Runnable
;
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.
asSortedList(Collection<T>, boolean) - Method in class org.pfsw.util.CollectionUtil
Returns an ArrayList that contains all objects from the collection in a sorted order.
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(Object) - Method in class org.pfsw.bif.BasicUtil
Returns the string representation of the given object utilizing either asString()
if it implements
IStringRepresentation
, name() if it is an enum value
or toString() for all other objects.
asString() - Method in enum org.pfsw.bif.CompareResult
asString() - Method in enum org.pfsw.bif.http.HttpMethod
Returns the string representation of the method (e.g.
asString() - Method in enum org.pfsw.bif.http.NonStandardHttpHeaderName
asString() - Method in enum org.pfsw.bif.http.OtherHttpHeaderName
asString() - Method in enum org.pfsw.bif.http.StandardHttpHeaderName
asString() - Method in enum org.pfsw.bif.priority.StandardPriority
Returns the name of the enum value.
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.bif.text.Name
asString() - Method in class org.pfsw.bif.text.ObjectReference
asString() - Method in enum org.pfsw.logging.internal.SystemPropertyName
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 enum org.pfsw.net.MediaTypeConstant
Returns the string representation (e.g.
asString() - Method in class org.pfsw.net.MediaTypeDefinition
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 enum org.pfsw.security.KeystoreType
asString() - Method in enum org.pfsw.security.oauth.pkce.CodeChallengeMethod
asString() - Method in class org.pfsw.security.x509.GeneralName
asString() - Method in enum org.pfsw.security.x509.X509NameType
asString(Object) - Method in class org.pfsw.text.FormattedTextWriter
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(JsonObject) - Method in class org.pfsw.text.json.JsonWriter
Convenience method to convert the given
JsonObject
to a pretty printed
JSON string representation.
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.TextBuilder
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() - Method in class org.pfsw.util.Duration
Returns the duration as a string using english text labels as suffix after each value.
asString(String, String, String, String, String) - Method in class org.pfsw.util.Duration
Returns the duration as a string using the given text labels as suffix after each value.
asString(String) - Method in class org.pfsw.util.NamedText
asStringArray(Collection<IStringRepresentation>) - Method in class org.pfsw.text.StringUtil
Returns a string array containing the values of the asString() method applied
on each element of the given collection.
asStringArray(IStringRepresentation...) - Method in class org.pfsw.text.StringUtil
Returns a string array containing the values of the asString() method applied
on each object of the given array.
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.
asStringList(Collection<IStringRepresentation>) - Method in class org.pfsw.text.StringUtil
Returns a list containing the values of the asString() method applied
on each element of the given collection.
asStringList(IStringRepresentation...) - Method in class org.pfsw.text.StringUtil
Returns a list containing the values of the asString() method applied
on each object of the given array.
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.
asStrings(T...) - Method in class org.pfsw.text.StringUtil
Returns a string array containing all string representations of the given objects.
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
asURI(String) - Method in class org.pfsw.net.NetUtil
Returns the given string as URI if possible.
asURL() - Method in class org.pfsw.file.FileInfo
Returns the URL of the file this info objects describes.
asURL(String) - Method in class org.pfsw.net.NetUtil
Returns the given string as URL if possible.
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
checkClientTrusted(X509Certificate[], String) - Method in class org.pfsw.security.x509.MultiX509TrustManager
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
checkServerTrusted(X509Certificate[], String) - Method in class org.pfsw.security.x509.MultiX509TrustManager
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
checkWith(X509TrustManager) - Method in interface org.pfsw.security.x509.X509TrustManagerCheck
checkWithTrustManagers(X509TrustManagerCheck) - Method in class org.pfsw.security.x509.MultiX509TrustManager
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() - Static method in class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
Removes all registered output targets.
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.security.x509.MultiX509TrustManager
Removes all contained trust managers.
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() - Method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
close() - Method in interface org.pfsw.logging.stdout.LogMessageOutputTarget
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
CodeChallengeMethod - Enum in org.pfsw.security.oauth.pkce
Defines the code challenge methods specified by https://tools.ietf.org/html/rfc7636.
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.
commentProperty(IName) - 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(Comparable<T>, T) - Method in class org.pfsw.bif.BasicUtil
Compares the first object to the second and returns an enum value for the result.
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
CompareResult - Enum in org.pfsw.bif
Defines enums for the results of Comparator.compare(Object, Object)
.
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(Duration) - Method in class org.pfsw.util.Duration
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.
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.
containsWhitespaceChars(String) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the given string contains any white space character.
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(byte[]) - Method in interface org.pfsw.bif.conversion.IByteArrayToStringConverter
Converts a given byte array to a string.
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.http.ClientRequest
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.
Countdown() - Constructor for class org.pfsw.util.Countdown
create(String, Object...) - Static method in exception org.pfsw.bif.exceptions.RemoteCallException
create(Exception, String, Object...) - Static method in exception org.pfsw.bif.exceptions.RemoteCallException
create(int, String, Object...) - Static method in exception org.pfsw.bif.exceptions.RemoteCallException
create(String) - Static method in class org.pfsw.bif.text.Name
Creates a new name instance.
create(IStringConstant) - Static method in class org.pfsw.bif.text.Name
Creates a new name instance.
create(Object) - Static method in class org.pfsw.bif.text.ObjectReference
Returns an object reference for the given object.
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(IFileProcessor) - Static method in class org.pfsw.file.FileWalker
Creates a new instance with a file processor.
create(FileHandler) - Static method in class org.pfsw.file.FileWalker
Creates a new instance with a file handler.
create() - Static method in class org.pfsw.file.ZipFileCreator
create() - Static method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
create(PrintStream) - Static method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
create(String) - Static method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
create(String) - Static method in class org.pfsw.logging.stdout.PrintStreamLogger
Create a new instance with a logger name.
create() - Static method in class org.pfsw.net.http.ClientRequest
create() - Static method in class org.pfsw.net.http.ProxyBuilder
Returns a new ProxyBuilder instance.
create(String, int) - Static method in class org.pfsw.net.http.ProxyBuilder
Returns a new ProxyBuilder instance initialized with the given hostname and port.
create(int) - Static method in class org.pfsw.net.http.ServerResponse
create(int, String) - Static method in class org.pfsw.net.http.ServerResponse
create() - Static method in class org.pfsw.net.http.UserAgent
Creates a new instance of a UserAgent with no proxy and not following redirects.
create(String, String) - Static method in class org.pfsw.net.MediaTypeDefinition
Creates a new instance based on the given type and sub-type.
create(String) - Static method in class org.pfsw.net.MediaTypeDefinition
Creates a new instance based on the given type definition which
must comply with media type syntax (i.e.
create() - Static method in class org.pfsw.net.SkipHostnameVerification
create() - Static method in class org.pfsw.net.UniformResourceLocator
Creates a new instance.
create(String) - Static method in class org.pfsw.net.UniformResourceLocator
Creates a new instance on the given URL string.
create(URL) - Static method in class org.pfsw.net.UniformResourceLocator
Creates a new instance on the given URL.
create(URI) - Static method in class org.pfsw.net.UniformResourceLocator
Creates a new instance on the given URI.
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
Returns a new unintialized instance.
create(int) - Static method in class org.pfsw.reflect.Modifiers
Returns a new instance initialized with the given bit settings.
create(Field) - Static method in class org.pfsw.reflect.Modifiers
Returns a new instance initialized with the modifier bits of the given field.
create(int) - Static method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
Creates a new instance that creates new strings based on a
ByteSequenceGenerator
with the given length for the by sequences.
create(ByteSequenceGenerator) - Static method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
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() - Static method in class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Creates a new instance with a default random string generator for new code verifier strings.
create(StringGenerator) - Static method in class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Creates a new instance with the given random string generator.
create() - Static method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Creates a new instance with a default random string generator for new code verifier strings.
create(StringGenerator) - Static method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Creates a new instance with the given random string generator.
create(X509NameType, String) - Static method in class org.pfsw.security.x509.GeneralName
create(int, String) - Static method in class org.pfsw.security.x509.GeneralName
create() - Static method in class org.pfsw.security.x509.X509TrustManagerBuilder
Create a new builder.
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.DefaultPlaceholderReplacer
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() - Static method in class org.pfsw.text.json.JsonArray
create() - Static method in class org.pfsw.text.json.JsonClaims
Creates a claim object on an empty JSON object.
create(JsonObject) - Static method in class org.pfsw.text.json.JsonClaims
Creates a claim object on the given JSON object.
create(JsonObjectAccessor) - Static method in class org.pfsw.text.json.JsonClaims
Creates a claim object on the given JSON object accessor.
create() - Static method in class org.pfsw.text.json.JsonObject
Returns a new empty JSON object.
create() - Static method in class org.pfsw.text.json.JsonObjectAccessor
create(JsonObject) - Static method in class org.pfsw.text.json.JsonObjectAccessor
Creates an accessor based on the given JSON object.
create() - Static method in class org.pfsw.text.json.JsonWriter
Creates a new instance with opening braces '{' and '[' on the same line.
create(int) - Static method in class org.pfsw.text.json.JsonWriter
Creates a new instance with opening braces '{' and '[' on the same line
and the specified indentation spaces per indentation level.
create() - Static method in class org.pfsw.text.json.SimpleJsonParser
Creates a new parser.
create() - Static method in class org.pfsw.text.RandomStringGenerator
Creates a generator with all default values set (length=10, chars=[A-Z,a-z,0-9]).
create(int) - Static method in class org.pfsw.text.RandomStringGenerator
Creates a generator with the given length and default characters ([A-Z,a-z,0-9]).
create(Random) - Static method in class org.pfsw.text.RandomStringGenerator
Creates a generator with all default values set (length=10, chars=[A-Z,a-z,0-9])
and a custom randomizer.
create(String...) - Static method in class org.pfsw.text.StringCollectionFilter
A factory method that supports a variable number of strings.
create(String, String) - Static method in class org.pfsw.text.StringPair
Initialize the a instance with two strings.
create(String) - Static method in class org.pfsw.text.StringPair
Initialize the a instance with a string in the first value and null in the second.
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() - Static method in class org.pfsw.text.TextBuilder
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() - Static method in class org.pfsw.text.UUIDGenerator
Returns a newly created instance.
create() - Static method in class org.pfsw.util.Countdown
Creates a new instance.
create(int) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given milliseconds.
create(int, int) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given values.
create(int, int, int) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given values.
create(int, int, int, int) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given values.
create(long, int, int, int, int) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given values.
create(IFunction<T, R>) - Static method in class org.pfsw.util.ObjectConverterFunctionAdapter
Creates a new instance of this adapter.
create(long) - Static method in class org.pfsw.util.PointInTime
create(Date) - Static method in class org.pfsw.util.PointInTime
create() - Static method in class org.pfsw.util.PrioritySorter
Creates a new instance of this class.
create(int) - Static method in class org.pfsw.util.RandomByteSequenceGenerator
Creates a new generator for random array with the specified length.
create(int, int) - Static method in class org.pfsw.util.RandomRange
Creates a new instance with a SecureRandom
for the generation
of values between minValue and maxValue (both inclusive).
create(Random, int, int) - Static method in class org.pfsw.util.RandomRange
Creates a new instance with the given Random
implementation for the generation
of values between minValue and maxValue (both inclusive).
create() - Static method in class org.pfsw.util.StopWatch
Returns a newly created and immediately started StopWatch.
create() - Static method in class org.pfsw.util.StreamCopy
Returns a new instance with default settings.
create(boolean) - Static method in class org.pfsw.util.ToggleSwitch
Creates a new instance with the given initial value.
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
createCodeChallenge(String) - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
createCodeChallenge(String) - Method in class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
createCodeChallenge(String) - Method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
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
createFormattedTextWriterFor(Appendable) - Method in class org.pfsw.text.json.JsonWriter
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
createNewInstance(Class<T>, Object...) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor matching the given arguments it will be used
to create a new instance.
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.
createWithOpeningBracesOnNewLine() - Static method in class org.pfsw.text.json.JsonWriter
Creates a new instance with opening braces '{' and '[' on a new line.
createWithOpeningBracesOnNewLine(int) - Static method in class org.pfsw.text.json.JsonWriter
Creates a new instance with opening braces '{' and '[' on a new line.
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.bif.BasicUtil
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.
enableDefaultTimestampFormat() - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
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.
encode(byte[]) - Method in class org.pfsw.util.Base64StandardEncoder
encode(byte[]) - Method in class org.pfsw.util.Base64UrlEncoder
encodeBase64(byte[]) - Method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
This method is responsible for doing a proper base64 URL encoding of
the given hash value.
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.
ensureFolderExists(File) - Method in class org.pfsw.file.FileUtil
Ensures that the specified folder exists.
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.
ENV_VAR_PREFIX - Static variable in class org.pfsw.text.DefaultPlaceholderReplacer
equals(Object) - Method in class org.pfsw.bif.text.ObjectReference
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.MediaTypeDefinition
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.Duration
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
equals(Object) - Method in class org.pfsw.util.ToggleSwitch
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.
execute() - Method in class org.pfsw.util.ToggleSwitch
Changes the underlying value from true
to false
or from false
to true
.
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.
executeRequest(ClientRequest, IResponseStreamHandler) - Method in class org.pfsw.net.http.UserAgent
Sends a request based on the given request definition and the user agent's
own state.
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.
GeneralName - Class in org.pfsw.security.x509
GeneralName(X509NameType, String) - Constructor for class org.pfsw.security.x509.GeneralName
generate() - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
generate() - Method in interface org.pfsw.security.oauth.pkce.PKCEGenerator
generateByteSequence() - Method in interface org.pfsw.bif.ByteSequenceGenerator
Generates a new byte sequence.
generateByteSequence() - Method in class org.pfsw.util.RandomByteSequenceGenerator
Returns a newly generated byte sequence.
generateRandomCodeVerifier() - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
Returns a new random string to be used as code verifier.
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.
generateSequence() - Method in class org.pfsw.util.RandomByteSequenceGenerator
generateString() - Method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
generateString(int) - Method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
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(String) - Method in exception org.pfsw.bif.exceptions.RemoteCallException
Returns the additional object that might have been registered under the given key
or null if not found.
get(String) - Static method in enum org.pfsw.net.MediaTypeConstant
Returns the MediaTypeConstant object for the given type string or null if not found.
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() - Static method in class org.pfsw.text.UUIDGenerator
Returns a pre-defined default instance.
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
getAcceptedIssuers() - Method in class org.pfsw.security.x509.MultiX509TrustManager
getActiveCredentials() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
getAddress() - Method in class org.pfsw.net.http.ProxyBuilder
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.
getAsBoolean() - Method in interface org.pfsw.bif.callback.IBooleanSupplier
Returns a boolean value.
getAsByteArray() - Method in interface org.pfsw.bif.callback.IByteArraySupplier
Returns a byte array.
getAsByteArray() - Method in class org.pfsw.util.RandomByteSequenceGenerator
Returns a newly generated byte array.
getAsInt() - Method in interface org.pfsw.bif.callback.IIntSupplier
Returns an integer value.
getAsLong() - Method in interface org.pfsw.bif.callback.ILongSupplier
Returns a long value.
getAsn1Name() - Method in enum org.pfsw.security.x509.X509NameType
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
getBase64Encoder() - Method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
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).
getByteSequenceGenerator() - Method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
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.
getClaimNames() - Method in class org.pfsw.text.json.JsonClaims
Returns all claim names present in the underlying JSON object (maybe empty but never null).
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
getCodeChallenge() - Method in class org.pfsw.security.oauth.pkce.ProofKeyForCodeExchange
Returns the plain text or hashed code challenge string.
getCodeChallengeMethod() - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
Returns the code challenge method this generator is using to
create the code challenge.
getCodeChallengeMethod() - Method in class org.pfsw.security.oauth.pkce.ProofKeyForCodeExchange
Returns the method that was used to derive the code challenge from the code verifier.
getCodeVerifier() - Method in class org.pfsw.security.oauth.pkce.ProofKeyForCodeExchange
Returns the plain text code verifier string.
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!
getCurrentTimestampString() - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
getCurrentUnit() - Method in class org.pfsw.text.ByteSizeValue
getCustomField(String, Class<T>) - Method in class org.pfsw.text.json.JsonClaims
Returns the value at the specified field name.
getCustomField(IStringConstant, Class<T>) - Method in class org.pfsw.text.json.JsonClaims
Returns the value at the specified field name.
getData() - Method in exception org.pfsw.bif.exceptions.RemoteCallException
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).
getDays() - Method in class org.pfsw.util.Duration
Returns the number of days.
getDbConnection() - Method in class org.pfsw.db.util.DataSourceProxy
getDbConnection() - Method in class org.pfsw.db.util.ObjectIdentifierDB
Returns a new connection with autoCommit=false.
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.AbstractPlaceholderReplacer
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.
getDurationUntilReached() - Method in class org.pfsw.util.PointInTime
Returns the remaining time until the point in time has been reached as duration.
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
getEndDelimiter() - Method in class org.pfsw.text.AbstractPlaceholderReplacer
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.
getEnvVarPrefix() - Method in class org.pfsw.text.DefaultPlaceholderReplacer
getEpochTimestamp() - Method in class org.pfsw.util.PointInTime
Returns the point in time in milliseconds since midnight, January 1, 1970 UTC.
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.bif.StandardObjects
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.
getFieldNames() - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns all field names present in the underlying JSON object (maybe empty but never null).
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.
getFullDurationInMillis() - Method in class org.pfsw.util.Duration
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
getHostnameVerifier() - Method in class org.pfsw.net.http.UserAgent
getHours() - Method in class org.pfsw.util.Duration
Returns the number of hours.
getHttp11Method(String) - Static method in enum org.pfsw.bif.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
getIndentationSpaces() - Method in class org.pfsw.text.json.JsonWriter
Returns how many spaces per indentation level will be used for formatting.
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 interface org.pfsw.bif.text.IIndentedTextWriter
Returns the number of spaces for one level of indentation.
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.
getJreTrustManager() - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
getJsonAccessor() - Method in class org.pfsw.text.json.JsonClaims
getJsonAccessor() - Method in class org.pfsw.text.json.JsonObjectWrapper
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() - Method in class org.pfsw.text.json.JsonClaims
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
Returns the underlying JSON object.
getJsonObject() - Method in class org.pfsw.text.json.JsonObjectWrapper
getJsonObjectField(String) - Method in class org.pfsw.text.json.JsonClaims
Returns the JSON object at the specified field name.
getJsonObjectField(IStringConstant) - Method in class org.pfsw.text.json.JsonClaims
Returns the JSON object at the specified field name.
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).
getLength() - Method in class org.pfsw.util.RandomByteSequenceGenerator
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
getLocationHeader() - Method in class org.pfsw.net.http.ServerResponse
Returns the value of the "Location" header or null if it is not present.
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
getLoggerSettings() - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
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
getMaxByte() - Static method in class org.pfsw.bif.StandardObjects
getMaxCharacter() - Static method in class org.pfsw.bif.StandardObjects
getMaxDouble() - Static method in class org.pfsw.bif.StandardObjects
getMaxFloat() - Static method in class org.pfsw.bif.StandardObjects
getMaxIndentSize() - Method in class org.pfsw.text.FormattedTextWriter
getMaxInteger() - Static method in class org.pfsw.bif.StandardObjects
getMaxLong() - Static method in class org.pfsw.bif.StandardObjects
getMaxShort() - Static method in class org.pfsw.bif.StandardObjects
getMaxValue() - Method in class org.pfsw.util.RandomRange
Returns the maximum value that can be generated by this object.
getMBeanInfo() - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Returns the meta data describing the supported attributes and methods.
getMediaType(String) - Static method in class org.pfsw.net.MediaTypes
Returns the MediaType object for the given type string or null if not found.
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
getMilliseconds() - Method in class org.pfsw.util.Duration
Returns the number of milliseconds.
getMinByte() - Static method in class org.pfsw.bif.StandardObjects
getMinCharacter() - Static method in class org.pfsw.bif.StandardObjects
getMinDouble() - Static method in class org.pfsw.bif.StandardObjects
getMinFloat() - Static method in class org.pfsw.bif.StandardObjects
getMinInteger() - Static method in class org.pfsw.bif.StandardObjects
getMinLong() - Static method in class org.pfsw.bif.StandardObjects
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.
getMinShort() - Static method in class org.pfsw.bif.StandardObjects
getMinutes() - Method in class org.pfsw.util.Duration
Returns the number of minutes.
getMinValue() - Method in class org.pfsw.util.RandomRange
Returns the minimum value that can be generated by this object.
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 enum org.pfsw.bif.http.HttpMethod
The (upper-case) name of the HTTP method (e.g.
getName() - Method in interface org.pfsw.bif.text.ICheckedCharset
Returns the pure upper case encoding name (e.g.
getName() - Method in class org.pfsw.bif.text.Name
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 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.text.json.JsonWriter.FieldData
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.
getNameType() - Method in class org.pfsw.security.x509.GeneralName
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.TextBuilder
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
Returns either the value associated to the given name or null.
getOptionalBigDecimalValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalBooleanValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalBooleanValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalIntegerValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalIntegerValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonObjectAccessorValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonObjectAccessorValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonObjectValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalJsonObjectValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalLongValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalLongValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalNaturalNumberValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalNaturalNumberValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalRawValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalRawValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalStringArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalStringArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalStringValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
getOptionalStringValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null.
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
Returns either the value associated to the given name or null if not preset.
getOptionalTypedValue(String, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or null if not preset.
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).
getOutputTarget(String) - Static method in class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
Returns the output target registered for the given logger name or its parent logger name.
getOutputTarget() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
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(IStringRepresentation) - Method in class org.pfsw.net.UniformResourceLocator
Returns the (first) value of the parameter with the given name or null.
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
getParametersMap() - Method in class org.pfsw.net.UniformResourceLocator
Returns all query parameters or this URL in a map.
getParameterValues(IStringRepresentation) - 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.
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
getPKCEGenerator(CodeChallengeMethod) - Static method in class org.pfsw.security.oauth.pkce.PKCEGeneratorFactory
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
getPrintLogLevel() - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
getPrintStream() - Method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
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
getPriorityValue() - Method in interface org.pfsw.bif.priority.IPrioritized
Returns the priority.
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(IName) - 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 name in this property list.
getProperty(IName, 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
getPropertyName() - Method in enum org.pfsw.logging.internal.SystemPropertyName
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
getRandom() - Method in class org.pfsw.util.RandomRange
getRandomRange() - Method in class org.pfsw.util.RandomByteSequenceGenerator
getRandomStringGenerator() - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
Returns the generator for random strings.
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
getReferenceString() - Method in class org.pfsw.bif.text.ObjectReference
getRegistrationMap() - Method in class org.pfsw.plugin.BasePluginRegistration
getRegistry() - Method in class org.pfsw.plugin.PluginRegistry
getRelativePath(File, File) - Method in class org.pfsw.file.FileUtil
Returns the relative path of the given fileBelowDir in relation to the specified directory.
getRemainingTime() - Method in class org.pfsw.util.PointInTime
Returns the remaining time in milliseconds until this point in time is reached.
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
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredBigDecimalValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredBooleanValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredBooleanValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredIntegerValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredIntegerValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonObjectAccessorValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonObjectAccessorValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonObjectValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredJsonObjectValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredLongValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredLongValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredNaturalNumberValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredNaturalNumberValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredRawValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present.
getRequiredRawValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present.
getRequiredStringArrayValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredStringArrayValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredStringValue(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredStringValue(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredTimeValue(IStringConstant, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredTimeValue(String, TimeUnit) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or throws a
JsonAccessException
if the value is not present or of another type that expected (according to the return type of this method).
getRequiredTypedValue(IStringConstant, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or @throws JsonAccessException
if the value is not of the specified type or not present.
getRequiredTypedValue(String, Class<T>) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns either the value associated to the given name or @throws JsonAccessException
if the value is not of the specified type or not present.
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
getSeconds() - Method in class org.pfsw.util.Duration
Returns the number of seconds.
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.
getSleepTime() - Method in class org.pfsw.util.Countdown
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.
getStartDelimiter() - Method in class org.pfsw.text.AbstractPlaceholderReplacer
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.
getStartTime() - Method in class org.pfsw.util.StopWatch
getStatusCode() - Method in exception org.pfsw.bif.exceptions.RemoteCallException
getStdOutReader() - Method in class org.pfsw.util.ProcessStdOutRedirector
getStopTime() - Method in class org.pfsw.util.StopWatch
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
getStringValue() - Method in enum org.pfsw.security.KeystoreType
getStringWriter() - Method in class org.pfsw.text.TextBuilder
getSubjectAlternativeNamesFrom(X509Certificate) - Method in class org.pfsw.security.SecurityUtil
getSubType() - Method in interface org.pfsw.net.MediaType
Returns the sub-type (e.g.
getSubType() - Method in enum org.pfsw.net.MediaTypeConstant
getSubType() - Method in class org.pfsw.net.MediaTypeDefinition
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
getTag() - Method in enum org.pfsw.security.x509.X509NameType
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
getTimeValue(String, TimeUnit) - Method in class org.pfsw.text.json.JsonClaims
Returns the value at the specified field name as a
TimeValue
with the specified
TimeUnit
.
getTimeValue(IStringConstant, TimeUnit) - Method in class org.pfsw.text.json.JsonClaims
Returns the value at the specified field name as a
TimeValue
with the specified
TimeUnit
.
getTrue() - Static method in class org.pfsw.bif.StandardObjects
getTrue() - Static method in class org.pfsw.util.Bool
Returns the Bool instance that represents the true value.
getTrustManagers() - Method in class org.pfsw.security.x509.MultiX509TrustManager
getTrustManagers() - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
getType() - Method in class org.pfsw.net.http.ProxyBuilder
getType() - Method in interface org.pfsw.net.MediaType
Returns the main type (e.g.
getType() - Method in enum org.pfsw.net.MediaTypeConstant
getType() - Method in class org.pfsw.net.MediaTypeDefinition
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
getUpperBound() - Method in class org.pfsw.util.RandomRange
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 enum org.pfsw.bif.priority.StandardPriority
getValue() - Method in class org.pfsw.reflect.MapEntry
getValue() - Method in class org.pfsw.security.x509.GeneralName
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() - Method in class org.pfsw.text.json.JsonWriter.FieldData
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.
getValueOfPlaceholder(String, String) - Method in class org.pfsw.text.AbstractPlaceholderReplacer
getValueOfPlaceholder(String, String) - Method in class org.pfsw.text.DefaultPlaceholderReplacer
Returns either the Java system property value of the given placeHolderName or
the environment variable value if the placeholderName starts with "env.".
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