Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

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
Converts the given runnable into an IExecutable;
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
 

B

Base64Converter - Class in org.pfsw.util
A converter that allows to encode strings, byte arrays and char arrays to BASE64 and vice versa.
base64EncodedWithPrefix(byte[], HashMechanism) - Method in class org.pfsw.security.crypto.CryptoUtil
 
base64HashedUTF8(String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string UTF-8 char encoded, hashed with the specified hashing mechanism (e.g.
Base64StandardEncoder - Class in org.pfsw.util
Provides standard Base64 encoding (using '+' and '/') with or without padding (padding char '=').
Base64StandardEncoder(boolean) - Constructor for class org.pfsw.util.Base64StandardEncoder
Creates a new instance of this Base64 encoder.
Base64UrlEncodedRandomStringGenerator - Class in org.pfsw.security
A generator for random strings that uses a newly generated random byte sequence and returns it base64url encoded (without padding).
Base64UrlEncodedRandomStringGenerator(int) - Constructor for 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.
Base64UrlEncodedRandomStringGenerator(ByteSequenceGenerator) - Constructor for class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
Creates a new instance that creates new strings based on the given ByteSequenceGenerator.
Base64UrlEncoder - Class in org.pfsw.util
Provides Base64 URL encoding (using '-' and '_') with or without padding (padding char '=').
Base64UrlEncoder(boolean) - Constructor for class org.pfsw.util.Base64UrlEncoder
Creates a new instance of this Base64 encoder.
BaseMatchRuleParser - Class in org.pfsw.text
Abstract superclass for parsers that produce a MatchRule from any specific syntax.
BaseMatchRuleParser() - Constructor for class org.pfsw.text.BaseMatchRuleParser
Initialize the new instance with default values
BaseMatchRuleParser(String) - Constructor for class org.pfsw.text.BaseMatchRuleParser
Initialize the new instance with the given rule.
BasePluginRegistration - Class in org.pfsw.plugin
An abstract implementation of the PluginRegistration interface that can be extended and filled with the relevant data by overriding the BasePluginRegistration.initialize() method.
BasePluginRegistration() - Constructor for class org.pfsw.plugin.BasePluginRegistration
 
BaseXMLTagInterpreter - Class in org.pfsw.pax
This is a basic implementation of a tag interpreter that is compliant to the interface XMLTagInterpreter.
BaseXMLTagInterpreter() - Constructor for class org.pfsw.pax.BaseXMLTagInterpreter
Initializes any new instance.
BaseXMLTagInterpreterController - Class in org.pfsw.pax
This defines the API for classes that can create tag interpreter in instances for specific tag names in a defined tag set.
BaseXMLTagInterpreterController() - Constructor for class org.pfsw.pax.BaseXMLTagInterpreterController
Initializes the instance variables with default values.
BaseXMLTagInterpreterController(XMLReader) - Constructor for class org.pfsw.pax.BaseXMLTagInterpreterController
Initializes the instance variables with default values.
BaseXMLTagInterpreterFactory - Class in org.pfsw.pax
This is the basic implementation of a registry of tag interpreter classes an their associated tag names.
BaseXMLTagInterpreterFactory() - Constructor for class org.pfsw.pax.BaseXMLTagInterpreterFactory
 
BASIC_CREDENTIALS_SEPARATOR - Static variable in class org.pfsw.security.SecurityUtil
 
basicAdd(IItem) - Method in class org.pfsw.file.cfiles.AbstractContainer
Adds the given item if it s not null and if it is not yet in the item list and sets this container as the container of the given item.
basicAdd(Association<K, V>) - Method in class org.pfsw.util.AssociationList
 
basicAppendElement(String) - Method in class org.pfsw.file.Classpath
 
basicEquals(Object) - Method in class org.pfsw.file.cfiles.AbstractContainer
Compares just the names of the objects.
basicHashCode() - Method in class org.pfsw.file.cfiles.AbstractContainer
Calculates just the hash code from the underlying name.
basicReadTextLinesFrom(Reader, IStringFilter) - Method in class org.pfsw.util.IOUtil
Reads all text lines that match the filter from the specified reader into a String array.
basicRemove(IItem) - Method in class org.pfsw.file.cfiles.AbstractContainer
Adds the given item if it s not null and if it is not yet in the item list.
basicSetFeature(String, boolean) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
BasicTextFunctionResolver - Class in org.pfsw.textx
This class provides support for some basic functions, that are useful in text replacement done by a TextEngine.
BasicTextFunctionResolver() - Constructor for class org.pfsw.textx.BasicTextFunctionResolver
 
BasicUtil - Class in org.pfsw.bif
Basic utility methods that should actually be part of the JDK.
BasicUtil() - Constructor for class org.pfsw.bif.BasicUtil
 
BasicVariableContainer - Class in org.pfsw.textx
This is a basic implementation of the interface VariableResolver.
BasicVariableContainer() - Constructor for class org.pfsw.textx.BasicVariableContainer
Initialize the new instance with default values.
BasicVariableContainer(Map<String, Object>) - Constructor for class org.pfsw.textx.BasicVariableContainer
Initialize the new instance with the given mapping.
BasicVariableContainer(Properties) - Constructor for class org.pfsw.textx.BasicVariableContainer
Initialize the new instance with the given properties.
BEGIN_ARRAY - Static variable in interface org.pfsw.text.json.JsonConstants
 
BEGIN_OBJECT - Static variable in interface org.pfsw.text.json.JsonConstants
 
beginStartTag(String) - Method in class org.pfsw.pax.MarkupWriter
 
beginTag() - Method in class org.pfsw.pax.MarkupWriter
 
BigDecimalFieldProxy - Class in org.pfsw.reflect
Provides a field proxy for a BigDecimal type which offers some extra convenience methods for basic calculation.
BigDecimalFieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.BigDecimalFieldProxy
 
BigDecimalFieldProxy(Object, String) - Constructor for class org.pfsw.reflect.BigDecimalFieldProxy
 
BitSet - Class in org.pfsw.util
Represents a set of 8 bits and provides methods for convenient bit manipulation.
BitSet() - Constructor for class org.pfsw.util.BitSet
Initializes the new instance with the default value 0.
BitSet(int) - Constructor for class org.pfsw.util.BitSet
Initializes the new instance with the given value.
Block1<TInput,TResult> - Class in org.pfsw.util
This is ablock closure for one argument blocks.
Block1() - Constructor for class org.pfsw.util.Block1
 
Bool - Class in org.pfsw.util
Utility class for missing convenience with Boolean and boolean.
BooleanOperation - Enum in org.pfsw.bif.logic
Just the standard operations for boolean logic.
booleanValue() - Method in class org.pfsw.util.Bool
Returns the boolean value of the receiver
BRITISH_FORMAT - Static variable in class org.pfsw.util.SimpleDate
 
BU - Static variable in class org.pfsw.bif.BasicUtil
 
buffer - Variable in class org.pfsw.text.StringScanner
 
build() - Method in interface org.pfsw.bif.creation.IBuilder
Returns the newly created instance.
build() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
build() - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
build() - Method in class org.pfsw.net.http.ProxyBuilder
 
build() - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
 
ByteSequenceGenerator - Interface in org.pfsw.bif
Interface for generators of byte arrays.
ByteSizeUnit - Enum in org.pfsw.text
This enum provides several memory size units with an associated factor that is useful to calculate the number of bytes from a value given in a different memory size unit.
ByteSizeValue - Class in org.pfsw.text
Represents a number-of-bytes value and provides parsing of strings and various different getters for various byte size units.
ByteSizeValue(BigDecimal) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a value in bytes.
ByteSizeValue(long) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a value in bytes.
ByteSizeValue(BigDecimal, ByteSizeUnit) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a value and unit.
ByteSizeValue(long, ByteSizeUnit) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a value and unit.
ByteSizeValue(String, ByteSizeUnit) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a string that must contain digits, an optional decimal point and optionally followed by the prefix name of a unit (ByteSizeUnit).
ByteSizeValue(String) - Constructor for class org.pfsw.text.ByteSizeValue
Initialize the new instance with a string that must contain digits, an optional decimal point and optionally followed by the prefix name of a unit (ByteSizeUnit).
ByteSizeValue() - Constructor for class org.pfsw.text.ByteSizeValue
Creates a new instance with the value: 0 bytes.
bytesToHex(byte...) - Method in class org.pfsw.text.StringUtil
Converts the given bytes to a string with a hex representation for each byte.
bytesToHex(String, byte...) - Method in class org.pfsw.text.StringUtil
Converts the given bytes to a string with a hex representation for each byte.

C

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
Creates a new instance that creates new strings based on the given ByteSequenceGenerator.
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
Creates an accessor on a new empty JsonObject.
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
Returns the derived code challenge string for the given code verifier by applying the AbstractPKCEGenerator.getCodeChallengeMethod().
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.

D

DatabaseAccessException - Exception in org.pfsw.db
A runtime exception for various database problems.
DatabaseAccessException(String, Object...) - Constructor for exception org.pfsw.db.DatabaseAccessException
 
DatabaseAccessException(Throwable, String, Object...) - Constructor for exception org.pfsw.db.DatabaseAccessException
 
DataSourceProxy - Class in org.pfsw.db.util
This class is a datasource wrapper for other datasources or simple connections.
DataSourceProxy(Connection) - Constructor for class org.pfsw.db.util.DataSourceProxy
Initialize the new instance with a ready-to-use connection.
DataSourceProxy(String, String, String) - Constructor for class org.pfsw.db.util.DataSourceProxy
Initialize the new instance with all necessary connection information.
DataSourceProxy(String) - Constructor for class org.pfsw.db.util.DataSourceProxy
Initialize the new instance with an URL for the database connection.
DataSourceProxy(DataSource, String, String) - Constructor for class org.pfsw.db.util.DataSourceProxy
 
DataSourceProxy(DataSource) - Constructor for class org.pfsw.db.util.DataSourceProxy
 
DATE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
DATE - Static variable in class org.pfsw.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with a lower case first letter.
DateUtil - Class in org.pfsw.util
This class is intended to provide convenience methods around the java.util.Date class.
DateUtil() - Constructor for class org.pfsw.util.DateUtil
Initialize the new instance with default values.
DBMultiCategoryIdGeneratorBuilder - Class in org.pfsw.db.util
A builder supporting fluent API to create a database backed multi-category identifier generator where the generators for the different categories all share the same database table.
DBMultiCategoryIdGeneratorBuilder(DataSource) - Constructor for class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
DBU - Static variable in class org.pfsw.db.util.DBUtil
 
DBUtil - Class in org.pfsw.db.util
Helper and convenience methods for Java database handling.
DBUtil() - Constructor for class org.pfsw.db.util.DBUtil
 
debug(String) - Method in class org.pfsw.file.ClasspathElement
 
DEBUG - Static variable in class org.pfsw.plugin.PluginCollector
 
debug(String) - Method in class org.pfsw.plugin.PluginCollector
 
DEBUG - Static variable in class org.pfsw.plugin.PluginRegistry
 
debug(String) - Method in class org.pfsw.plugin.PluginRegistry
 
DEBUG - Static variable in class org.pfsw.util.SysUtil
 
DEBUG_PREFIX - Static variable in class org.pfsw.plugin.PluginCollector
 
DEBUG_PREFIX - Static variable in class org.pfsw.plugin.PluginRegistry
 
debugf(String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level DEBUG is activated for this logger.
debugf(Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level DEBUG is activated for this logger.
debugf(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level DEBUG is activated for this logger.
debugf(Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level DEBUG is activated for this logger.
dec() - Method in class org.pfsw.reflect.NumericFieldProxy
Decrements this field's value by 1, stores the result in the field and returns it.
decIndent() - Method in class org.pfsw.pax.MarkupWriter
 
decode(char[]) - Static method in class org.pfsw.util.Base64Converter
Returns a byte array decoded from the given BASE64 encoded char array
decode(String) - Static method in class org.pfsw.util.Base64Converter
Returns a byte array decoded from the given BASE64 encoded String
decodeBase64urlToString(String) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given base64url encoded String.
decodeBase64urlToString(String, String) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given base64url encoded String
decodeBase64urlToString(String, Charset) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given base64url encoded String
decodeBASICCredentials(String, Charset) - Method in class org.pfsw.security.SecurityUtil
Decodes and splits up the value presented by a BASIC authentication header as to RFC-2617.
decodeBASICCredentials(String) - Method in class org.pfsw.security.SecurityUtil
Decodes and splits up the value presented by a BASIC authentication header as to RFC-2617.
decodeFromBase64urlString(String) - Static method in class org.pfsw.util.Base64Converter
Returns a decoded byte array from the given base64url encoded String.
decodeToString(String) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given BASE64 encoded String
decodeToString(String, String) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given BASE64 encoded String
decodeToString(String, Charset) - Static method in class org.pfsw.util.Base64Converter
Returns a string decoded from the given BASE64 encoded String
decryptString(String) - Method in class org.pfsw.security.crypto.CryptoUtil
 
deepCopy() - Method in class org.pfsw.six.Element
Returns a deep copy of the element.
DEFAULT - Static variable in class org.pfsw.text.CheckedCharsetName
The platform default file encoding.
DEFAULT_AUTO_FLUSH - Static variable in class org.pfsw.util.StreamCopy
 
DEFAULT_BUFFER_SIZE - Static variable in class org.pfsw.file.FileUtil
 
DEFAULT_BUFFER_SIZE - Static variable in class org.pfsw.file.TempFilesManager
 
DEFAULT_BUFFER_SIZE - Static variable in class org.pfsw.net.http.HttpUtil
 
DEFAULT_BUFFER_SIZE - Static variable in class org.pfsw.util.IOUtil
 
DEFAULT_CHARSET - Static variable in interface org.pfsw.text.json.JsonConstants
 
DEFAULT_CHARSET - Static variable in class org.pfsw.text.TextFileReader
The default character encoding used by this class.
DEFAULT_CHARSET - Static variable in class org.pfsw.text.TextFileWriter
The default character encoding used by this class.
DEFAULT_CLOSE_AFTER_COPY - Static variable in class org.pfsw.util.StreamCopy
 
DEFAULT_FORMAT - Static variable in class org.pfsw.util.Duration
 
DEFAULT_FUNCPARAM_END - Static variable in class org.pfsw.textx.TextEngine
 
DEFAULT_FUNCPARAM_START - Static variable in class org.pfsw.textx.TextEngine
 
DEFAULT_HTTP_PROXY_ENV_VAR - Static variable in class org.pfsw.net.http.ProxyBuilder
 
DEFAULT_INDENTATION_SPACES - Static variable in class org.pfsw.text.json.JsonWriter
 
DEFAULT_LENGTH - Static variable in class org.pfsw.text.ObjectIdGenerator
 
DEFAULT_LENGTH - Static variable in class org.pfsw.text.RandomStringGenerator
The default length (10) being used if not specified differently.
DEFAULT_MULTICHAR_WILDCARD - Static variable in class org.pfsw.text.StringPattern
 
DEFAULT_NEWLINE - Static variable in class org.pfsw.text.TextFileWriter
The default newline definition used by this class.
DEFAULT_NS_PREFIX - Static variable in class org.pfsw.pax.XmlUtil
The prefix name that is used for the default namespace (i.e.
DEFAULT_OPEN_BRACES_ON_NEW_LINE - Static variable in class org.pfsw.text.json.JsonWriter
 
DEFAULT_OPERATION - Static variable in class org.pfsw.text.StringFilterCollection
 
DEFAULT_OUTPUT_TARGET - Static variable in class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
The default out put target that will be used whenever no specific output target is registered for a given logger name.
DEFAULT_PAD_CHAR - Static variable in class org.pfsw.text.ObjectIdGenerator
 
DEFAULT_PARAM_SEPARATOR - Static variable in class org.pfsw.textx.TextEngine
 
DEFAULT_PATTERN_SEPARATOR - Static variable in class org.pfsw.text.StringPatternCollection
 
DEFAULT_PORT - Static variable in class org.pfsw.net.UniformResourceLocator
 
DEFAULT_SCHEME - Static variable in class org.pfsw.net.UniformResourceLocator
 
DEFAULT_SEPARATOR - Static variable in class org.pfsw.file.Classpath
 
DEFAULT_SEPARATOR - Static variable in class org.pfsw.text.AbstractPlaceholderReplacer
 
DEFAULT_SINGLECHAR_WILDCARD - Static variable in class org.pfsw.text.StringPattern
 
DEFAULT_START_ID - Static variable in class org.pfsw.text.ObjectIdGenerator
 
DEFAULT_SUFFIX - Static variable in class org.pfsw.file.TempFilesManager
 
DEFAULT_SWITCH_INDICATOR - Static variable in class org.pfsw.text.CommandLineArguments
 
DEFAULT_TEMP_FILE_PREFIX - Static variable in class org.pfsw.file.FileUtil
The constant that contains the default prefix for temporary file.
DEFAULT_TEXT_DELIMITER - Static variable in class org.pfsw.textx.TextEngine
 
DEFAULT_TEXT_DELIMITERS - Static variable in class org.pfsw.text.StringUtil
Defines the delimiter string pair for two apostrophes: ' '
DEFAULT_URL_STR_ENCODING - Static variable in class org.pfsw.file.FileUtil
Contains the default URL string encoding used in this class: "UTF-8"
DEFAULT_USE_IDENTITY - Static variable in class org.pfsw.util.ObjectCollectionFilter
 
DEFAULT_VAR_END_DELIMITER - Static variable in class org.pfsw.textx.TextEngine
 
DEFAULT_VAR_START_DELIMITER - Static variable in class org.pfsw.textx.TextEngine
 
defaultEncrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string encrypted with the default algorithm and base64 encoded with a prefix naming the algorithm in curly brackets (e.g.
DefaultFilenameFilter - Class in org.pfsw.file
This filter implements the standard pattern matching on UNIX and Windows platforms.
DefaultFilenameFilter(String) - Constructor for class org.pfsw.file.DefaultFilenameFilter
Initialize the new instance with the given filename pattern.
DefaultFilenameFilter(String, boolean) - Constructor for class org.pfsw.file.DefaultFilenameFilter
Initialize the new instance with the given filename pattern.
DefaultIdGeneratorCategorySpec - Class in org.pfsw.db.util
An ID generator specification with the following default values.
DefaultIdGeneratorCategorySpec(String) - Constructor for class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
defaultInstance - Static variable in class org.pfsw.six.XmlStreamWriter
 
DefaultMatchRuleParser - Class in org.pfsw.text
This parser translates the match-rule syntax to a MatchRule object.
DefaultMatchRuleParser() - Constructor for class org.pfsw.text.DefaultMatchRuleParser
Initialize the new instance with default values.
DefaultMatchRuleParser(MatchRuleChars) - Constructor for class org.pfsw.text.DefaultMatchRuleParser
Initialize the new instance with a set of rule characters.
DefaultMultiCategoryIdentifierGenerator - Class in org.pfsw.db.util
A default implementation of an identifier generator for multiple categories.
DefaultMultiCategoryIdentifierGenerator() - Constructor for class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
 
DefaultPlaceholderReplacer - Class in org.pfsw.text
 
DefaultPlaceholderReplacer() - Constructor for class org.pfsw.text.DefaultPlaceholderReplacer
 
DefaultPlaceholderReplacer(String, String) - Constructor for class org.pfsw.text.DefaultPlaceholderReplacer
 
DefaultStringConverter<T> - Class in org.pfsw.text
Default string converter for any object.
DefaultStringConverter() - Constructor for class org.pfsw.text.DefaultStringConverter
 
defaultToFirstEntry() - Method in class org.pfsw.plugin.PluginLoader
The return value of this method defines if the first entry in the found plugins should be returned as default if no explicit alias name has been provided in the configuration settings.
DeferredInitializationLoggerAdapter - Class in org.pfsw.logging.deferred
This is a substitute logger that initially delegates all method calls to a PrintStreamLogger instance.
DeferredInitializationLoggerAdapter(String) - Constructor for class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
DeferredInitializationLoggerAdapter(String, Class<?>) - Constructor for class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
DeferredInitializationLoggerAdapter(String, String) - Constructor for class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
DeferredInitializationLoggerFactory - Class in org.pfsw.logging.deferred
This factory is for internal use only.
DeferredInitializationLoggerFactory(String) - Constructor for class org.pfsw.logging.deferred.DeferredInitializationLoggerFactory
 
deleteProperty(String) - Method in class org.pfsw.util.OrderedProperties
Deletes the property with the specified name.
deleteProperty(IName) - Method in class org.pfsw.util.OrderedProperties
Deletes the property with the specified name.
DELIMITER_APOS - Static variable in class org.pfsw.text.StringUtil
Defines the delimiter string pair for two apostrophes: ' '
DELIMITER_QUOTE - Static variable in class org.pfsw.text.StringUtil
Defines the delimiter string pair for two quotes: " "
detect_(Block1<E, Boolean>) - Method in class org.pfsw.util.OrderedCollection
Loop over all the receiver's elements and call the given blocks eval() - method for each.
detectAndReplacePlaceholders(String) - Method in class org.pfsw.text.AbstractPlaceholderReplacer
 
detectBitLength(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Tries to extract the bit length part of the given algorithm name and return it as an integer.
detectBitLength() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Tries to derive the bit length from the algorithm's name.
detectNamespaceDeclarations() - Method in class org.pfsw.six.Element
 
determineClassLoader(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
 
determineIfEclipse() - Method in class org.pfsw.util.SysUtil
Returns true if the environment is based on eclipse.
determineLookupClasspath(String) - Method in class org.pfsw.file.FileUtil
 
determineOsFamilyName() - Static method in class org.pfsw.util.SysUtil
 
determineOsFamilyName(String) - Static method in class org.pfsw.util.SysUtil
 
DF_GERMAN_DATE - Static variable in class org.pfsw.util.DateUtil
 
DF_GERMAN_DATE_TIME - Static variable in class org.pfsw.util.DateUtil
 
DF_UK_DATE - Static variable in class org.pfsw.util.DateUtil
 
DF_US_DATE - Static variable in class org.pfsw.util.DateUtil
 
DIGITAL_UNIX - Static variable in class org.pfsw.util.SysUtil
 
digitWildcard() - Method in class org.pfsw.text.StringPattern
 
digitWildcard(Character) - Method in class org.pfsw.text.StringPattern
 
digitWildcardChar() - Method in class org.pfsw.text.StringPattern
 
DIR_CHECK_NAME - Static variable in class org.pfsw.file.ExtendedFileFilter
 
DIR_EXCLUDE - Static variable in class org.pfsw.file.ExtendedFileFilter
 
DIR_INCLUDE - Static variable in class org.pfsw.file.ExtendedFileFilter
 
dirContainsFile(String) - Method in class org.pfsw.file.ClasspathElement
 
dirContentAt(int) - Method in class org.pfsw.file.TableOfContents
Returns the DirectoryContents entry at the specified index.
directories() - Method in class org.pfsw.file.ArchiveTOC
 
directories(NamedValueList<List<FileInfo>>) - Method in class org.pfsw.file.ArchiveTOC
 
DirectoryContents - Class in org.pfsw.file
Represents one directory path with all its contained files.
DirectoryContents(String) - Constructor for class org.pfsw.file.DirectoryContents
Initialize the new instance with the directory's name.
DirectoryContents(String, FileInfo[]) - Constructor for class org.pfsw.file.DirectoryContents
Initialize the new instance with the directory's name and its content
DirectoryContents(String, List<FileInfo>) - Constructor for class org.pfsw.file.DirectoryContents
Initialize the new instance with the directory's name and its content
directoryEnd(File) - Method in class org.pfsw.file.AbstractFileHandler
The default is to do nothing and return true so that the FileWalker can continue
directoryEnd(File) - Method in class org.pfsw.file.FileFinder
This method is called for each directory, that a FileWalker finished to walk through.
directoryEnd(File) - Method in interface org.pfsw.file.FileHandler
This method is called for each directory, that a FileWalker finished to walk through.
directoryEnd(File) - Method in class org.pfsw.file.FileWalker
 
directoryStart(File, int) - Method in class org.pfsw.file.AbstractFileHandler
The default is to do nothing and return true so that the FileWalker can continue
directoryStart(File, int) - Method in class org.pfsw.file.FileFinder
This method is called for each directory, that a FileWalker starts to walk through.
directoryStart(File, int) - Method in interface org.pfsw.file.FileHandler
This method is called for each directory, that a FileWalker starts to walk through.
directoryStart(File, int) - Method in class org.pfsw.file.FileWalker
 
dirNameAt(int) - Method in class org.pfsw.file.TableOfContents
Returns the name of the directory entry at the specified index.
displayString() - Method in interface org.pfsw.bif.ui.IDisplayableObject
Returns the display string of the object.
dispose() - Method in interface org.pfsw.bif.lifecycle.IDisposable
Get rid of all internal references to other objects.
divide(BigDecimal) - Method in class org.pfsw.reflect.BigDecimalFieldProxy
 
divide(Integer) - Method in class org.pfsw.reflect.IntegerFieldProxy
 
divide(Long) - Method in class org.pfsw.reflect.LongFieldProxy
 
divide(T) - Method in class org.pfsw.reflect.NumericFieldProxy
Divides this field's value by the given value, stores the result in the field and returns the result.
do_(Block1<E, TResult>) - Method in class org.pfsw.util.OrderedCollection
Loop over all the receiver's elements and call the given blocks eval() - method for each.
doBigDecimalMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doDateMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doDoubleMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doesElementExist(File) - Method in class org.pfsw.file.FileLocator
 
doesElementExistInArchive(String) - Method in class org.pfsw.file.FileLocator
 
doesNotExist(File) - Method in class org.pfsw.file.FileLocator
 
doFloatMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doIntegerMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doLongMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doMatch(Map<String, ?>) - Method in class org.pfsw.text.MatchAttribute
 
doMatch(Map<String, ?>) - Method in class org.pfsw.text.MatchElement
 
doMatch(Map<String, ?>) - Method in class org.pfsw.text.MatchGroup
 
DOMTreeXMLReader - Class in org.pfsw.pax
This parser implements the org.xml.sax.Parser interface, but uses a DOM tree as input rather than a XML stream.
DOMTreeXMLReader() - Constructor for class org.pfsw.pax.DOMTreeXMLReader
Initialize the new instance with default values.
doTypedMatch(Object) - Method in class org.pfsw.text.MatchAttribute
 
doubleValue() - Method in class org.pfsw.text.NaturalNumber
 
download(URL, File) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(UserAgent, URL, File) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(URL, File, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(URL, File, Proxy) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(URL, File, Proxy, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(UserAgent, URL, File, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(URL, File, Proxy, int, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(UserAgent, URL, File, int, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given file.
download(URL, OutputStream, Proxy, int, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads (via GET request) the content of the specified URL and stores it into the given stream.
download(ClientRequest, OutputStream, Proxy, int, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads the content of the specified URL and stores it into the given stream.
download(UserAgent, ClientRequest, OutputStream, int, IProgressListener) - Method in class org.pfsw.net.http.HttpUtil
Downloads the content of the specified URL and stores it into the given stream.
DRIVE_LETTER_PATTERN_1 - Static variable in class org.pfsw.file.FileUtil
 
DRIVE_LETTER_PATTERN_2 - Static variable in class org.pfsw.file.FileUtil
 
DTD_EXTENSION - Static variable in class org.pfsw.six.FileEntityResolver
 
Duration - Class in org.pfsw.util
Time duration split-up in days, hours, minutes, seconds and milliseconds.
Duration(long) - Constructor for class org.pfsw.util.Duration
 
duration() - Method in class org.pfsw.util.StopWatch
Returns the duration between start and stop in milliseconds.
Dynamic - Class in org.pfsw.reflect
This class supports more dynamic programming than usually possible in Java.
Dynamic() - Constructor for class org.pfsw.reflect.Dynamic
 
DynamicMBeanDelegator<TRECEIVER> - Class in org.pfsw.reflect
An generic reflection based implementation for applying a DynamicMBean interface on a another object that actually does not need to implement the DynamicMBean interface.
DynamicMBeanDelegator(TRECEIVER) - Constructor for class org.pfsw.reflect.DynamicMBeanDelegator
Initialize the new instance with the target object.

E

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.

F

FALSE - Static variable in interface org.pfsw.text.json.JsonConstants
 
FALSE - Static variable in class org.pfsw.util.Bool
 
FEATURE_NAMESPACE_PREFIXES - Static variable in interface org.pfsw.pax.SAXConstants
This constant contains the SAX feature name URL for namespace prefixes.
FEATURE_NAMESPACES - Static variable in interface org.pfsw.pax.SAXConstants
This constant contains the SAX feature name URL for namespace support.
FEATURE_VALIDATING - Static variable in interface org.pfsw.pax.SAXConstants
The name of the XMLReader feature to switch validating on or off
FieldProxy<T> - Class in org.pfsw.reflect
A proxy for a specific field in a target object that allows getting and setting to that field via reflection, regardless of the field's visibility (except if a SecurityManager is active).
FieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.FieldProxy
 
FieldProxy(Object, String) - Constructor for class org.pfsw.reflect.FieldProxy
 
FILE_PROTOCOL_INDICATOR - Static variable in class org.pfsw.file.FileUtil
 
FileCopyProcessor - Class in org.pfsw.file
Copies each file to a specific target folder.
FileCopyProcessor(File) - Constructor for class org.pfsw.file.FileCopyProcessor
Initializes the new instance with a target folder.
FileDeleteProcessor - Class in org.pfsw.file
In conjunction with class FileWalker this file processor can be used to execute recursive and selective file deletion.
FileDeleteProcessor() - Constructor for class org.pfsw.file.FileDeleteProcessor
Creates an instance.
FileDirectoryScanner - Class in org.pfsw.file
This scanner starts at a specified base directory and collects information about all contained files and sub directories and their contained files and so on.
FileDirectoryScanner() - Constructor for class org.pfsw.file.FileDirectoryScanner
Initialize the new instance with default values.
FileEntityResolver - Class in org.pfsw.six
Some XML parser packages (e.g.
FileEntityResolver() - Constructor for class org.pfsw.six.FileEntityResolver
Initialize the new instance with default values.
FileEntityResolver(boolean) - Constructor for class org.pfsw.six.FileEntityResolver
Initialize the new instance with the setting if the parser is validating the XML input.
FileFinder - Class in org.pfsw.file
Helper class with convenient methods to find files.
FileFinder() - Constructor for class org.pfsw.file.FileFinder
Initialize the new instance with default values.
FileHandler - Interface in org.pfsw.file
This interface must be implemented by classes, that want to use the generic services of FileWalker.
FileInfo - Class in org.pfsw.file
This data object holds the name, size and modification date of a file.
FileInfo(File) - Constructor for class org.pfsw.file.FileInfo
Initialize the new instance from the given file.
FileInfo(String, ZipEntry) - Constructor for class org.pfsw.file.FileInfo
Initialize the new instance from the given zip file entry.
FileLocator - Class in org.pfsw.file
This class mainly supports access to files which can be in the normal file directory structure or inside zip archives.
fileRef() - Method in class org.pfsw.file.FileLocator
This either returns the underlying file from the local file system or unzipps the file from the underlying archive into a temporary file and returns
filesAt(int) - Method in class org.pfsw.file.TableOfContents
Returns the file info objects of the directory entry at the specified index.
fileUtil() - Method in class org.pfsw.file.Classpath
 
fileUtil() - Method in class org.pfsw.file.FileCopyProcessor
 
fileUtil() - Static method in class org.pfsw.file.FileLocator
 
FileUtil - Class in org.pfsw.file
This class provides helper methods for file and stream handling.
FileUtil(ClassLoader) - Constructor for class org.pfsw.file.FileUtil
Create a new instance with with an external classloader.
FileUtil() - Constructor for class org.pfsw.file.FileUtil
Initialize the new instance with default values.
fileUtil() - Method in class org.pfsw.file.PropertiesFileLoader
 
fileUtil() - Method in class org.pfsw.file.PropertiesFileWriter
 
fileUtil() - Method in class org.pfsw.plugin.PluginCollector
 
fileUtil() - Method in class org.pfsw.plugin.PluginRegistry
 
fileUtil() - Method in class org.pfsw.plugin.PluginUtil
 
FileWalker - Class in org.pfsw.file
This class provides services to navigate through a file directory and handle files that match a name filter.
FileWalker(IFileProcessor) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file processor.
FileWalker(FileHandler) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file handler.
FileWalker(FileHandler, char) - Constructor for class org.pfsw.file.FileWalker
Initialize the new instance with a file handler and a wildcard character for digits.
fillCredentials() - Method in class org.pfsw.security.authentication.LocationCredentials
Subclasses must override this method in order to get the credentials from somewhere and set a PasswordAuthentication object using setCredentials().
fillFallbackAuthenticator() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
finalizeResult() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This method is called just before control is passed back to the controller.
finalizeResult() - Method in class org.pfsw.pax.XMLWriteInterpreter
This method is called just before control is passed back to the controller.
find(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Looks for a predefined CheckedHashAlgorithm constant with the given algorithm name and returns it.
find(IElementFilter) - Method in class org.pfsw.six.Element
Returns all sub elements matching the given filter.
find(String) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name plus this element, if it's name is equal to the given tagName.
find(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name and the specified attribute values plus this element if it matches the tagName and attributes.
find(String, Map<String, String>) - Method in class org.pfsw.six.XmlDocument
Returns all sub elements with the given tag name and the specified attribute values plus this element if it matches the tagName and attributes.
find(IElementFilter) - Method in class org.pfsw.six.XmlDocument
Returns all sub elements matching the given filter.
find_getPluginId_Method(Object) - Method in class org.pfsw.plugin.PluginRegistry
 
findAssociation(K) - Method in class org.pfsw.util.AssociationList
Returns the association with the given key or null if the key can't be found.
findByJWAName(String) - Static method in class org.pfsw.security.SignatureAlgorithm
 
findByName(String) - Static method in class org.pfsw.security.SignatureAlgorithm
 
findByPrefix(String) - Static method in enum org.pfsw.text.ByteSizeUnit
Returns the ByteSiteUnit enum value that matches the given string.
findByValue(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
findByValue(Object) - Method in class org.pfsw.util.TemporaryMap
 
findChildren(String) - Method in class org.pfsw.six.Element
Returns all children with the given tag name.
findChildren(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all children with the given tag name and the specified attribute values.
findClass(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the class object corresponding to the given class name or null, if the class can't be found.
findClasses(String...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the classes corresponding to the given (full qualified) class names.
findConstructor(Class<T>, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the constructor of the given class for the specified parameter types or null if no such constructor can be found.
findCredentialsFor(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
findCredentialsForRealm() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
findCredentialsForRealm(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
findDefaultConstructor(Class<T>) - Method in class org.pfsw.reflect.ReflectUtil
Returns the default constructor of the given class or null if no such constructor can be found.
findDefaultTrustManager(KeyStore) - Method in class org.pfsw.security.x509.X509TrustManagerBuilder
 
findDirectories(String, String, boolean, char) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the specified startDir.
findDirectories(String, String, boolean) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the specified startDir.
findDirectories(String, String) - Static method in class org.pfsw.file.FileFinder
Return all directories that match the given pattern(s) start searching in the specified startDir.
findEntriesContaining(String) - Method in class org.pfsw.logging.memory.InMemoryLogger
Returns a list of all log records with a message that contains the given text.
findField(Class<?>, String, int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class and all the specified modifiers set.
findField(Class<?>, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the field with the specified name in the given class.
findFile(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name.
findFile(String) - Method in class org.pfsw.pax.XmlUtil
Tries to find the file with the given name.
findFileOnClasspath(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name on the classpath.
findFileOnPath(String, String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given name in one location of the given location path.
findFiles(String, String) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the specified dir.
findFiles(String, String, boolean) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the specified dir.
findFiles(String, String, boolean, char) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given pattern(s) start searching in the specified dir.
findFiles(String) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given search pattern.
findFiles(String, char) - Static method in class org.pfsw.file.FileFinder
Return all files that match the given search pattern.
findFirst(IElementFilter) - Method in class org.pfsw.six.Element
Returns the first element in the hierarchy that matches the given filter or null if none matches.
findFirst(IElementFilter) - Method in class org.pfsw.six.XmlDocument
Returns the first element in the hierarchy that matches the given filter or null if none matches.
findHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
Tries to find a known (i.e.
findInString1(IStringPair[], char, boolean) - Method in class org.pfsw.text.StringUtil
Returns the string pair of the specified array that's first string starts with the specified character.
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.pfsw.reflect.Dynamic
 
findMethod(Class<?>, String, Class<?>[], int) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given class.
findMethod(Class<?>, String, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given class or any of its superclasses regardless of the method's visibility.
findNamedText(String) - Method in class org.pfsw.util.NamedTextList
Returns the first named text with the specified name or null if none can be found.
findNamedValue(String) - Method in class org.pfsw.util.NamedValueList
Returns the first named value with the specified name or null if none can be found.
findOptionValue(String) - Method in class org.pfsw.text.CommandLineArguments
 
findOrCreate(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Looks for a predefined CheckedHashAlgorithm constant with the given algorithm name and returns it.
findPasswordAuthenticationForRealm() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
findPositionOf(String) - Method in class org.pfsw.text.StringExaminer
Returns the position index of the given match string starting to look for it from the current position.
findProperty(String) - Method in class org.pfsw.util.OrderedProperties
 
findPropertyElement(String) - Method in class org.pfsw.file.PropertiesFileContent
 
findResolverFor(String) - Method in class org.pfsw.textx.VariableResolverPool
Returns the resolver from the pool, that knows the given variable name.
findSaltedHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
 
findSpecialChar(char) - Method in class org.pfsw.pax.MarkupWriter
 
findSubDirsOf(String) - Method in class org.pfsw.file.TableOfContents
Returns all sub-directories under the given base directory.
findSubElements(String) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name.
findSubElements(String, Map<String, String>) - Method in class org.pfsw.six.Element
Returns all sub elements with the given tag name and the specified attribute values.
findUnsaltedHashMechanism(String) - Static method in class org.pfsw.security.crypto.HashMechanism
 
findValue(K) - Method in class org.pfsw.util.AssociationList
 
findValues(String) - Method in class org.pfsw.text.CommandLineArguments
 
findZippedFiles(File, IZipEntryFilter) - Method in class org.pfsw.file.FileUtil
Returns all (full-path) names of file entries in the given zipFile that match the specified filter.
finishEmptyTag() - Method in class org.pfsw.pax.MarkupWriter
 
finishTag() - Method in class org.pfsw.pax.MarkupWriter
 
first() - Method in class org.pfsw.util.OrderedCollection
Returns the first element of the receiver.
FIRST_CUSTOM_STATE - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Any custom state value should be defined as addition of this constant plus any integer value
firstElementContaining(String) - Method in class org.pfsw.file.Classpath
Returns the first element that contains a file with the specified name or null if the file cannot be found.
firstValidValue(Double...) - Method in class org.pfsw.bif.BasicUtil
Returns the first value of the given value array that is not NaN or null if none found.
firstValidValue(Float...) - Method in class org.pfsw.bif.BasicUtil
Returns the first value of the given value array that is not NaN or null if none found.
floatValue() - Method in class org.pfsw.text.NaturalNumber
 
flush() - Method in class org.pfsw.pax.MarkupWriter
 
forbidMissingPlaceholders() - Method in class org.pfsw.textx.TextEngine
Forbids placeholders that cannot be resolved by the variable resolver.
format(String) - Method in class org.pfsw.util.Duration
Formats the duration into a string utilizing the given template.
formatRFC1123(Date) - Method in class org.pfsw.util.DateUtil
Formats the given date according to RFC-1123 which is also used by HTTP/1.1 (see specification section 3.3.1).
FormattedTextWriter - Class in org.pfsw.text
This is a wrapper on an Appendable object.
FormattedTextWriter(Appendable) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output object.
FormattedTextWriter(File, Charset) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with the specified character encoding.
FormattedTextWriter(File) - Constructor for class org.pfsw.text.FormattedTextWriter
Creates a new instance that writes to the given output file with UTF-8 character encoding.
formatTimestamp(Date, String) - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
 
FREE_BSD - Static variable in class org.pfsw.util.SysUtil
 
from(String) - Static method in class org.pfsw.net.http.ProxyBuilder
Returns a ProxyBuilder initialized from the given proxy server URL.
fromDefaultEnvVar() - Static method in class org.pfsw.net.http.ProxyBuilder
Returns a ProxyBuilder initialized from environment variable "HTTP_PROXY".
fromEnvVar(String) - Static method in class org.pfsw.net.http.ProxyBuilder
Returns a ProxyBuilder initialized from the given environment variable.
FU - Static variable in class org.pfsw.file.FileUtil
 
fullFilePath(boolean) - Method in class org.pfsw.file.FileLocator
 
funcDate(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
funcLowercase(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
funcLowercaseFirstLetter(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
FunctionResolver - Interface in org.pfsw.textx
This interface defines the method an object must support, if it wants to provide values for specific function calls.
funcUppercase(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
funcUppercaseFirstLetter(List<String>) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
futil() - Method in class org.pfsw.file.ClasspathElement
 

G

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
Generates a new random ProofKeyForCodeExchange.
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
Returns the underlying JsonObjectAccessor;
getJsonAccessor() - Method in class org.pfsw.text.json.JsonObjectWrapper
Returns the underlying JsonObjectAccessor;
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
Returns the token part as JsonObject.
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
Returns the underlying JsonObject;
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
Returns a PKCEGenerator that supports the given CodeChallengeMethod.
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
 

H

handleAll(String, FileHandler) - Static method in class org.pfsw.file.FileWalker
Creates a new instance and handles with the given file handler all files under the given start directory and its sub-directories.
handleCData(CDATASection) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
handleElement(Element) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
handleException(Exception) - Method in class org.pfsw.file.ClasspathElement
 
handleException(Exception) - Method in class org.pfsw.file.FileCopyProcessor
 
handleException(Exception, File) - Method in class org.pfsw.file.FileFinder
This method is called for whenever an exception occurs in walking through the directories.
handleException(Exception, File) - Method in interface org.pfsw.file.FileHandler
This method is called for whenever an exception occurs in walking through the directories.
handleException(Exception) - Method in class org.pfsw.file.FileLocator
 
handleException(Exception) - Method in class org.pfsw.file.FileUtil
 
handleException(Exception) - Method in class org.pfsw.net.UniformResourceLocator
 
handleException(Exception) - Method in class org.pfsw.plugin.ClassRegistry
 
handleException(Exception) - Method in class org.pfsw.reflect.ClassInfo
 
handleException(Exception) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Handles all exceptions that might occur due to reflection access.
handleException(Exception) - Method in class org.pfsw.security.crypto.CryptoUtil
 
handleException(Throwable) - Method in interface org.pfsw.util.ExceptionHandler
Handle the given exception in an apropriate way.
handleFile(File) - Method in class org.pfsw.file.FileFinder
This method is called for each file, that a FileWalker instance finds.
handleFile(File) - Method in interface org.pfsw.file.FileHandler
This method is called for each file, that a FileWalker instance finds.
handleFile(File) - Method in class org.pfsw.file.FileWalker
 
handleFinalResult(Object) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
This method is called, when the end tag of the document was reached.
handleFinalResult(Object) - Method in class org.pfsw.pax.XMLWriteController
This method is called, when the end tag of the document was reached.
handleNode(Node) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
handleNodes(NodeList) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
handleProblem(String, Object...) - Method in class org.pfsw.reflect.MappedObject
Ignores the problem if silent=true, otherwise throws a ReflectionException.
handleProcessingInstruction(ProcessingInstruction) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
handleRedirectResponse(ClientRequest, IResponseStreamHandler, ServerResponse) - Method in class org.pfsw.net.http.UserAgent
 
handleStream(InputStream) - Method in interface org.pfsw.bif.callback.IInputStreamHandler
 
handleStream(OutputStream) - Method in interface org.pfsw.bif.callback.IOutputStreamHandler
 
handleText(Text) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
hasActiveCredentials() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
hasAttribute(String) - Method in class org.pfsw.six.Element
Returns true if the element has an attribute with the given name.
hasAttributes() - Method in class org.pfsw.six.Element
Returns true if the element has any attribute.
hasBody() - Method in enum org.pfsw.bif.http.HttpMethod
Returns true if this method typically is used with a request body.
hasChildItems() - Method in class org.pfsw.six.Element
Returns true if the element has any child (Element or XmlProcessingInstruction).
hasChildren() - Method in class org.pfsw.six.Element
Returns true if the element contains at least on child element.
hasConnection() - Method in class org.pfsw.db.util.DataSourceProxy
 
hasContainer() - Method in class org.pfsw.file.cfiles.AbstractSubContainer
 
hasContent() - Method in class org.pfsw.util.OrderedProperties
Returns whether or not any data is contained.
hasDataSource() - Method in class org.pfsw.db.util.DataSourceProxy
 
hasDelimiterPrefix() - Method in class org.pfsw.textx.TextEngine
 
hasDigitWildcard() - Method in class org.pfsw.file.ExtendedFileFilter
 
hasDigitWildcard() - Method in class org.pfsw.file.FileWalker
 
hasDigitWildcard() - Method in class org.pfsw.text.StringPattern
 
hasField(String) - Method in class org.pfsw.text.json.JsonObject
Returns whether or not this JSON object contains a field with the given name.
hasField(IStringConstant) - Method in class org.pfsw.text.json.JsonObject
Returns whether or not this JSON object contains a field with the given name.
hasField(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns whether or not this JSON object contains a field with the given name.
hasField(IStringConstant) - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns whether or not this JSON object contains a field with the given name.
hasGetter(Object, Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns whether or not the given object has a getter method (any visibility) for the specified field.
hashCode() - Method in class org.pfsw.bif.text.ObjectReference
 
hashCode() - Method in class org.pfsw.file.cfiles.AbstractContainer
 
hashCode() - Method in class org.pfsw.file.cfiles.AbstractSubContainer
Takes the parent container into account!
hashCode() - Method in class org.pfsw.file.ClasspathElement
Returns the hash value of this object
hashCode() - Method in class org.pfsw.net.http.Headers
 
hashCode() - Method in class org.pfsw.net.MediaTypeDefinition
 
hashCode() - Method in class org.pfsw.reflect.MapEntry
 
hashCode() - Method in class org.pfsw.reflect.Modifiers
Returns a hash code value for the object.
hashCode() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
 
hashCode() - Method in class org.pfsw.security.crypto.HashMechanism
 
hashCode() - Method in class org.pfsw.security.SignatureAlgorithm
 
hashCode() - Method in class org.pfsw.text.ByteSizeValue
 
hashCode() - Method in class org.pfsw.text.CheckedCharsetName
 
hashCode() - Method in class org.pfsw.text.NaturalNumber
 
hashCode() - Method in class org.pfsw.text.StringPair
Returns a hash built over the two contained strings.
hashCode() - Method in class org.pfsw.text.StringPattern
Returns a hash code value for the object.
hashCode() - Method in class org.pfsw.text.TimeValue
 
hashCode() - Method in class org.pfsw.text.Version
Returns a hash code
hashCode() - Method in class org.pfsw.util.Association
 
hashCode() - Method in class org.pfsw.util.BitSet
Returns the receiver's hash value.
hashCode() - Method in class org.pfsw.util.Bool
Returns a hash code of the Bool object.
hashCode() - Method in class org.pfsw.util.CollectorDictionary
Returns the hash code value for this map.
hashCode() - Method in class org.pfsw.util.Duration
 
hashCode() - Method in class org.pfsw.util.MultiValueProperty
 
hashCode() - Method in class org.pfsw.util.OrderedCollection
Returns the hash code value for this list.
hashCode() - Method in class org.pfsw.util.SimpleDate
 
hashCode() - Method in class org.pfsw.util.ToggleSwitch
 
hashed(byte[], HashMechanism) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given data hashed with the specified hashing mechanism (e.g.
HashedString - Class in org.pfsw.security.crypto
Container for a SHA hashed strings including salt for SSHA.
HashedString(String) - Constructor for class org.pfsw.security.crypto.HashedString
Initialize the new instance with a hashed string.
HashedString(byte[], String) - Constructor for class org.pfsw.security.crypto.HashedString
 
HashedString(byte[], HashMechanism) - Constructor for class org.pfsw.security.crypto.HashedString
 
HashedString(byte[], byte[], String) - Constructor for class org.pfsw.security.crypto.HashedString
 
HashedString(byte[], byte[], HashMechanism) - Constructor for class org.pfsw.security.crypto.HashedString
 
hashedUTF8(String, String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string UTF-8 char encoded, hashed with the specified hashing mechanism (e.g.
hashedUTF8(String, HashMechanism) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string UTF-8 char encoded, hashed with the specified hashing mechanism (e.g.
HashMechanism - Class in org.pfsw.security.crypto
Contains all information about a hashing algorithm.
HashMechanism(String, CheckedHashAlgorithm, boolean) - Constructor for class org.pfsw.security.crypto.HashMechanism
Creates a new instance that represents a particular hashing mechanism.
hasMoreChars() - Method in class org.pfsw.textx.TextEngine
 
hasMoreElements() - Method in class org.pfsw.util.CollectionEnumeration
 
hasNext() - Method in class org.pfsw.text.StringScanner
Returns true, if the scanner has not yet reached the end.
hasNext() - Method in class org.pfsw.util.EnumerationIterator
Returns true if another element is available.
hasNext() - Method in class org.pfsw.util.ObjectArrayIterator
Returns true if the iteration has more elements.
hasPadding() - Method in class org.pfsw.text.ObjectIdGenerator
Returns whether or not padding for the identifiers is activated.
hasParent() - Method in class org.pfsw.util.StackedMap
 
hasPrefix() - Method in class org.pfsw.text.ObjectIdGenerator
Returns whether or not a prefix is defined.
hasProcessingInstructions() - Method in class org.pfsw.six.Element
Returns true if the element contains at least one processing instruction.
hasProcessingInstructions() - Method in class org.pfsw.six.XmlDocument
 
hasProxy() - Method in class org.pfsw.net.http.UserAgent
 
hasPublicGetter(Object, Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns whether or not the given object has a public getter method for the specified field.
hasPublicMethod(Class<?>, String, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if a public method with the specified name exists in the given class or any of its superclasses.
hasPublicMethod(Object, String, Class<?>...) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if a public method with the specified name exists in the class of the given object or any of its superclasses.
hasPublicSetter(Object, Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns whether or not the given object has a public setter method for the specified field.
hasQueryParameter() - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this URL contains at least one query parameter
hasQueryParameter(String) - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this URL contains the query parameter with the given name.
hasQueryParameter(IStringRepresentation) - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this URL contains the query parameter with the given name.
hasSetter(Object, Field) - Method in class org.pfsw.reflect.ReflectUtil
Returns whether or not the given object has a setter method (any visibility) for the specified field.
hasTableQualifier() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
hasText() - Method in class org.pfsw.six.Element
Returns true if the element has any text.
hasValueAttrName() - Method in class org.pfsw.reflect.XmlReflection
 
hasValues() - Method in class org.pfsw.util.MultiValueProperty
Returns true if at least one value is in the list of values.
hasWildcard() - Method in class org.pfsw.text.StringPattern
Returns true if the pattern contains any '*' or '?' or digit wildcard wildcard character.
Headers - Class in org.pfsw.net.http
Container for request and response headers.
Headers() - Constructor for class org.pfsw.net.http.Headers
 
hexToBytes(String) - Method in class org.pfsw.text.StringUtil
Converts the given hex string to a byte array.
hexToBytes(String, String) - Method in class org.pfsw.text.StringUtil
Converts the given hex string to a byte array.
HOST - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
HOST_SUPPORT_VERSION - Static variable in class org.pfsw.security.authentication.AutoAuthenticationManager
 
HP_UX - Static variable in class org.pfsw.util.SysUtil
 
HTTP_DEFAULT_CHAR_ENCODUNG - Static variable in class org.pfsw.net.http.HttpUtil
 
HTTP_DEFAULT_PORT - Static variable in class org.pfsw.net.http.HttpUtil
 
HTTP_DEFAULT_PORT - Static variable in class org.pfsw.net.UniformResourceLocator
 
HTTP_PREFIX - Static variable in class org.pfsw.net.http.HttpUtil
 
HTTP_SCHEME_PREFIX - Static variable in class org.pfsw.net.UniformResourceLocator
"http://"
HttpHeaderName - Interface in org.pfsw.bif.http
 
HttpMethod - Enum in org.pfsw.bif.http
Represents an HTTP method like GET, PUT and so on.
HTTPS_DEFAULT_PORT - Static variable in class org.pfsw.net.http.HttpUtil
 
HTTPS_DEFAULT_PORT - Static variable in class org.pfsw.net.UniformResourceLocator
 
HTTPS_PREFIX - Static variable in class org.pfsw.net.http.HttpUtil
 
HTTPS_SCHEME_PREFIX - Static variable in class org.pfsw.net.UniformResourceLocator
"https://"
HttpUtil - Class in org.pfsw.net.http
Utility and convenience methods for HTTP programming, provided as singleton.
HttpUtil() - Constructor for class org.pfsw.net.http.HttpUtil
 
HttpVerb - Interface in org.pfsw.bif.http
A common interface for enum classes that declare HTTP verbs.
HU - Static variable in class org.pfsw.net.http.HttpUtil
 

I

IBase64Encoder - Interface in org.pfsw.bif.conversion
A functional interface for the Base64 encoding of a byte array.
IBasicLifecycle - Interface in org.pfsw.bif.lifecycle
Combines interfaces IInitializable and IDisposable
IBiConsumer<T,U> - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.BiConsumer, but is available for Java 6.
IBidirectionalConverter<TInternal,TExternal> - Interface in org.pfsw.bif.conversion
A general interface for converters that can do conversion from an internal object representation to an external representation and vice versa.
IBooleanRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support, if it wants to represent itself as a boolean.
IBooleanSupplier - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.BooleanSupplier, but is available for Java 6.
IBuilder<T> - Interface in org.pfsw.bif.creation
Interface of classes that are supposed to support a fluent API builder pattern.
IByteArraySupplier - Interface in org.pfsw.bif.callback
A functional interface for providing a byte array.
IByteArrayToStringConverter - Interface in org.pfsw.bif.conversion
Specialized string converter for bayte arrays.
ICharsets - Interface in org.pfsw.bif.text
Provides constants for the standard character sets that are available in every JRE.
ICheckedCharset - Interface in org.pfsw.bif.text
Specifies the interface of objects that represents a character encoding name that has already been checked if it is supported by the platform.
ICondition - Interface in org.pfsw.bif.logic
Represents a condition independent of its internal complexity.
IConfigSettings - Interface in org.pfsw.bif.configuration
A simple interface for string based key/value pairs that are used to configure something.
IConfigurable - Interface in org.pfsw.bif.configuration
Defines a generic configuration method based on string key/value pairs.
IConfigurableByMap<K,V> - Interface in org.pfsw.bif.configuration
Defines a generic configuration method based on a Map.
IConsumer<T> - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.Consumer, but is available for Java 6.
IContainer - Interface in org.pfsw.file.cfiles
A container that holds multiple items.
ID_METHOD_NAME - Static variable in interface org.pfsw.plugin.IIdentifiablePlugin
 
IdentifierGenerationException - Exception in org.pfsw.bif.identifier
General purpose exception for all problems that might occur during identifier generation.
IdentifierGenerationException(String, Object...) - Constructor for exception org.pfsw.bif.identifier.IdentifierGenerationException
 
IdentifierGenerationException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.identifier.IdentifierGenerationException
 
idFromDB() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
IdGeneratorCategorySpec - Interface in org.pfsw.db.util
A definition of an ID generator for a specific category.
IdGeneratorTableSpec - Class in org.pfsw.db.util
A specification object for the name and column name definition of a database table used for ID generation.
IdGeneratorTableSpec() - Constructor for class org.pfsw.db.util.IdGeneratorTableSpec
 
IDirectory - Interface in org.pfsw.file.cfiles
The representation of a directory in a file system.
IDisplayableObject - Interface in org.pfsw.bif.ui
Identifies an object as displayable by providing an explicit displayString() method that is supposed to be used for displaying the object.
IDisposable - Interface in org.pfsw.bif.lifecycle
This interface specifies just a dispose() method an object must understand to dispose its internal resources.
This is more or less the same as IReleasable.
IElementFilter - Interface in org.pfsw.six
Filter definition for Element objects.
IEnumType - Interface in org.pfsw.bif.enums
A general interface that allows to mark enum types and therefore use the interface rather than the enum directly.
IExecutable - Interface in org.pfsw.bif.execution
Defines an execute() method
IExtensibleFluentApi<T> - Interface in org.pfsw.bif
Implementing this interface allows easy creation of classes with fluent API (like builders) that should allow sub-classing.
IFieldName - Interface in org.pfsw.bif.enums
Common interface for enumerations that specify field names.
IFileProcessor - Interface in org.pfsw.file
A callback interface for file processing.
IFunction<T,R> - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.Function, but is available for Java 6.
ignoreCase(boolean) - Method in class org.pfsw.text.MatchAttribute
 
ignoreCase(boolean) - Method in class org.pfsw.text.MatchElement
 
ignoreCase(boolean) - Method in class org.pfsw.text.MatchGroup
 
ignoreCase(boolean) - Method in class org.pfsw.text.MatchRule
Defines whether or not the case of characters in value comparison must be ignored.
ignoreCase() - Method in class org.pfsw.text.StringExaminer
 
ignoreCase(boolean) - Method in class org.pfsw.text.StringExaminer
 
ignoreCaseAsString() - Method in class org.pfsw.text.StringPattern
 
ignoreCaseInName() - Method in class org.pfsw.text.MatchAttribute
Returns true, if the attribute name should be treated not case-sensitive.
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchAttribute
Sets whether the attribute name should be treated not case-sensitive.
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchElement
 
ignoreCaseInName(boolean) - Method in class org.pfsw.text.MatchGroup
Defines whether or not the case of characters in attribute names must be ignored.
ignoreCaseInNames(boolean) - Method in class org.pfsw.text.MatchRule
Defines whether or not the case of characters in attribute names must be ignored.
IGNORING_PROGRESS_LISTENER - Static variable in class org.pfsw.util.IOUtil
 
IIdentifiablePlugin - Interface in org.pfsw.plugin
This interface can optionally be implemented by plugins.
IIndentedTextWriter<T extends IIndentedTextWriter> - Interface in org.pfsw.bif.text
A generic interface for writing text with indentation support.
IInitializable - Interface in org.pfsw.bif.lifecycle
Generic no argument initialization
IInitializablePlugin - Interface in org.pfsw.plugin
Defines the methods needed to initialize a plug-in implementation right after its creation via its public no-argument constructor.
IInputStreamHandler - Interface in org.pfsw.bif.callback
A callback implementation that can be used to handle the input stream of any process that produces such a stream.
IIntegerRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support, if it wants to represent itself as an integer.
IIntSupplier - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.IntSupplier, but is available for Java 6.
IItem - Interface in org.pfsw.file.cfiles
An item is always associated to a container.
IJSONConvertible - Interface in org.pfsw.bif.text
Implementers of this interface are capable of converting themselves into a valid JSON string representation.
ILineProcessor - Interface in org.pfsw.bif.text
A simple interface that allows processing a longer text line by line.
illegalArgumentException(String, String) - Method in class org.pfsw.plugin.ClassRegistry
 
ILongRepresentation - Interface in org.pfsw.bif.conversion
This interface defines the method an object must support, if it wants to represent itself as a long.
ILongSupplier - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.LongSupplier, but is available for Java 6.
implementsInterface(Object, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the class of the given object implements the specified interfaceType.
implementsInterface(Class<?>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given class implements the specified interfaceType.
IMutableStringPair - Interface in org.pfsw.bif.text
Specifies additional methods for IStringPair objects that allow to modify them.
IName - Interface in org.pfsw.bif.text
 
INamedElement - Interface in org.pfsw.file.cfiles
Common API for elements with a name.
inc() - Method in class org.pfsw.reflect.NumericFieldProxy
Increments this field's value by 1, stores the result in the field and returns it.
incIndent() - Method in class org.pfsw.pax.MarkupWriter
 
indent() - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Increments the indentation level.
indent() - Method in class org.pfsw.text.FormattedTextWriter
Increases the indentation level by 1.
indentationRequired() - Method in class org.pfsw.text.FormattedTextWriter
 
indexOf(Class<?>[], Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns the index of the given class in the provided class array or -1 if the class is not in the array.
indexOf(String[], StringPattern) - Method in class org.pfsw.text.StringUtil
Returns the index of the first string in the given string array that matches the specified string pattern.
indexOf(String[], String) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
indexOf(char[], char, boolean) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified character in the given char array.
indexOf(K) - Method in class org.pfsw.util.AssociationList
Returns the index of the given key or -1 if the key can't be found.
indexOf(T[], T) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOf(T[], IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the first object in the given object array that matches the given filter.
indexOf(List<T>, IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the first object in the given list that matches the given filter.
indexOf(E) - Method in class org.pfsw.util.OrderedCollection
Returns the index in this list of the first occurrence of the specified element, or 0 if this list does not contain this element.
indexOf(Object) - Method in class org.pfsw.util.OrderedSet
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOfChild(XmlItem) - Method in class org.pfsw.six.Element
 
indexOfIdentical(T[], T) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOfIgnoreCase(String[], String) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
indexOfObject(Object[], Object, boolean) - Method in class org.pfsw.util.CollectionUtil
 
indexOfPreceedingNotNullElement(String[], int) - Method in class org.pfsw.file.FileUtil
 
indexOfProperty(String) - Method in class org.pfsw.util.OrderedProperties
 
indexOfString(String[], String, boolean) - Method in class org.pfsw.text.StringUtil
Returns the index of the specified string in the given string array.
infof(String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level INFO is activated for this logger.
infof(Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level INFO is activated for this logger.
infof(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level INFO is activated for this logger.
infof(Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level INFO is activated for this logger.
init(String) - Method in class org.pfsw.file.ArchiveTOC
 
init(String, String) - Method in class org.pfsw.file.Classpath
 
init(File) - Method in class org.pfsw.file.ClasspathElement
 
init(String) - Method in class org.pfsw.security.crypto.HashedString
Initialized this HashedString instance from a Base64 encoded hash that is prefixed with an algorithm identifier.
init(byte[], byte[], HashMechanism) - Method in class org.pfsw.security.crypto.HashedString
 
init() - Method in class org.pfsw.text.CommandLineArguments
 
initClassObject() - Method in class org.pfsw.reflect.ClassInfo
 
initFeatures() - Method in class org.pfsw.pax.DOMTreeXMLReader
 
initFieldAccessors() - Method in class org.pfsw.reflect.MappedObject
 
initFromParts(String[]) - Method in class org.pfsw.file.Classpath
 
initFromPath(String[], boolean) - Method in class org.pfsw.file.FileLocator
 
INITIAL_BLOCKSIZE - Static variable in class org.pfsw.db.util.ObjectIdentifierDB
 
INITIAL_CAPACITY - Static variable in class org.pfsw.util.OrderedProperties
 
initialize() - Method in interface org.pfsw.bif.lifecycle.IInitializable
Initialize the internal state
initialize(Properties) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
initialize(Properties) - Method in interface org.pfsw.logging.Logger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pfsw.logging.Logger2Logger
 
initialize(Properties) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
initialize(Properties) - Method in class org.pfsw.logging.nil.NilLogger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Initialize the logger from the given properties settings.
initialize() - Method in class org.pfsw.plugin.BasePluginRegistration
Will be called from the constructor to fill the internal map with values.
initializeBuffers(String) - Method in class org.pfsw.textx.TextEngine
 
initializeCategory() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
initializeResultBuffer(int) - Method in class org.pfsw.textx.TextEngine
 
initializeSourceBuffer(String) - Method in class org.pfsw.textx.TextEngine
 
initializeTableIfNecessary() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
initInputSource(InputSource, String, Charset) - Static method in class org.pfsw.six.XmlStreamReader
 
initLexicalHandler() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
initLogger(Logger) - Method in class org.pfsw.logging.stdout.PrintStreamLoggerFactory
 
initLogLevel(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
initPlugin(String, Properties) - Method in interface org.pfsw.plugin.IInitializablePlugin
Initialize the newly created plug-in implementation with the externally defined ID and specified configuration properties.
initPrintStream(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
initProperties(Element, Object) - Method in class org.pfsw.reflect.XmlReflection
 
initTargetLogger() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
InMemoryLogger - Class in org.pfsw.logging.memory
This logger keeps all log output in an internal list on the heap.
InMemoryLogger(String) - Constructor for class org.pfsw.logging.memory.InMemoryLogger
 
InMemoryLoggerFactory - Class in org.pfsw.logging.memory
This factory produces logger instances that keep all log output in memory.
InMemoryLoggerFactory() - Constructor for class org.pfsw.logging.memory.InMemoryLoggerFactory
 
insertAfter(int, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given child after the given index
insertBefore(int, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given child before the given index
insertChildAfter(XmlItem, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given newChild after the specified old child.
insertChildBefore(XmlItem, XmlItem) - Method in class org.pfsw.six.Element
Inserts the given newChild before the specified old child.
inspectString() - Method in class org.pfsw.file.DirectoryContents
Returns a display string for an inspector.
inspectString() - Method in class org.pfsw.file.TableOfContents
Returns a display string for an inspector.
inspectString() - Method in class org.pfsw.text.StringPattern
 
install() - Static method in class org.pfsw.security.authentication.AutoAuthenticationManager
Must be called once, to activate this authentication manager mechanism within the java.net.Authenticator.
instance() - Static method in class org.pfsw.security.authentication.AutoAuthenticationManager
Returns the only instance this class supports (design pattern "Singleton")
instance() - Static method in class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Returns always the same instance of this class.
instance() - Static method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Returns always the same instance of this class.
IntegerFieldProxy - Class in org.pfsw.reflect
Provides a field proxy for an integer type which offers some extra convenience methods for basic calculation.
IntegerFieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.IntegerFieldProxy
 
IntegerFieldProxy(Object, String) - Constructor for class org.pfsw.reflect.IntegerFieldProxy
 
internalCreateNewInstanceOfClass(boolean, Class<T>, Object...) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with types corresponding to the given parameters it will be used to create a new instance.
internalMap() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
internalMap(Map<String, NamedValue<V>>) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
internalMap() - Method in class org.pfsw.util.MapWrapper
 
internalMap(Map<K, V>) - Method in class org.pfsw.util.MapWrapper
 
internalMap() - Method in class org.pfsw.util.TemporaryMap
 
internalMap(Map<K, Association<Long, V>>) - Method in class org.pfsw.util.TemporaryMap
 
internalValidate() - Method in class org.pfsw.file.cfiles.WindowsDrive
 
intValue() - Method in class org.pfsw.text.NaturalNumber
 
invalidElements() - Method in class org.pfsw.file.Classpath
Returns the classpath elements that are invalid.
InvalidParameterException - Exception in org.pfsw.textx
This exception class is used for signaling that something is wrong with the parameters given to a function.
InvalidParameterException(String, String) - Constructor for exception org.pfsw.textx.InvalidParameterException
Initializes the receiver with the function name that caused the exception.
invalidSubTagError(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This is a convenience method for throwing an exception, when a an invalid sub tag is detected.
InvalidUrlException - Exception in org.pfsw.bif.exceptions
A runtime exception for signaling an invalid URL.
InvalidUrlException(String, Object...) - Constructor for exception org.pfsw.bif.exceptions.InvalidUrlException
 
InvalidUrlException(Throwable, String, Object...) - Constructor for exception org.pfsw.bif.exceptions.InvalidUrlException
 
invoke(Object, String) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object and without any arguments.
invoke(Object, String, Object) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
invoke(Object, String, int) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one integer argument.
invoke(Object, String, boolean) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
invoke(Object, String, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, String, Object[], Class<?>[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, Method, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the given method on the given object with the specified arguments.
invoke(String, Object[], String[]) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Executes the methods that are supported via JMX.
IObjectCollector<T> - Interface in org.pfsw.bif
Implementors will be called by for elements in a loop or a recursive processing.
IObjectConverter<TSource,TTarget> - Interface in org.pfsw.bif.conversion
Defines a generic functional interface for the conversion of a given source object into a target object.
IObjectFilter<T> - Interface in org.pfsw.bif.filter
Defines just one method useful for generic filtering.
IObjectIdGenerator - Interface in org.pfsw.bif.identifier
Specifies the methods that are needed to generate new (unique) object identifiers.
IObjectProcessor<T> - Interface in org.pfsw.bif
Specifies a simple interface that allows loops or recursive executions to send each object to an implementor of this interface.
IObjectProperty - Interface in org.pfsw.reflect
This is the generic view on a single object property (field / instance variable).
IObjectPropertyFilter - Interface in org.pfsw.reflect
A generic filter function definition for IObjectProperty objects.
IORuntimeException - Exception in org.pfsw.bif.exceptions
A generic runtime exception that is supposed to be used for wrapping a checked IOException.
IORuntimeException(String, Object...) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
 
IORuntimeException(IOException, String, Object...) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
 
IORuntimeException(IOException) - Constructor for exception org.pfsw.bif.exceptions.IORuntimeException
 
ioUtil() - Method in class org.pfsw.file.FileUtil
 
ioUtil() - Method in class org.pfsw.net.http.HttpUtil
 
IOUtil - Class in org.pfsw.util
Various well-tested and reusable utility methods that help to reduce large amount of boilerplate code in the area of I/O (stream and reader/writer processing).
IOUtil() - Constructor for class org.pfsw.util.IOUtil
Protected constructor allows subclassing!
ioUtil() - Method in class org.pfsw.util.StreamCopy
 
IOutputStreamHandler - Interface in org.pfsw.bif.callback
A callback implementation that can be used to handle the output stream of any process that produces such a stream.
IParameterizedCondition<T> - Interface in org.pfsw.bif.logic
A condition that evaluates to true or false depending on an external parameter.
IPredicate<T> - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.Predicate, but is available for Java 6.
IPrioritized - Interface in org.pfsw.bif.priority
Common interface for objects with prioritization.
IPriority - Interface in org.pfsw.bif.priority
A value that represents a specific priority.
IProgressListener - Interface in org.pfsw.bif.callback
A generic interface for listeners of any long-running actions that need to be observable and stoppable.
IReadOnlyNamedValues<TValue> - Interface in org.pfsw.bif.facet
Generic read only access to any name/value pair based containers where the names are strings and the values can be any type.
IReleasable - Interface in org.pfsw.bif.lifecycle
This interface specifies just a release() method an object must understand to release its internal resources.
This is more or less the same as IDisposable.
IResettable - Interface in org.pfsw.bif.lifecycle
To be implemented by objects that can be reset.
IResponseStreamHandler - Interface in org.pfsw.net.http
A callback implementation that can be used to handle the input stream of an HTTP response.
IResumable - Interface in org.pfsw.bif.execution
Defines method resume().
IRIX - Static variable in class org.pfsw.util.SysUtil
 
isAbsolute() - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this is an absolute URL
isAbstract() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the abstract modifier, false otherwise.
isAllInitialized() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
isAnyNull(Object...) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given array contains at least one null value.
isAnyNull(Object...) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array contains at least one null value.
isAnyNullOrBlank(String...) - Method in class org.pfsw.bif.BasicUtil
Returns true if any one of the given strings is null or blank.
isAnyNullOrBlank(String...) - Method in class org.pfsw.text.StringUtil
Returns true if any one of the given strings is null or blank.
isAppletEnvironment() - Method in class org.pfsw.util.SysUtil
Returns true if the code is running as part of an applet in a browser plugin JVM.
isArchive() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is an archive file.
isArray() - Method in class org.pfsw.text.json.JsonArray
Returns true because this is a JSON array representation (in Java).
isArray() - Method in class org.pfsw.text.json.JsonObject
Returns false because this is no JSON array representation (in Java).
isArray() - Method in interface org.pfsw.text.json.JsonType
Returns true if this is a JSON array representation (in Java).
isArrayEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isArrayStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isAssignableFrom(Class<?>) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by this ClassInfo object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAssignableTo(Class<?>) - Method in class org.pfsw.reflect.ClassInfo
Determines if the class or interface represented by the specified class parameter is either the same as, or is a superclass or super interface of, the class or interface represented by this ClassInfo object.
isAttribute() - Method in class org.pfsw.text.MatchAttribute
Returns true, if the element is an attribute element.
isAttribute() - Method in class org.pfsw.text.MatchElement
 
isAuthScheme(String) - Method in class org.pfsw.net.http.AuthorizationHeader
Returns true if the underlying authentication scheme equals (case-insensitive) the given name.
isAutoFlush() - Method in class org.pfsw.util.StreamCopy
 
isBasicAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
 
isBasicHttp() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
isBearerAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
 
isBitNotSet(int) - Method in class org.pfsw.util.BitSet
Returns true, if the bit defined by the argument is not set.
isBitSet(int) - Method in class org.pfsw.util.BitSet
Returns true, if the bit defined by the argument is set.
isCategoryInitialized() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
isClosed() - Method in class org.pfsw.db.util.SQLExecutor
 
isCloseStreamsAfterCopy() - Method in class org.pfsw.util.StreamCopy
 
isCodeIn(int...) - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has a status code that equals one of the given codes.
isCodeInRange(int, int) - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has a status code that is in the specified code range (fromCode and toCode both included).
isConditionalControlOn() - Method in class org.pfsw.textx.TextEngine
 
isCorrectElementType(Association<K, V>) - Method in class org.pfsw.util.AssociationList
 
isCorrectKeyType(Object) - Method in class org.pfsw.util.AssociationList
 
isCorrectType(Object) - Method in class org.pfsw.text.MatchAttribute
 
isCorrectValueType(Object) - Method in class org.pfsw.util.AssociationList
 
isDebugEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows debug logging.
isDebugEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows debug logging.
isDefaultPort() - Method in class org.pfsw.net.UniformResourceLocator
Returns true, if the port is not explicitly set which means the default port has to be used.
isDefaultVisibility() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifier bits does not include any of the visibility modifiers public, protected private, false otherwise.
isDefaultVisibility(int) - Method in class org.pfsw.reflect.ReflectUtil
Returns true, if the visibility defined by the given modifiers is the default (package) visibility.
isDefinedPlaceholder(String) - Method in class org.pfsw.textx.TextEngine
 
isDesiredLoggerType(String) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isDesiredLoggerTypeStillNotAvailable() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isDigestAuthScheme() - Method in class org.pfsw.net.http.AuthorizationHeader
 
isDirectory(ZipEntry) - Method in class org.pfsw.file.ArchiveTOC
 
isDirectory() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is a directory
isDirectory() - Method in class org.pfsw.file.FileLocator
Returns whether or not the name specified by this locator points to a directory.
isDirectoryElement(File) - Method in class org.pfsw.file.FileLocator
 
isDirectoryInArchive(String) - Method in class org.pfsw.file.FileLocator
 
isDriverRegistered(String) - Method in class org.pfsw.db.util.DBUtil
Returns true if the database driver with the specified class name is registered at the java.sql.DriverManager.
isDTD(String) - Method in class org.pfsw.six.FileEntityResolver
 
isEclipse() - Method in class org.pfsw.util.SysUtil
Returns true if the environment is based on eclipse.
isEmpty() - Method in interface org.pfsw.bif.facet.IReadOnlyNamedValues
Returns true if the receiver does not contain any data.
isEmpty() - Method in class org.pfsw.file.cfiles.AbstractContainer
 
isEmpty() - Method in interface org.pfsw.file.cfiles.IContainer
Returns whether or not this container contains items.
isEmpty() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
isEmpty() - Method in class org.pfsw.plugin.ClassRegistry
 
isEmpty() - Method in class org.pfsw.reflect.MappedObject
 
isEmpty() - Method in class org.pfsw.security.x509.MultiX509TrustManager
Returns true if no trust manager is contained.
isEmpty() - Method in class org.pfsw.text.CommandLineArguments
Returns true if no argument is set.
isEmpty() - Method in class org.pfsw.text.json.JsonClaims
Returns true if this object contains no claim at all.
isEmpty() - Method in class org.pfsw.text.json.JsonObjectAccessor
Returns true if the underlying JSON object contains no field at all.
isEmpty() - Method in class org.pfsw.text.StringFilterCollection
 
isEmpty() - Method in class org.pfsw.text.StringPatternCollection
Returns true if no pattern definition is currently in this collection
isEmpty() - Method in class org.pfsw.util.AssociationList
Returns true if this list has no elements
isEmpty() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
isEmpty() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
isEmpty() - Method in class org.pfsw.util.CollectorDictionary
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.pfsw.util.MapWrapper
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pfsw.util.MultiValueProperty
Returns true if no value is in the list of values.
isEmpty() - Method in class org.pfsw.util.OrderedCollection
Returns true if this list contains no elements.
isEmpty() - Method in class org.pfsw.util.OrderedMap
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pfsw.util.OrderedProperties
Returns whether or not this contains any properties.
isEmpty() - Method in class org.pfsw.util.OrderedSet
 
isEmpty() - Method in class org.pfsw.util.PropertiesMap
 
isEmpty() - Method in class org.pfsw.util.StackedMap
Returns true, if there is no entry in this map and in all maps on the stack.
isEmpty() - Method in class org.pfsw.util.TemporaryMap
 
isEmptyTag() - Method in class org.pfsw.pax.XMLWriteInterpreter
 
isEnabled(LogLevel) - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows logging on the given level.
isEnabled(LogLevel) - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows logging on the given level.
isEncrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
 
isEqual(Comparable<T>, T) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the first given object is equal to the second.
isEqual() - Method in enum org.pfsw.bif.CompareResult
Returns true if this instance represents the 'equal' result.
isEqual(String) - Method in class org.pfsw.security.crypto.HashedString
Compares the given clear text string with the hashed value.
isEqual(byte[]) - Method in class org.pfsw.security.crypto.HashedString
Compares the given plain text string with the hashed string.
isEqual(String, String) - Method in class org.pfsw.text.StringPair
 
isEqualTo(String) - Method in class org.pfsw.text.Version
Returns true if this version is equal to the version represented by the given string.
isEqualUTF8(String) - Method in class org.pfsw.security.crypto.HashedString
Compares the given clear text string with the hashed value (which was hashed as UTF-8).
isErrorEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows error logging.
isErrorEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows error logging.
IService - Interface in org.pfsw.bif.execution
Generic marker interface to identify any kind of service.
IServiceStateChangeListener - Interface in org.pfsw.bif.execution
A listener that gets informed about any state changes of a service.
isEscape(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isExecutingWithJDK() - Method in class org.pfsw.util.SysUtil
Returns true if the current Java execution runtime is a JDK and false if it is a JRE.
isExistingFolder(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given path is an existing folder on the file system.
isExistingFolder(File) - Method in class org.pfsw.file.FileUtil
Returns true if the given folder is an existing folder on the file system.
isExpired(Association<Long, V>) - Method in class org.pfsw.util.TemporaryMap
 
isFalse(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a false setting.
isFalse(Object) - Static method in class org.pfsw.util.Bool
Returns true, if the given object is a sort of boolean "false" representation otherwise false.
isFalse() - Method in class org.pfsw.util.Bool
Returns true if the receiver is a representation of false.
isFalse() - Method in class org.pfsw.util.ToggleSwitch
 
isFeatureOn(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
isFile() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is a file.
isFile() - Method in class org.pfsw.file.FileLocator
Returns whether or not the name specified by this locator points to a file.
isFileElement(File) - Method in class org.pfsw.file.FileLocator
 
isFileInArchive(String) - Method in class org.pfsw.file.FileLocator
 
isFinal() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the final modifier, false otherwise.
isFirstGroup() - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
isFollowRedirects() - Method in class org.pfsw.net.http.UserAgent
 
isGreater(Comparable<T>, T) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the first given object is greater than the second.
isGreater() - Method in enum org.pfsw.bif.CompareResult
Returns true if this instance represents the 'equal' result.
isGreaterOrEqual(Version) - Method in class org.pfsw.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterOrEqual(String) - Method in class org.pfsw.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterThan(Version) - Method in class org.pfsw.text.Version
Returns if this version is greater than the specified version.
isGreaterThan(String) - Method in class org.pfsw.text.Version
Returns if this version is greater than the given version.
isGroup() - Method in class org.pfsw.text.MatchElement
 
isGroup() - Method in class org.pfsw.text.MatchGroup
Returns always true, because this is a group.
isGroupEnd(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
isHashed(String) - Method in class org.pfsw.security.crypto.CryptoUtil
 
isHashed() - Method in class org.pfsw.security.crypto.HashedString
 
isHeaderName(String) - Method in interface org.pfsw.bif.http.HttpHeaderName
Returns true if the given header name string matches this HttpHeaderName instance.
isHeaderName(String) - Method in enum org.pfsw.bif.http.NonStandardHttpHeaderName
 
isHeaderName(String) - Method in enum org.pfsw.bif.http.OtherHttpHeaderName
 
isHeaderName(String) - Method in enum org.pfsw.bif.http.StandardHttpHeaderName
 
isHttpsURL(String) - Method in class org.pfsw.net.http.HttpUtil
Returns whether or not the given string starts with a proper HTTPS protocol prefix.
isHttpURL(String) - Method in class org.pfsw.net.http.HttpUtil
Returns whether or not the given string starts with a proper HTTP protocol prefix.
isInArchive() - Method in class org.pfsw.file.FileInfo
Returns the name of the archive, the file is included in or null if the file is located in the normal directory structure.
isInArchive() - Method in class org.pfsw.file.FileLocator
Returns whether or not the file specified by this locator is inside an archive.
isInDaysRange() - Method in class org.pfsw.util.Duration
Returns true if the duration is not under a day.
isIndentationOn() - Method in class org.pfsw.textx.TextEngine
 
isInfoEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows info logging.
isInfoEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows info logging.
isInHoursRange() - Method in class org.pfsw.util.Duration
Returns true if the duration is not under an hour.
isInMinutesRange() - Method in class org.pfsw.util.Duration
Returns true if the duration is not under a minute.
isInSecondsRange() - Method in class org.pfsw.util.Duration
Returns true if the duration is not under a second.
isInsertionStart(Character) - Method in class org.pfsw.textx.TextEngine
 
isInsideJavaArchive(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) that is located inside a JAR file.
isInstance(Object) - Method in class org.pfsw.reflect.ClassInfo
Determines if the specified Object is assignment-compatible with the object represented by this ClassInfo.
isInteger(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given value is a string containing only digits and optionally a leading minus ('-') and is in the range of a valid integer Integer.MIN_VALUE <= value <= Integer.MAX_VALUE.
isInterface() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the interface modifier, false otherwise.
isJavaModuleSystemSupportingRuntime() - Method in class org.pfsw.util.SysUtil
Returns true if the current JRE used to execute this code is supporting the Java Module System.
isKnownFunction(String) - Method in class org.pfsw.textx.BasicTextFunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownFunction(String) - Method in interface org.pfsw.textx.FunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.BasicVariableContainer
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.GlobalLocalVariables
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in interface org.pfsw.textx.VariableResolver
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pfsw.textx.VariableResolverPool
Returns if the variable with the given name can be resolved by the receiver.
isLess(Comparable<T>, T) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the first given object is less than the second.
isLess() - Method in enum org.pfsw.bif.CompareResult
Returns true if this instance represents the 'less' result.
isLessOrEqual(Version) - Method in class org.pfsw.text.Version
Returns if this version is less or equal compared to the given version.
isLessOrEqual(String) - Method in class org.pfsw.text.Version
Returns if this version is less or equal compared to the given version.
isLessThan(Version) - Method in class org.pfsw.text.Version
Returns if this version is less than the given version.
isLessThan(String) - Method in class org.pfsw.text.Version
Returns if this version is less than the specified version.
isLexicalHandlerSupported() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns true if the LexicalHandler callback is supported by the XML parser
isLiteral(char) - Method in class org.pfsw.text.LdapFilterParser
 
isLocal(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on the local file system.
isLocalFileURL(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on the local file system using the URL syntax such as "file:/usr/bin/run" or "file:\C:\temp\readme.txt.
isLoggingDebugs() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isLoggingDebugs() - Method in interface org.pfsw.logging.Logger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pfsw.logging.Logger2Logger
 
isLoggingDebugs() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
isLoggingDebugs() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isLoggingErrors() - Method in interface org.pfsw.logging.Logger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.Logger2Logger
 
isLoggingErrors() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
isLoggingErrors() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if errors will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isLoggingInfos() - Method in interface org.pfsw.logging.Logger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.Logger2Logger
 
isLoggingInfos() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
isLoggingInfos() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if info messages will be written to the output device(s).
isLoggingSupressed() - Static method in class org.pfsw.six.LoggerProvider
Returns true if currently nothing will be logged
isLoggingWarnings() - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
isLoggingWarnings() - Method in interface org.pfsw.logging.Logger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pfsw.logging.Logger2Logger
 
isLoggingWarnings() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
isLoggingWarnings() - Method in class org.pfsw.logging.nil.NilLogger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Returns true, if warnings will be written to the output device(s).
isLong(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given value is a string containing only digits and optionally a leading minus ('-') and is in the range of a valid long - Long.MIN_VALUE <= value <= Long.MAX_VALUE.
isMap() - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
 
isMethod(String) - Method in enum org.pfsw.bif.http.HttpMethod
Returns true if the given string equals (case-insensitive) this HttpMethod's name.
isNative() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the native modifier, false otherwise.
isNegative() - Method in class org.pfsw.text.NaturalNumber
Returns true if this number is less than 0.
isNewCategory(String) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Returns true if no category with the given name has yet been registered.
isNextCharBufferEmpty() - Method in class org.pfsw.textx.TextEngine
 
isNoneNull(Object...) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given array contains no null value.
isNoneNull(Object...) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array contains no null value.
isNoneNullOrBlank(String...) - Method in class org.pfsw.bif.BasicUtil
Returns true if none of the given strings is null or blank.
isNoneNullOrBlank(String...) - Method in class org.pfsw.text.StringUtil
Returns true if none of the given strings is null or blank.
isNotOperator(char) - Method in class org.pfsw.text.LdapFilterParser
 
isNull() - Method in class org.pfsw.reflect.FieldProxy
Returns whether or not the underlying value is null.
isNull() - Method in interface org.pfsw.reflect.IValueHolder
Returns whether or not the underlying value is null.
isNull() - Method in class org.pfsw.reflect.MappedObject
Returns whether or not the underlying object is null.
isNullOrBlank(String) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given string is null or empty or consists of whitespace characters only.
isNullOrBlank(String) - Method in class org.pfsw.logging.internal.AbstractLogger
 
isNullOrBlank(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is null or empty or consists of whitespace characters only.
isNullOrDeleted(T) - Method in class org.pfsw.util.OrderedProperties
Returns true if the given property is null or marked as deleted.
isNullOrEmpty(Collection<?>) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given collection is null or has no elements.
isNullOrEmpty(Object[]) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given array is null or has no elements.
isNullOrEmpty(Map<?, ?>) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given map is null or has no elements.
isNullOrEmpty(String[]) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given string array is null or empty
isNullOrEmpty(String) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given string is null or empty
isNullOrEmpty(String) - Method in class org.pfsw.logging.internal.AbstractLogger
 
isNullOrEmpty(Object[]) - Method in class org.pfsw.reflect.ReflectUtil
 
isNullOrEmpty(Collection<?>) - Method in class org.pfsw.reflect.ReflectUtil
 
isNullOrEmpty(String[]) - Method in class org.pfsw.text.StringUtil
Returns true if the given string array is null or empty
isNullOrEmpty(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is null or empty
isNullOrEmpty(Collection<?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given collection is null or has no elements.
isNullOrEmpty(Object[]) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given array is null or has no elements.
isNullOrEmpty(Map<?, ?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given map is null or has no elements.
isNullOrEmpty(AssociationList<?, ?>) - Method in class org.pfsw.util.CollectionUtil
Returns true if the given association list is null or has no elements.
isNumberStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isNumeric() - Method in class org.pfsw.text.Version
Returns true if this version contains only positive numeric sub parts.
ISO8601_FORMAT - Static variable in class org.pfsw.util.SimpleDate
 
ISO_8859_1 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_1 - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset ISO-8859-1.
ISO_8859_13 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_15 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_2 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_3 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_4 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_5 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_7 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_8 - Static variable in interface org.pfsw.bif.text.ICharsets
 
ISO_8859_9 - Static variable in interface org.pfsw.bif.text.ICharsets
 
isObject() - Method in class org.pfsw.text.json.JsonArray
Returns false because this is no JSON object representation (in Java).
isObject() - Method in class org.pfsw.text.json.JsonObject
Returns true because this is a JSON object representation (in Java).
isObject() - Method in interface org.pfsw.text.json.JsonType
Returns true if this is a JSON object representation (in Java).
isObjectEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isObjectStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isOff() - Method in class org.pfsw.util.ToggleSwitch
 
isOk() - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response has returned with the OK status code (i.e.
isOn() - Method in class org.pfsw.util.ToggleSwitch
 
isOpen() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element represents an archive (zip file) and that archive is currently open.
isOpeningBracesOnNewLine() - Method in class org.pfsw.text.json.JsonWriter
Returns true if opening braces like '{' and '[' are put on a new line.
isOperator(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
isOperator(char) - Method in class org.pfsw.text.LdapFilterParser
 
isOption(String) - Method in class org.pfsw.text.CommandLineArguments
 
isOptionSet(String) - Method in class org.pfsw.text.CommandLineArguments
Returns whether or not the specified option is set in the command line arguments.
isPackageVisible(Member) - Method in class org.pfsw.reflect.ReflectUtil
Returns true if the given member (Field, Method, Constructor) is not null and is package visible.
isPartOfValue(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Returns true if the given character can be part of a value.
isPositive() - Method in class org.pfsw.text.NaturalNumber
Returns true if this number is greater than 0.
isPositiveInteger(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive integer.
isPositiveLong(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive long.
isPresent() - Method in class org.pfsw.reflect.FieldProxy
Returns whether or not the underlying value is not null.
isPresent() - Method in interface org.pfsw.reflect.IValueHolder
Returns whether or not the underlying value is not null.
isPrivate() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the private modifier, false otherwise.
isProtected() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the protected modifier, false otherwise.
isPublic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the public modifier, false otherwise.
isReached() - Method in class org.pfsw.util.PointInTime
Returns whether or not this point in time has been reached.
isRedirect() - Method in class org.pfsw.net.http.ServerResponse
Returns true if the response code is one of the redirect codes 301, 302, 303, 307, 308.
isRelative() - Method in class org.pfsw.net.UniformResourceLocator
Returns true if this is a relative URL
isRelativeToHost(String) - Method in class org.pfsw.net.UniformResourceLocator
 
isReleased() - Method in class org.pfsw.util.ReleaseState
Returns true if this object has been released.
isRemote() - Method in class org.pfsw.file.FileLocator
Returns true if the locator points to a remote file or directory.
isRemote(String) - Method in class org.pfsw.file.FileUtil
Returns true if the given filename specifies a file (or directory) on a remote system.
isResolved() - Method in class org.pfsw.file.FileLocator
 
isSalted() - Method in class org.pfsw.security.crypto.HashedString
Returns true if the value is salted.
isSalted() - Method in class org.pfsw.security.crypto.HashMechanism
 
isSilent() - Method in class org.pfsw.reflect.MappedObject
Returns true if this object has been configured to ignore exceptions silently.
isSingleton() - Method in class org.pfsw.reflect.ClassInfo
 
isStackEmpty() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns whether the stack is empty or not.
isStatic() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the static modifier, false otherwise.
isStrict() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the strict modifier, false otherwise.
isStringEnd(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isStringStart(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isSubTypeOf(Class<?>, Class<?>) - Method in class org.pfsw.reflect.ReflectUtil
Returns whether or not the given type extends the given superType.
isSupportedAlgorithm(String) - Static method in class org.pfsw.security.crypto.CheckedHashAlgorithm
Returns whether or not the given algorithm is supported.
isSupposedToHaveContent(ServerResponse) - Method in class org.pfsw.net.http.UserAgent
 
isSuspended() - Method in class org.pfsw.util.Trigger
 
isSynchronized() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the synchronized modifier, false otherwise.
isTableAlreadyCreated() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
isTableCreated() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
IStartable - Interface in org.pfsw.bif.execution
To be implemented by classes that provide a service which can be started
isTempFile() - Method in class org.pfsw.file.FileLocator
Returns true if the underlying file has been resolved and copied to a temporary file in the local file system.
isTerminated() - Method in class org.pfsw.util.Trigger
 
isTimestampEnabled() - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
 
IStoppable - Interface in org.pfsw.bif.execution
To be implemented by classes that provide a service which can be stopped
isTransient() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the transient modifier, false otherwise.
IStringConstant - Interface in org.pfsw.bif.text
Common interface of enumerations that define string constants.
IStringConverter<T> - Interface in org.pfsw.bif.conversion
Defines a generic functional interface for the conversion of a given source object into a String.
IStringFilter - Interface in org.pfsw.bif.text
A simple interface for abstraction of string matching.
IStringPair - Interface in org.pfsw.bif.text
Specifies a pair of String objects.
IStringRepresentation - Interface in org.pfsw.bif.text
This interface defines the method an object must support, if it wants to provide its string representation other than by the method toString().
isTrue() - Method in interface org.pfsw.bif.logic.ICondition
Returns whether or not the condition is true
isTrue(T) - Method in interface org.pfsw.bif.logic.IParameterizedCondition
Returns true if the condition evaluates to true for the given parameter.
isTrue(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a true setting.
isTrue(Object) - Static method in class org.pfsw.util.Bool
Returns true, if the given object is a sort of boolean "true" representation otherwise false.
isTrue() - Method in class org.pfsw.util.Bool
Returns true if the receiver is a representation of true.
isTrue() - Method in class org.pfsw.util.ToggleSwitch
 
isType(String) - Method in enum org.pfsw.net.MediaTypeConstant
Returns true if the given string equals (case-insensitive) the receiver's string representation.
isTyped() - Method in class org.pfsw.plugin.ClassRegistry
 
isTyped() - Method in class org.pfsw.text.MatchAttribute
 
isTypeOf(Object, Class<?>) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the given object is exactly of the specified type.
isTypeOrSubTypeOf(Object, Class<?>) - Method in class org.pfsw.bif.BasicUtil
Returns whether or not the given object is the same type as the specified type of a sub-type of this type.
ISubContainer - Interface in org.pfsw.file.cfiles
Defines a container that can be put as item into another container.
isUnlocatedRemoteFile() - Method in class org.pfsw.file.FileLocator
 
ISupplier<T> - Interface in org.pfsw.bif.callback
Can be used like Java 8 java.util.function.Supplier, but is available for Java 6.
ISuspendable - Interface in org.pfsw.bif.execution
Defines method suspend()
isValid() - Method in class org.pfsw.file.ClasspathElement
Returns true, if this element is either a valid directory or really an archive (zip file).
isValid() - Method in class org.pfsw.text.Version
Returns true if this version contains only valid sub parts.
isValidAssociation(Association<K, V>) - Method in class org.pfsw.util.AssociationList
 
isValidating() - Method in class org.pfsw.six.FileEntityResolver
 
isValidating(boolean) - Method in class org.pfsw.six.FileEntityResolver
 
isValidAttributeNameCharacter(char) - Method in class org.pfsw.text.LdapFilterParser
 
isValidCompareOperator(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
isValidJsonType(Class<?>) - Method in class org.pfsw.text.json.JsonUtil
Returns true if the given class one of the supported JSON object types.
isValidJsonTypeInstance(Object) - Method in class org.pfsw.text.json.JsonUtil
Returns true if the given object is null or an instance of one of the supported JSON object types.
isValidNameCharacter(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
isValidPlaceholderNameCharacter(char) - Method in class org.pfsw.textx.TextEngine
 
isValidProperty(PropertiesFileElement) - Method in class org.pfsw.file.PropertiesFileContent
 
isValidProperty(T) - Method in class org.pfsw.util.OrderedProperties
 
isValidType(Class<?>) - Method in class org.pfsw.plugin.ClassRegistry
Returns true if the given type is compatible to the underlying entry type.
isValidVersion(String) - Static method in class org.pfsw.text.Version
Returns true if the given string represents a valid version.
isValueSeparator(char) - Method in class org.pfsw.text.json.SimpleJsonParser
 
isVolatile() - Method in class org.pfsw.reflect.Modifiers
Return true if the modifiers includes the volatile modifier, false otherwise.
isWarnEnabled() - Method in interface org.pfsw.logging.Logger2
Returns true if this logger's log level allows warn logging.
isWarnEnabled() - Method in class org.pfsw.logging.Logger2Logger
Returns true if this logger's log level allows warn logging.
isWildcardSubType() - Method in enum org.pfsw.net.MediaTypeConstant
 
isWildcardType() - Method in enum org.pfsw.net.MediaTypeConstant
 
isWindows() - Method in class org.pfsw.util.SysUtil
Returns true if the current operating-system is Windows.
isWrapperFor(Class<?>) - Method in class org.pfsw.db.util.DataSourceProxy
Always returns false.
isWritingOn() - Method in class org.pfsw.textx.TextEngine
 
ISystemExitListener - Interface in org.pfsw.bif.lifecycle
An implementor of this interface can be added to a listener list that
isZeroOrPositiveInteger(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive or zero integer.
isZeroOrPositiveLong(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string represents a valid positive or zero long.
iterator(T...) - Method in class org.pfsw.util.CollectionUtil
Returns an iterator on the given array.
iterator() - Method in class org.pfsw.util.OrderedCollection
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pfsw.util.OrderedSet
 
IValueHolder<T> - Interface in org.pfsw.reflect
A generic interface to a single value held by another object.
IZipEntryFilter - Interface in org.pfsw.file
A filter that checks whether or not a given ZipEntry matches its criteria.

J

JAR_PATTERN - Static variable in class org.pfsw.file.FileUtil
 
JAVA_HOME_DIR - Static variable in class org.pfsw.util.SysUtil
Contains the value of system property "java.home" as set at startup.
JAVA_VERSION - Static variable in class org.pfsw.security.authentication.AutoAuthenticationManager
 
javaFilename(String) - Method in class org.pfsw.file.FileUtil
Returns the given filename in the platform independent way that Java understands.
javaFilenames(String[]) - Method in class org.pfsw.file.FileUtil
Returns a new array of filenames where all backslashes are replaced by forward slashes.
JavaUtilLoggerFactory - Class in org.pfsw.logging.jul
The logger factory that creates logger instances that adapt logging to the JDK's java.util.logging (JUL) framework.
JavaUtilLoggerFactory() - Constructor for class org.pfsw.logging.jul.JavaUtilLoggerFactory
 
JBOSS_LOGGING - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to JBoss logging.
JCL - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to Apache Jakarta Commons Logging.
join(String, String...) - Method in class org.pfsw.text.StringUtil
Creates a string from the given elements, all separated by the specified separator.
JSON_ARRAY_END - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_ARRAY_START - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_ELEMENT_SEPARATOR - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_LITERAL_FALSE - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_LITERAL_NULL - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_LITERAL_TRUE - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_OBJECT_END - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_OBJECT_START - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_PAIR_SEPARATOR - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_STRING_DELIMITER - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JSON_STRING_ESCAPE - Static variable in interface org.pfsw.bif.text.IJSONConvertible
 
JsonAccessException - Exception in org.pfsw.text.json
General exception for problems with access to JSON object fields/values.
JsonAccessException(String, Object...) - Constructor for exception org.pfsw.text.json.JsonAccessException
 
JsonAccessException(Throwable, String, Object...) - Constructor for exception org.pfsw.text.json.JsonAccessException
 
JsonArray - Class in org.pfsw.text.json
The Java internal representation of a JSON array.
JsonArray(Object...) - Constructor for class org.pfsw.text.json.JsonArray
 
JsonArray(Collection<? extends Object>) - Constructor for class org.pfsw.text.json.JsonArray
 
JsonArray(int) - Constructor for class org.pfsw.text.json.JsonArray
 
JsonClaims - Class in org.pfsw.text.json
Provides a simplified view of JSON based claims used with OAUTH2 and OIDC.
JsonClaims() - Constructor for class org.pfsw.text.json.JsonClaims
Creates a claim object on an empty JSON object.
JsonClaims(JsonObject) - Constructor for class org.pfsw.text.json.JsonClaims
Creates a claim object on the given JSON object.
JsonClaims(JsonObjectAccessor) - Constructor for class org.pfsw.text.json.JsonClaims
Creates a claim object on the given JSON object accessor.
JsonConstants - Interface in org.pfsw.text.json
Fixed values for JSON as constants.
JsonObject - Class in org.pfsw.text.json
The Java representation of a JSON object.
JsonObject() - Constructor for class org.pfsw.text.json.JsonObject
 
JsonObject(int, float) - Constructor for class org.pfsw.text.json.JsonObject
 
JsonObject(int) - Constructor for class org.pfsw.text.json.JsonObject
 
JsonObject(Map<? extends String, ? extends Object>) - Constructor for class org.pfsw.text.json.JsonObject
 
JsonObjectAccessor - Class in org.pfsw.text.json
This is a wrapper around a single JsonObject.
JsonObjectAccessor(JsonObject) - Constructor for class org.pfsw.text.json.JsonObjectAccessor
Creates a new accessor based on the given JSON object.
JsonObjectWrapper - Class in org.pfsw.text.json
This class is a wrapper around a single JsonObject that holds it in a JsonObjectAccessor for easy access.
JsonObjectWrapper() - Constructor for class org.pfsw.text.json.JsonObjectWrapper
 
JsonObjectWrapper(JsonObject) - Constructor for class org.pfsw.text.json.JsonObjectWrapper
 
JsonObjectWrapper(JsonObjectAccessor) - Constructor for class org.pfsw.text.json.JsonObjectWrapper
 
JsonOutputException - Exception in org.pfsw.text.json
General exception for problems with writing JSON object fields/values.
JsonOutputException(String, Object...) - Constructor for exception org.pfsw.text.json.JsonOutputException
 
JsonOutputException(Throwable, String, Object...) - Constructor for exception org.pfsw.text.json.JsonOutputException
 
JsonParseException - Exception in org.pfsw.text.json
An exception for all kinds of JSON parsing problems.
JsonParseException(String, Object...) - Constructor for exception org.pfsw.text.json.JsonParseException
 
JsonParseException(Throwable, String, Object...) - Constructor for exception org.pfsw.text.json.JsonParseException
 
JsonSyntaxElement - Enum in org.pfsw.bif.text
Defines an enumeration value for each JSON syntax element.
JsonType - Interface in org.pfsw.text.json
Common type for top level JSON objects (i.e.
JsonUtil - Class in org.pfsw.text.json
Convenience methods for JavaScript Object Notation (JSON) handling.
JsonUtil() - Constructor for class org.pfsw.text.json.JsonUtil
 
JsonWriter - Class in org.pfsw.text.json
Writes a given JsonObject into an Appendable using JSON string representation format.
JsonWriter() - Constructor for class org.pfsw.text.json.JsonWriter
Creates a new instance with opening braces '{' and '[' on the same line and 2 indentation spaces per indentation level.
JsonWriter(boolean) - Constructor for class org.pfsw.text.json.JsonWriter
Creates a new instance with a default of 2 indentation spaces per indentation level.
JsonWriter(int) - Constructor for 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.
JsonWriter(int, boolean) - Constructor for class org.pfsw.text.json.JsonWriter
Creates a new instance.
JsonWriter.FieldData - Class in org.pfsw.text.json
 
JU - Static variable in class org.pfsw.text.json.JsonUtil
The singleton of this class (i.e.
JUL - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to JDK's built-in java.util.logging (JUL).
JVM_DEFAULT - Static variable in interface org.pfsw.bif.text.ICharsets
 

K

KB_FACTOR - Static variable in class org.pfsw.text.ByteSizeValue
The factor 1024.
key() - Method in class org.pfsw.util.Association
Returns the key of the association.
key(K) - Method in class org.pfsw.util.Association
Sets the key of the association.
key(String) - Method in class org.pfsw.util.NamedValue
Sets the new key.
keyAt(int) - Method in class org.pfsw.util.AssociationList
Returns the key of the association at the specified index.
keyClass() - Method in class org.pfsw.util.AssociationList
Returns the class all contained keys must be an instance of Subclasses usually must override this method.
keyClass() - Method in class org.pfsw.util.NamedValueList
Returns the class all contained keys must be an instance of.
keys() - Method in class org.pfsw.plugin.ClassRegistry
Returns all keys known in this registry.
keys() - Method in class org.pfsw.util.AssociationList
Returns all keys that are currently stored (might contain duplicates).
keys() - Method in class org.pfsw.util.CollectorDictionary
Returns an iterator over all key objects in this map.
keys() - Method in class org.pfsw.util.OrderedProperties
Returns all keys of this properties list in the order they have been added.
keySet() - Method in class org.pfsw.reflect.MappedObject
Returns all field names of the underlying object.
keySet() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
keySet() - Method in class org.pfsw.util.CollectorDictionary
Returns a set view of the keys contained in this map.
keySet() - Method in class org.pfsw.util.MapWrapper
Returns all keys in this map.
keySet() - Method in class org.pfsw.util.OrderedMap
Returns all keys in this map.
keySet() - Method in class org.pfsw.util.OrderedProperties
Returns all keys of this properties list in the order they have been added.
keySet() - Method in class org.pfsw.util.PropertiesMap
 
keySet() - Method in class org.pfsw.util.StackedMap
Returns all keys in this map and the maps on the stack
keySet() - Method in class org.pfsw.util.TemporaryMap
Returns all keys in this map.
KeystoreType - Enum in org.pfsw.security
 
knownVariableNames() - Method in class org.pfsw.textx.BasicVariableContainer
Returns all variable name the resolver currently knows
knownVariableNames() - Method in class org.pfsw.textx.GlobalLocalVariables
Returns all variable name the resolver currently knows
knownVariableNames() - Method in interface org.pfsw.textx.VariableResolver
Returns all variable name the resolver currently knows
knownVariableNames() - Method in class org.pfsw.textx.VariableResolverPool
Returns all variable name the resolver currently knows

L

last() - Method in class org.pfsw.util.OrderedCollection
Returns the last element of the receiver.
LAST_MODIFIED - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
lastIndexOf(T[], IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the last object in the given object array that matches the given filter.
lastIndexOf(List<T>, IObjectFilter<T>) - Method in class org.pfsw.util.CollectionUtil
Returns the index of the last object in the given list that matches the given filter.
lastIndexOf(E) - Method in class org.pfsw.util.OrderedCollection
Returns the index in this list of the last occurrence of the specified element, or 0 if this list does not contain this element.
lastIndexOf(Object) - Method in class org.pfsw.util.OrderedSet
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastModified() - Method in class org.pfsw.file.FileInfo
Returns the timestamp of the file's last modification
lastModified(long) - Method in class org.pfsw.file.FileInfo
 
lastModified() - Method in class org.pfsw.file.FileLocator
Returns the timestamp of when the file was last modified or 0 in any case of error.
launch(String, TriggerClient, long) - Static method in class org.pfsw.util.Trigger
Launch a new trigger with the given name for the given client, that calls the triggeredBy method of the client every intervalInMs milliseconds.
The ne trigger will be created and immediately started in a separate thread.
LdapFilterParser - Class in org.pfsw.text
An instance of this class can be used to parse an LDAP filter string to a MatchRule.
LdapFilterParser() - Constructor for class org.pfsw.text.LdapFilterParser
Initialize the new instance with default values.
LdapMatchRuleVisitor - Class in org.pfsw.text
Walks over a MatchRule to create a LDAP filter string out of it.
LdapMatchRuleVisitor() - Constructor for class org.pfsw.text.LdapMatchRuleVisitor
Initialize the new instance with default values.
leaveArchiveOpen() - Method in class org.pfsw.file.ClasspathElement
Returns true, if an opened archive stays open until method close() gets called.
leaveArchiveOpen(boolean) - Method in class org.pfsw.file.ClasspathElement
Sets whether an opened archive stays open until method close() gets called.
leftPad(long) - Method in class org.pfsw.text.ObjectIdGenerator
 
leftPad(long, int) - Method in class org.pfsw.text.ObjectIdGenerator
 
leftPad(String, int) - Method in class org.pfsw.text.StringUtil
Returns the given string filled (on the left) up to the specified length with spaces.
leftPad(int, int) - Method in class org.pfsw.text.StringUtil
Returns the given integer as string filled (on the left) up to the specified length with zeroes.
leftPad(long, int) - Method in class org.pfsw.text.StringUtil
Returns the given long as string filled (on the left) up to the specified length with zeroes.
leftPadCh(String, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given string filled (on the left) up to the specified length with the given character.
leftPadCh(int, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given integer as string filled (on the left) up to the specified length with the given fill character.
leftPadCh(long, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given long as string filled (on the left) up to the specified length with the given fill character.
leftPadCh(StringBuffer, long, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given long as string filled (on the left) up to the specified length with the given fill character.
length - Variable in class org.pfsw.text.StringScanner
 
length() - Method in class org.pfsw.text.StringScanner
Returns the length of the underlying string.
LEVEL_DEBUG - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
This log level specifies that all messages will be logged
LEVEL_ERROR - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
This log level specifies that only error messages will be logged
LEVEL_INFO - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
This log level specifies that only error, warning and info messages will be logged
LEVEL_NONE - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
This log level specifies that no message at all will be logged
LEVEL_WARN - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
This log level specifies that only error and warning messages will be logged
LexicalHandlerDispatcher - Class in org.pfsw.pax
Forwards all method calls to a delegate LexicalHandler which can be exchanged.
LexicalHandlerDispatcher() - Constructor for class org.pfsw.pax.LexicalHandlerDispatcher
Initialize the new instance with no delegate.
LexicalHandlerDispatcher(LexicalHandler) - Constructor for class org.pfsw.pax.LexicalHandlerDispatcher
Initialize the new instance with an initial handler to delegate to.
LINE_SEPARATOR - Static variable in class org.pfsw.file.FileUtil
The lines.separator from the system properties as a constant
LINE_SEPARATOR - Static variable in class org.pfsw.util.IOUtil
 
LINUX - Static variable in class org.pfsw.util.SysUtil
 
list(PrintStream) - Method in class org.pfsw.util.OrderedProperties
NOT SUPPORTED METHOD!
list(PrintWriter) - Method in class org.pfsw.util.OrderedProperties
NOT SUPPORTED METHOD!
listIterator() - Method in class org.pfsw.util.OrderedCollection
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.pfsw.util.OrderedCollection
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator() - Method in class org.pfsw.util.OrderedSet
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.pfsw.util.OrderedSet
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
LL_DEBUG - Static variable in interface org.pfsw.logging.Logger
This is the log level string representation for DEBUG
LL_ERROR - Static variable in interface org.pfsw.logging.Logger
This is the log level string representation for ERROR
LL_INFO - Static variable in interface org.pfsw.logging.Logger
This is the log level string representation for INFO
LL_NONE - Static variable in interface org.pfsw.logging.Logger
This is the log level string representation for NONE
LL_WARNING - Static variable in interface org.pfsw.logging.Logger
This is the log level string representation for WARNING
load(InputStream) - Method in class org.pfsw.util.OrderedProperties
NOT SUPPORTED METHOD!
loadAndRegisterDriver(String) - Method in class org.pfsw.db.util.DBUtil
Loads the database driver with the given class name and registers it at the java.sql.DriverManager.
loadDOM(InputStream, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the DOM tree structure.
loadDOM(InputSource, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given source with an XML parser and return the DOM tree structure.
loadFirstFoundInstance(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
Returns the and instance of the first found class definition.
loadFrom(FileLocator) - Method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given file and returns the in an PropertiesFileContent object.
loadFrom(InputStream) - Method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given stream and returns the in an PropertiesFileContent object.
loadFrom(Reader) - Method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given reader and returns the in an PropertiesFileContent object.
loadFrom(InputStream) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputStream, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputStream, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputSource, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given input source with an XML parser and return the element structure.
loadFullPropertiesFile(String) - Static method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given file and returns the result in an PropertiesFileContent object.
loadFullPropertiesFile(Reader) - Static method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given stream and returns the result in an PropertiesFileContent object.
loadFullPropertiesFile(InputStream) - Static method in class org.pfsw.file.PropertiesFileLoader
Reads all text lines from the given stream and returns the result in an PropertiesFileContent object.
loadInstance(ClassLoader, String) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance for the given className.
loadInstance(ClassLoader, Class<TInterface>) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance for the given class.
loadInstanceByAlias(ClassLoader, String) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance for the given alias.
loadInstanceFromService(ClassLoader) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance that is specified in the first META-INF/services/full-qualified-TInterface-name file on the classpath.
loadNamedValuesFrom(String) - Method in class org.pfsw.file.FileUtil
Loads all properties form the file with the given name.
If the filename contains the prefix "classpath:" then it will be looked-up using the underlying current classloader.
loadNextIdFromDB() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
loadPlugin(IConfigSettings) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance that is specified by class name configuration parameter or indirectly by the alias name optionally defined in the alias configuration parameter.
loadPlugin(ClassLoader, IConfigSettings, boolean) - Method in class org.pfsw.plugin.PluginLoader
Returns the instance that is specified by class name configuration parameter or indirectly by the alias name optionally defined in the alias configuration parameter.
loadPlugins(String) - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from all files with the given name that can be found in the system classpath.
loadPlugins(String, String) - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from all files with the given name that can be found in the specified classpath.
loadPlugins(String, Classpath) - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from all files with the given name that can be found in the specified classpath.
loadPluginsByServiceLoader(Class<T>, ClassLoader...) - Method in class org.pfsw.plugin.PluginRegistry
Utilizes the Java ServiceLoader mechanism to load all plugins implementing the given type into this registry.
loadPluginsFrom(String) - Method in class org.pfsw.plugin.PluginRegistry
Load all plug-ins that are defined in any library in the specified file.
loadPluginsViaClassLoader(String) - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from the file with the given name.
loadPluginsViaPluginRegistration(ClassLoader) - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from all PluginRegistration implementing classes that can be found via Java service loader mechanism in the given classloader's hierarchy.
loadPluginsViaPluginRegistration() - Method in class org.pfsw.plugin.PluginCollector
Load the class definitions from all PluginRegistration implementing classes that can be found via Java service loader mechanism using the classloader of this class.
loadProperties(String) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the file with the given name.
loadProperties(String, Properties) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the file with the given name.
loadProperties(File) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the given file.
loadProperties(File, Properties) - Static method in class org.pfsw.file.PropertiesFileLoader
Load all properties from the given file.
loadProperties(FileLocator) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the specified file.
loadProperties(FileLocator, Properties) - Static method in class org.pfsw.file.PropertiesFileLoader
Load all properties from the given file.
loadProperties(URL, Properties) - Static method in class org.pfsw.file.PropertiesFileLoader
Load all properties from the file specified by the given URL.
loadProperties(InputStream, Properties) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the given stream.
loadProperties(InputStream) - Static method in class org.pfsw.file.PropertiesFileLoader
Loads all properties from the given stream.
loadPropertiesFrom(String) - Method in class org.pfsw.file.FileUtil
Loads all properties form the file with the given name.
If the filename contains the prefix "classpath:" the it will be looked-up using the underlying current classloader.
loadXmlFrom(InputSource, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given input source with an XML parser and return the element structure.
LOCAL_PATTERN - Static variable in class org.pfsw.file.FileUtil
 
LocalStringPair() - Constructor for class org.pfsw.util.CollectionUtil.LocalStringPair
 
localVariables() - Method in class org.pfsw.textx.GlobalLocalVariables
 
locateFile(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name.
locateFileOnClasspath(String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given Name on the classpath.
locateFileOnPath(String, String) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given name in one location of the given location path.
locateFileOnPath(String, Classpath) - Static method in class org.pfsw.file.FileFinder
Tries to find the file with the given name in one location of the given location path.
LOCATION - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
LocationCredentials - Class in org.pfsw.security.authentication
Holds the userId and a password for a collection of URL patterns.
LocationCredentials(String, String) - Constructor for class org.pfsw.security.authentication.LocationCredentials
Initialize the new instance with a userId and corresponding passwords.
LocationCredentials(String, String, String) - Constructor for class org.pfsw.security.authentication.LocationCredentials
Initialize the new instance with a userId and corresponding passwords.
log() - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
 
LOG4J - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to Apache Logging for Java.
LOG4J2 - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to Apache Logging for Java.
LOGBACK - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to JBoss logging.
LogBindingInitializer - Interface in org.pfsw.logging
This interface is used to dynamically load the initial log factory to be used for all PF libraries logging.
logDebug(String, Object...) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logDebug(String, Object...) - Method in interface org.pfsw.logging.Logger
If the logging level is DEBUG the given message will be written to the log output device(s).
logDebug(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
 
logDebug(String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logDebug(String, Object...) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is DEBUG the given message will be written to the log output device(s).
logDebug(String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is DEBUG the given message will be written to the log output device(s).
logError(String, Object...) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logError(String, Throwable) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logError(String, Object...) - Method in interface org.pfsw.logging.Logger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message will be written to the log output device(s).
logError(String, Throwable) - Method in interface org.pfsw.logging.Logger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message and the exception will be written to the log output device(s).
logError(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
 
logError(String, Throwable) - Method in class org.pfsw.logging.Logger2Logger
 
logError(String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logError(String, Throwable) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logError(String, Object...) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message will be written to the log output device(s).
logError(String, Throwable) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message and the exception will be written to the log output device(s).
logError(String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message will be written to the log output device(s).
logError(String, Throwable) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is DEBUG, INFO, WARNING or ERROR the given message and the exception will be written to the log output device(s).
logException(Throwable) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logException(Throwable) - Method in interface org.pfsw.logging.Logger
Writes the given exception to the log output device(s).
logException(Throwable) - Method in class org.pfsw.logging.Logger2Logger
 
logException(Throwable) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logException(Throwable) - Method in class org.pfsw.logging.nil.NilLogger
Writes the given exception to the log output device(s).
logException(Throwable) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Writes the given exception to the log output device(s).
logf(LogLevel, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if the specified log level is activated for this logger.
logf(LogLevel, Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if the specified log level is activated for this logger.
logf(LogLevel, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if the specified log level is activated for this logger.
logf(LogLevel, Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if the specified log level is activated for this logger.
logger() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
logger() - Method in class org.pfsw.file.ClasspathElement
 
logger() - Method in class org.pfsw.file.FileLocator
 
Logger - Interface in org.pfsw.logging
A simple interface for all necessary logging functions.
logger() - Method in class org.pfsw.pax.MarkupWriter
 
logger() - Method in class org.pfsw.six.ModelConverter
Returns the current logger used by this component to report errors and exceptions.
logger() - Static method in class org.pfsw.six.XmlStreamReader
Returns the current logger used by this component to report errors and exceptions.
logger() - Static method in class org.pfsw.six.XmlStreamWriter
Returns the current logger used by this component to report errors and exceptions.
Logger2 - Interface in org.pfsw.logging
Another logger interface that is close to the JBoss logging API.
Logger2Logger - Class in org.pfsw.logging
This class is a wrapper around a Logger implementation instance that offers the Logger2 interface on top of the Logger interface.
Logger2Logger(Logger) - Constructor for class org.pfsw.logging.Logger2Logger
 
LOGGER_NAME - Static variable in class org.pfsw.file.LoggerProvider
 
LOGGER_NAME - Static variable in class org.pfsw.pax.LoggerProvider
 
LOGGER_NAME - Static variable in class org.pfsw.plugin.LoggerProvider
 
LOGGER_NAME - Static variable in class org.pfsw.six.LoggerProvider
 
LOGGER_TYPE - Static variable in class org.pfsw.logging.memory.InMemoryLoggerFactory
 
LoggerBindingNames - Interface in org.pfsw.logging
Provides names of LoggerFactory implementations that correspond to known logging frameworks or some internal implementation by this component.
LoggerFactory - Interface in org.pfsw.logging
The interface a logger factory must support in order to produce logger instances that are compatible to the PF logging framework.
LoggerFactoryProvider - Class in org.pfsw.logging
This class provides static access to the configured LoggerFactory which then can be used to create logger instances.
LoggerProvider - Class in org.pfsw.db
This is the central access point for the package's logger.
LoggerProvider - Class in org.pfsw.file
This is the central access point for the package's logger.
LoggerProvider - Class in org.pfsw.net.internal
Logging constants.
LoggerProvider - Class in org.pfsw.pax
This is the central access point for the package's logger.
LoggerProvider - Class in org.pfsw.plugin
This is the central access point for the package's logger.
LoggerProvider - Class in org.pfsw.six
This is the central access point for the package's logger.
logInfo(String, Object...) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logInfo(String, Object...) - Method in interface org.pfsw.logging.Logger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
logInfo(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
 
logInfo(String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logInfo(String, Object...) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
logInfo(String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
LogLevel - Enum in org.pfsw.logging
A log level definition that maps PFSW log levels to Java Util log levels.
LogMessageOutputPrintStream - Class in org.pfsw.logging.stdout
 
LogMessageOutputPrintStream() - Constructor for class org.pfsw.logging.stdout.LogMessageOutputPrintStream
 
LogMessageOutputPrintStream(PrintStream) - Constructor for class org.pfsw.logging.stdout.LogMessageOutputPrintStream
 
LogMessageOutputTarget - Interface in org.pfsw.logging.stdout
Definition of all methods needed to output log data.
LogMessageOutputTargetRegistry - Class in org.pfsw.logging.stdout
 
LogMessageOutputTargetRegistry() - Constructor for class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
 
LogRecord - Class in org.pfsw.logging.memory
Simple container for a single log output.
LogRecord(LogLevel, String) - Constructor for class org.pfsw.logging.memory.LogRecord
 
LogRecord(LogLevel, String, Throwable) - Constructor for class org.pfsw.logging.memory.LogRecord
 
logSqlExceptionStacktrace(SQLException, String, Object...) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
logWarning(String, Object...) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logWarning(String, Throwable) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
logWarning(String, Object...) - Method in interface org.pfsw.logging.Logger
If the logging level is DEBUG, INFO or WARNING the given message will be written to the log output device(s).
logWarning(String, Throwable) - Method in interface org.pfsw.logging.Logger
If the logging level is DEBUG, INFO or WARNING the given message and the exception will be written to the log output device(s).
logWarning(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
 
logWarning(String, Throwable) - Method in class org.pfsw.logging.Logger2Logger
 
logWarning(String, Object...) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logWarning(String, Throwable) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
logWarning(String, Object...) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is DEBUG, INFO or WARNING the given message will be written to the log output device(s).
logWarning(String, Throwable) - Method in class org.pfsw.logging.nil.NilLogger
If the logging level is DEBUG, INFO or WARNING the given message and the exception will be written to the log output device(s).
logWarning(String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is DEBUG, INFO or WARNING the given message will be written to the log output device(s).
logWarning(String, Throwable) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
If the logging level is DEBUG, INFO or WARNING the given message and the exception will be written to the log output device(s).
LongFieldProxy - Class in org.pfsw.reflect
Provides a field proxy for a Long type which offers some extra convenience methods for basic calculation.
LongFieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.LongFieldProxy
 
LongFieldProxy(Object, String) - Constructor for class org.pfsw.reflect.LongFieldProxy
 
longValue() - Method in class org.pfsw.text.NaturalNumber
 
lookupFeature(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
LOWERCASE - Static variable in class org.pfsw.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with all letters changed to lower case.
LOWERCASE_FIRST_LETTER - Static variable in class org.pfsw.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with a lower case first letter.

M

makeAccessMethodName(String, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the method name with the specified prefix for the given field name.
makeGetterName(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the getter method name for the given field name.
makeSetterName(String) - Method in class org.pfsw.reflect.ReflectUtil
Returns the setter method name for the given field name.
MapEntry<K,V> - Class in org.pfsw.reflect
A simple implementation of Map.Entry interface that can be used with any kind of Map implementation.
MapEntry(K, V) - Constructor for class org.pfsw.reflect.MapEntry
 
MapEntry<K,V> - Class in org.pfsw.util
This is a simple implementation of the java.util.Map.Entry interface.
MapEntry(K, V) - Constructor for class org.pfsw.util.MapEntry
Initialize the new instance with default values.
MappedObject - Class in org.pfsw.reflect
This is a wrapper for an arbitrary object to allow accessing its field through the Map interface where the field names are the keys.
MappedObject(Object) - Constructor for class org.pfsw.reflect.MappedObject
Creates an instance on the given object and ignores problems silently.
MappedObject(Object, boolean) - Constructor for class org.pfsw.reflect.MappedObject
Creates an instance on the given object and handles problems silently if silent is true, otherwise problems will cause a ReflectionException.
mapToJSON(Map<String, Object>) - Method in class org.pfsw.text.json.JsonUtil
Converts the given map to a valid JSON string representation.
MapWrapper<K,V> - Class in org.pfsw.util
This is a wrapper class that implements the java.util.Map interface and contains an internal map.
MapWrapper() - Constructor for class org.pfsw.util.MapWrapper
Initialize the new instance with default values.
MapWrapper(int) - Constructor for class org.pfsw.util.MapWrapper
Initialize the new instance with default values.
MapWrapper(Map<K, V>) - Constructor for class org.pfsw.util.MapWrapper
Initialize the new instance with the given map
markPosition() - Method in class org.pfsw.text.StringScanner
Remembers the current position for later use with restorePosition()
MarkupWriter - Class in org.pfsw.pax
A class that helps to write out a markup language (e.g.
MarkupWriter(Writer) - Constructor for class org.pfsw.pax.MarkupWriter
Initialize the new instance with default values.
match(String, String) - Static method in class org.pfsw.text.StringPattern
Returns true, if the given probe string matches the given pattern.
MatchAttribute - Class in org.pfsw.text
An instance of this class holds the name and the pattern values for one attribute.
MatchAttribute() - Constructor for class org.pfsw.text.MatchAttribute
Initialize the new instance with default values.
MatchAttribute(String) - Constructor for class org.pfsw.text.MatchAttribute
Initialize the new instance with a name.
MatchElement - Class in org.pfsw.text
Implements all common state and behavior of elements in a match rule.
MatchElement() - Constructor for class org.pfsw.text.MatchElement
Initialize the new instance with default values.
matches(T) - Method in interface org.pfsw.bif.filter.IObjectFilter
Returns true if the given object matches the filter.
matches(String) - Method in interface org.pfsw.bif.text.IStringFilter
Returns true if the given string matches the filter otherwise false.
matches(Object) - Method in class org.pfsw.bif.text.ObjectReference
Returns true if the given object has the same reference representation as this object reference.
matches(Object) - Method in class org.pfsw.file.ExtendedFileFilter
Returns if this filter matches the given object.
matches(IObjectProperty) - Method in interface org.pfsw.reflect.IObjectPropertyFilter
Returns true if the given objectProperty matches the filter criteria.
matches(Element) - Method in class org.pfsw.six.AElementFilter
 
matches(Element, String, Map<String, String>) - Method in class org.pfsw.six.Element
 
matches(Map<String, ?>) - Method in class org.pfsw.text.MatchElement
Returns true, if the attributes and their values in the given dictionary comply to the rules of the receiver.
matches(Map<String, ?>) - Method in class org.pfsw.text.MatchRule
Returns true, if the attributes and their values in the given dictionary comply to the rules of the receiver.
matches(String) - Method in class org.pfsw.text.NegativeStringFilter
 
matches(String) - Method in class org.pfsw.text.RegexPattern
 
matches(String) - Method in class org.pfsw.text.StringCollectionFilter
Returns true if the given string is in the internal collection of strings.
matches(String) - Method in class org.pfsw.text.StringFilterCollection
 
matches(String) - Method in class org.pfsw.text.StringPattern
Tests if a specified string matches the pattern.
matches(String) - Method in class org.pfsw.text.StringPatternCollection
Returns true if the given string matches the filter otherwise false.
matches(T) - Method in class org.pfsw.util.ObjectCollectionFilter
Returns true if the given object is in the collection
matchesAll(String) - Method in class org.pfsw.text.StringPatternCollection
Returns true if the given probe matches all patterns in this collection.
matchesAllFilters(String) - Method in class org.pfsw.text.StringFilterCollection
 
matchesAny(String) - Method in class org.pfsw.text.StringPatternCollection
Returns true, if the given probe matches any of the patterns.
matchesAnyFilter(String) - Method in class org.pfsw.text.StringFilterCollection
 
matchesElement(Element) - Method in class org.pfsw.six.AElementFilter
Returns whether or not the given element matches this filter.
matchesElement(Element) - Method in class org.pfsw.six.ElementAndFilter
 
matchesElement(Element) - Method in class org.pfsw.six.ElementAttributesFilter
 
matchesElement(Element) - Method in class org.pfsw.six.ElementNameFilter
 
matchesElement(Element) - Method in class org.pfsw.six.ElementOrFilter
 
matchesFile(File) - Method in class org.pfsw.file.ExtendedFileFilter
 
matchesIfInCollection() - Method in class org.pfsw.text.StringCollectionFilter
Returns true if this filter matches a string if it is found in the internal collection.
matchesNone(String) - Method in class org.pfsw.text.StringPatternCollection
Returns true, if the given probe matches none of the patterns.
matchesOneFilter(String) - Method in class org.pfsw.text.StringFilterCollection
 
MatchGroup - Class in org.pfsw.text
Represents a group of MatchAttributes and/or MatchGroups
MatchGroup() - Constructor for class org.pfsw.text.MatchGroup
Initialize the new instance with default values.
matchIgnoreCase(String, String) - Static method in class org.pfsw.text.StringPattern
Returns true, if the given probe string matches the given pattern.
matchReverse(String, StringExaminer) - Method in class org.pfsw.text.StringPattern
 
MatchRule - Class in org.pfsw.text
The purpose of class MatchRule is to provide an easy-to-use component, that checks a dictionary (i.e.
MatchRule() - Constructor for class org.pfsw.text.MatchRule
Initialize the new instance with default values.
MatchRule(boolean) - Constructor for class org.pfsw.text.MatchRule
Initialize the new instance with default values.
MatchRule(String) - Constructor for class org.pfsw.text.MatchRule
Initialize the new instance with a rule for later pattern-matching.
MatchRule(MatchGroup) - Constructor for class org.pfsw.text.MatchRule
Initialize the new instance with a root group
MatchRule(String, MatchRuleChars) - Constructor for class org.pfsw.text.MatchRule
Initialize the new instance with rule for later pattern-matching and a set of special characters which are the operators and separators on the rule.
MatchRuleChars - Class in org.pfsw.text
Contains the set of special characters for MatchRules.
MatchRuleChars() - Constructor for class org.pfsw.text.MatchRuleChars
Initialize the new instance with default values.
MatchRuleCompareOperator - Enum in org.pfsw.text
Supported operators in match rules.
MatchRuleException - Exception in org.pfsw.text
The base exception of all exceptions that can occur with match rules.
MatchRuleException() - Constructor for exception org.pfsw.text.MatchRuleException
Initialize the new instance with default values.
MatchRuleException(String) - Constructor for exception org.pfsw.text.MatchRuleException
Initialize the new instance with with a message and optional arguments.
MatchRuleException(String, Object...) - Constructor for exception org.pfsw.text.MatchRuleException
Initialize the new instance with with a message and optional arguments.
MatchRuleParseException - Exception in org.pfsw.text
This exception is used for all parsing errors of MatchRule parser classes.
MatchRuleParseException() - Constructor for exception org.pfsw.text.MatchRuleParseException
Initialize the new instance with default values.
MatchRuleParseException(String) - Constructor for exception org.pfsw.text.MatchRuleParseException
Initialize the new instance with with a message.
MatchRuleParseException(String, Object...) - Constructor for exception org.pfsw.text.MatchRuleParseException
Initialize the new instance with with a message.
MatchRulePrinter - Class in org.pfsw.text
Converts a MatchRule to a String using the default syntax.
MatchRulePrinter() - Constructor for class org.pfsw.text.MatchRulePrinter
Initialize the new instance with default values.
MatchRulePrinter(MatchRuleChars) - Constructor for class org.pfsw.text.MatchRulePrinter
Initialize the new instance with match rule characters.
MatchRuleVisitor - Interface in org.pfsw.text
Implementers of this interface can be used with MatchRule.apply() to navigate through the parsed rule tree and execute specific tasks on the elements.
matchValue(Object) - Method in class org.pfsw.text.MatchAttribute
 
matchValueAgainstValues(Comparable<T>, T[]) - Method in class org.pfsw.text.MatchAttribute
 
matchValueArray(Object[]) - Method in class org.pfsw.text.MatchAttribute
 
matchValueCollection(Collection<?>) - Method in class org.pfsw.text.MatchAttribute
 
MD5 - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
The pre-defined constant for the MD hash algorithm.
MD5 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
MD5_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
MD5_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
MD5_WITH_RSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
MEDIA_TYPE_SEPARATOR - Static variable in interface org.pfsw.net.MediaType
 
MEDIA_TYPE_WILDCARD - Static variable in interface org.pfsw.net.MediaType
 
MediaType - Interface in org.pfsw.net
A common interface for classes that define media types.
MediaTypeConstant - Enum in org.pfsw.net
A definition of internet media types that are comprised of a type and a sub-type.
MediaTypeDefinition - Class in org.pfsw.net
Class that allows free definition of MediaType objects.
MediaTypeDefinition(String, String) - Constructor for class org.pfsw.net.MediaTypeDefinition
Creates a new instance based on the given type and sub-type.
MediaTypes - Class in org.pfsw.net
Static utility methods for working with media types.
mergeAnd(MatchRule) - Method in class org.pfsw.text.MatchRule
Append the given rule to the receiver with a logical AND
mergeOr(MatchRule) - Method in class org.pfsw.text.MatchRule
Append the given rule to the receiver with a logical OR
MILLIS_PER_DAY - Static variable in class org.pfsw.util.Duration
 
MILLIS_PER_HOUR - Static variable in class org.pfsw.util.Duration
 
MILLIS_PER_MINUTE - Static variable in class org.pfsw.util.Duration
 
MILLIS_PER_SECOND - Static variable in class org.pfsw.util.Duration
 
ModelConverter - Class in org.pfsw.six
Supports conversion of a XML representation in org.pfsw.six.Element to a DOM tree and vice versa as well as pretty printing of both kinds of XML representations to Strings.
ModelConverter() - Constructor for class org.pfsw.six.ModelConverter
Initialize the new instance with default values.
ModelConverter.NamespaceStack - Class in org.pfsw.six
 
Modifiers - Class in org.pfsw.reflect
This class provides methods to conveniently set/unset modifier bits without having to fiddle around with bit logic.
Modifiers() - Constructor for class org.pfsw.reflect.Modifiers
Initialize the new instance with default value 0.
Modifiers(int) - Constructor for class org.pfsw.reflect.Modifiers
Initialize the new instance with given value.
modifyProperty(String, String) - Method in class org.pfsw.file.PropertiesFileContent
Modifies the value of the property specified by the given name.
modifyProperty(IName, String) - Method in class org.pfsw.file.PropertiesFileContent
Modifies the value of the property specified by the given name.
MultiCategoryIdentifierGenerator - Interface in org.pfsw.db.util
An ID generator that supports different ID sequences for different categories.
MULTICHAR_WILDCARD - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.MatchAttribute
 
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.MatchElement
 
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.MatchGroup
 
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.MatchRule
Sets whether or not this match rule allows empty strings at the position of the multi character wildcard ('*').
multiCharWildcardMatchesEmptyString() - Method in class org.pfsw.text.StringPattern
Returns true, if this StringPattern allows empty strings at the position of the multi character wildcard ('*').
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.StringPattern
sets whether or not this StringPattern allows empty strings at the position of the multi character wildcard ('*').
multiply(BigDecimal) - Method in class org.pfsw.reflect.BigDecimalFieldProxy
 
multiply(Integer) - Method in class org.pfsw.reflect.IntegerFieldProxy
 
multiply(Long) - Method in class org.pfsw.reflect.LongFieldProxy
 
multiply(T) - Method in class org.pfsw.reflect.NumericFieldProxy
Multiplies this field's value with the given value, stores the result in the field and returns the result.
MultiStringProperty - Class in org.pfsw.util
This is a property with a name and multiple strings as value list.
MultiStringProperty(String, String...) - Constructor for class org.pfsw.util.MultiStringProperty
Initialize the new instance with default values.
MultiStringProperty(String, boolean, String...) - Constructor for class org.pfsw.util.MultiStringProperty
Initialize the new instance with a name and define whether or not duplicate values are allowed.
MultiValueProperty<ValueType> - Class in org.pfsw.util
This represents a single property with a name and a list of multiple values.
MultiValueProperty(String, ValueType...) - Constructor for class org.pfsw.util.MultiValueProperty
Initialize the new instance with a name.
MultiValueProperty(String, boolean, ValueType...) - Constructor for class org.pfsw.util.MultiValueProperty
Initialize the new instance with a name and define whether or not duplicate values are allowed.
MultiX509TrustManager - Class in org.pfsw.security.x509
An X509TrustManager that is capable of holding an arbitrary number of other X509TrustManagers and delegating certificate checks to them until a check is successful or finally if none is successful a CertificateException gets thrown.
MultiX509TrustManager() - Constructor for class org.pfsw.security.x509.MultiX509TrustManager
 
mustExcludeDirectories() - Method in class org.pfsw.file.ExtendedFileFilter
Returns true if the filter never accepts directories.
mustIncludeDirectories() - Method in class org.pfsw.file.ExtendedFileFilter
Returns true if the filter always accepts directories, even if they don't match a given pattern.

N

n() - Static method in class org.pfsw.six.XmlStreamWriter
Returns a new instance of this class
name() - Method in interface org.pfsw.bif.enums.IEnumType
Returns the name of this enum constant, exactly as declared in its enum declaration.
Name - Class in org.pfsw.bif.text
The representation of a name which does not allow empty string or any white space character.
Name(String) - Constructor for class org.pfsw.bif.text.Name
Creates a new name instance.
name(String) - Method in class org.pfsw.util.NamedValue
Sets the name (key) of the association.
name() - Method in class org.pfsw.util.NamedValue
Returns the name (key) of the association.
NAME_PART_SEPARATOR - Static variable in class org.pfsw.file.TempFilesManager
 
NAME_SEPARATOR - Static variable in class org.pfsw.file.cfiles.AbstractSubContainer
 
NAME_SEPARATOR - Static variable in interface org.pfsw.text.json.JsonConstants
 
nameAt(int) - Method in class org.pfsw.util.NamedValueList
Returns the name (key) of the named value at the specified index.
NamedCloseable - Class in org.pfsw.file
An abstract implementation to decorate a Closeable with a name.
NamedCloseable() - Constructor for class org.pfsw.file.NamedCloseable
 
NamedCloseable(String) - Constructor for class org.pfsw.file.NamedCloseable
 
NamedInputStream - Class in org.pfsw.file
A container for an InputStream with an associated name.
NamedInputStream(String, InputStream) - Constructor for class org.pfsw.file.NamedInputStream
Create a new instance with the given name associated to the given input stream.
NamedOutputStream - Class in org.pfsw.file
A container for an OutputStream with an associated name.
NamedOutputStream(String, OutputStream) - Constructor for class org.pfsw.file.NamedOutputStream
Create a new instance with the given name associated to the given output stream.
NamedReader - Class in org.pfsw.file
A container for a Reader with an associated name.
NamedReader(String, Reader) - Constructor for class org.pfsw.file.NamedReader
Create a new instance with the given name associated to the given reader.
NamedText - Class in org.pfsw.util
An association of a name string and a text value.
NamedText(String, String) - Constructor for class org.pfsw.util.NamedText
Initialize the new instance with the given name and value.
namedTextArray() - Method in class org.pfsw.util.NamedTextList
Returns all named text pairs as an array
namedTextArray(IObjectFilter<NamedText>) - Method in class org.pfsw.util.NamedTextList
Returns an array of all those elements contained in this list that match the given filter.
namedTextAt(int) - Method in class org.pfsw.util.NamedTextList
Returns the named text at the specified index.
NamedTextList - Class in org.pfsw.util
A container that holds a collection of NamedText objects.
NamedTextList() - Constructor for class org.pfsw.util.NamedTextList
Initialize the new instance with default values.
NamedTextList(Map<String, String>) - Constructor for class org.pfsw.util.NamedTextList
Initialize the new instance with values from the given map.
NamedValue<V> - Class in org.pfsw.util
This specialized Association allows only strings as key.
NamedValue(String) - Constructor for class org.pfsw.util.NamedValue
Initialize the new instance with a name and a null value.
NamedValue(String, V) - Constructor for class org.pfsw.util.NamedValue
Initialize the new instance with a name and an associated value.
namedValueArray() - Method in class org.pfsw.util.NamedValueList
Returns all named values as an array
namedValueArray(IObjectFilter<NamedValue<V>>) - Method in class org.pfsw.util.NamedValueList
Returns an array of all those elements contained in this list that match the given filter.
namedValueAt(int) - Method in class org.pfsw.util.NamedValueList
Returns the named value at the specified index.
NamedValueList<V> - Class in org.pfsw.util
A container that holds a collection of NamedValue objects.
NamedValueList() - Constructor for class org.pfsw.util.NamedValueList
Initialize the new instance with default values.
NamedValueList(Map<String, V>) - Constructor for class org.pfsw.util.NamedValueList
Initialize the new instance with values from the given map.
NamedWriter - Class in org.pfsw.file
A container for an Writer with an associated name.
NamedWriter(String, Writer) - Constructor for class org.pfsw.file.NamedWriter
Create a new instance with the given name associated to the given writer.
nameList() - Method in class org.pfsw.util.OrderedProperties
Returns a list containing all properties names in the order they have been added or read from a stream.
nameOfAttribute(Map<String, ?>) - Method in class org.pfsw.text.MatchAttribute
 
names() - Method in class org.pfsw.util.NamedValueList
Returns all names in this list
NAMESPACE_DECLARATION_PREFIX - Static variable in class org.pfsw.pax.DOMTreeXMLReader
The "xmlns" prefix that is used in XML to declare a namespace prefixes.
NAMESPACE_PREFIX - Static variable in class org.pfsw.six.Element
 
NAMESPACE_SEPARATOR - Static variable in class org.pfsw.six.Element
 
NamespacePrefixMapper - Class in org.pfsw.pax
An implementation that handles namespace prefix to URI and URI to prefix mapping.
NamespacePrefixMapper(Map<String, String>) - Constructor for class org.pfsw.pax.NamespacePrefixMapper
Initialize the new instance with the given mappings.
NamespacePrefixMapper() - Constructor for class org.pfsw.pax.NamespacePrefixMapper
Initialize the new instance with an empty mapping.
NamespaceStack() - Constructor for class org.pfsw.six.ModelConverter.NamespaceStack
 
namespaceURIFor(String) - Method in class org.pfsw.six.ModelConverter.NamespaceStack
 
NaturalNumber - Class in org.pfsw.text
A natural number is an abstraction of the two types Integer and Long.
NaturalNumber(long) - Constructor for class org.pfsw.text.NaturalNumber
 
NaturalNumber(int) - Constructor for class org.pfsw.text.NaturalNumber
 
NaturalNumber(String) - Constructor for class org.pfsw.text.NaturalNumber
Parses the string argument as a signed decimal long.
needsSeparator(int, Version.VersionElement) - Method in class org.pfsw.text.Version
 
negate(BigDecimal) - Method in class org.pfsw.reflect.BigDecimalFieldProxy
 
negate(Integer) - Method in class org.pfsw.reflect.IntegerFieldProxy
 
negate(Long) - Method in class org.pfsw.reflect.LongFieldProxy
 
negate(T) - Method in class org.pfsw.reflect.NumericFieldProxy
Returns the negated value of the given value.
negate() - Method in class org.pfsw.text.StringCollectionFilter
Inverts the (match) logic of this filter
negate() - Method in class org.pfsw.util.ObjectCollectionFilter
This method reverses the logic of the filter.
NegativeStringFilter - Class in org.pfsw.text
A simple filter that negates the result of its inner string filter.
NegativeStringFilter(IStringFilter) - Constructor for class org.pfsw.text.NegativeStringFilter
Initialize the new instance with another filter which it negates.
NetUtil - Class in org.pfsw.net
Utility and convenience methods for network programming, provided as singleton.
NetUtil() - Constructor for class org.pfsw.net.NetUtil
 
newArray(int) - Method in class org.pfsw.reflect.ClassInfo
Returns a new array of the type represented by this ClassInfo.
newCalendar(int, int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newCalendar(TimeZone, int, int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Calendar object representing the given parameters.
newCollection(int) - Method in class org.pfsw.util.ObjectCollectionFilter
 
newConnection() - Method in class org.pfsw.db.util.SQLExecutor
 
newDate(int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newDate(TimeZone, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newDate(int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newDate(int, int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newDate(TimeZone, int, int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object representing the given parameters.
newDecIndentedLine() - Method in class org.pfsw.pax.MarkupWriter
 
newDocument() - Method in class org.pfsw.six.ModelConverter
 
newElement(K, V) - Method in class org.pfsw.util.AssociationList
 
newElement(String, String) - Method in class org.pfsw.util.NamedTextList
 
newElement(String, V) - Method in class org.pfsw.util.NamedValueList
 
newElementList() - Method in class org.pfsw.text.MatchGroup
 
newElementsList(int) - Method in class org.pfsw.util.OrderedProperties
 
newExaminer(String) - Method in class org.pfsw.text.StringPattern
 
newGlobalContext(VariableContainer) - Method in class org.pfsw.textx.GlobalLocalVariables
Initialize the global variable container with an new container.
newGMTDate(int, int, int, int, int, int) - Method in class org.pfsw.util.DateUtil
Returns a Date object in time zone GMT representing the given parameters.
newIdentifier() - Method in interface org.pfsw.bif.identifier.IObjectIdGenerator
Returns a new identifier which usually must be different to the previously returned.
newIdentifier(String) - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
 
newIdentifier(String) - Method in interface org.pfsw.db.util.MultiCategoryIdentifierGenerator
Returns a new identifier for the given category.
newIdentifier() - Method in class org.pfsw.text.ObjectIdGenerator
Returns a new unique identifier as string.
newIdentifier() - Method in class org.pfsw.text.UUIDGenerator
 
newIncIndentedLine() - Method in class org.pfsw.pax.MarkupWriter
 
newIndentedLine() - Method in class org.pfsw.pax.MarkupWriter
 
newInstance() - Method in class org.pfsw.net.UniformResourceLocator
 
newInstance(String) - Method in class org.pfsw.plugin.ClassRegistry
Returns a new instance of the class which is registered under the given key.
newInstance() - Method in class org.pfsw.reflect.ClassInfo
Returns a new instance of the class.
newInstance(Class<T>) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor without parameters it will be used to create a new instance.
newInstance(Class<T>, Object) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with one parameter type matching the given parameter it will be used to create a new instance.
newInstance(Class<T>, Object, Object) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with two parameter type matching the given parameters it will be used to create a new instance.
newInstance(Class<T>, Object[]) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with types corresponding to the given parameters it will be used to create a new instance.
newInstance(String) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object, Object) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstance(String, Object[]) - Method in class org.pfsw.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newInstanceOf(Class<T>, Object...) - Method in class org.pfsw.reflect.ReflectUtil
If the given class has a constructor with types corresponding to the given parameters it will be used to create a new instance.
NEWLINE - Static variable in class org.pfsw.file.PropertiesFileWriter
 
newLine() - Method in class org.pfsw.text.FormattedTextWriter
Writes the newline character(s).
NewLine - Enum in org.pfsw.text
Provides new line character sequences for the various operating systems.
newLine() - Method in class org.pfsw.text.TextFileWriter
Writes the newline character(s).
newLine() - Method in class org.pfsw.text.UncheckedTextFileWriter
Writes the newline character(s).
newLocalContext(VariableContainer) - Method in class org.pfsw.textx.GlobalLocalVariables
Initialize the local variable container with an new container.
newPattern(String) - Method in class org.pfsw.text.StringPatternCollection
Creates and returns a new pattern object out of the given string.
newProofKey() - Static method in class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Returns a newly generated proof key.
newProofKey() - Static method in class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Returns a newly generated proof key.
newProperty(String, String) - Method in class org.pfsw.file.PropertiesFileContent
Create a new property object with the given name and value.
newProperty(String, String) - Method in class org.pfsw.util.OrderedProperties
Create a new property object with the given name and value.
newString(byte[]) - Method in interface org.pfsw.bif.text.ICheckedCharset
Returns a new String initialized with the given bytes which are expected to be encoded according to the character set this instance represents, avoiding the unnecessary exception handling (UnsupportedEncodingException).
newString(byte[]) - Method in class org.pfsw.text.CheckedCharsetName
Returns a new String initialized with the given bytes which are expected to be encoded according to the character set this instance represents, avoiding the unnecessary exception handling (UnsupportedEncodingException).
newTimestamp() - Method in class org.pfsw.util.TemporaryMap
 
newValue() - Method in class org.pfsw.util.CollectorDictionary
 
newValueWith(V) - Method in class org.pfsw.util.CollectorDictionary
 
newXMLReader() - Method in class org.pfsw.six.XmlStreamWriter
 
next() - Method in class org.pfsw.util.EnumerationIterator
Returns the next element.
next() - Method in class org.pfsw.util.ObjectArrayIterator
Returns the next element in the iteration.
nextChar() - Method in class org.pfsw.text.json.SimpleJsonParser
Returns simply the next character of the underlying JSON string.
nextChar() - Method in class org.pfsw.text.RandomStringGenerator
 
nextChar() - Method in class org.pfsw.text.StringScanner
Returns the character at the current position and increments the position afterwards by 1.
nextChar() - Method in class org.pfsw.textx.TextEngine
 
nextCharacter() - Method in class org.pfsw.textx.TextEngine
This is a convinient method for retreiving the next character, without always catching IOException.
nextElement() - Method in class org.pfsw.util.CollectionEnumeration
 
nextIdentifier(String) - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
 
nextIdentifier(String) - Method in interface org.pfsw.db.util.MultiCategoryIdentifierGenerator
Returns a new identifier which is different to the last one for the given category.
nextIdentifier() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
nextIdentifier() - Method in interface org.pfsw.db.util.ObjectIdentifierProducer
Returns a new identifier which is different to the last one.
nextIdentifier() - Method in class org.pfsw.text.ObjectIdGenerator
Returns a new identifier which is different to the last one and automatically increments the internal value for the next id.
nextIndex() - Method in class org.pfsw.text.RandomStringGenerator
 
nextInt() - Method in class org.pfsw.util.RandomRange
Returns a new random integer value in the specified underlying range.
nextIsGroupElement() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
nextNoneWhitespaceChar() - Method in class org.pfsw.text.json.SimpleJsonParser
Looks for the next character that is no white space and returns it.
nextNoneWhitespaceChar() - Method in class org.pfsw.text.StringScanner
Returns the next character that is no whitespace and leaves the position pointer one character after the returned one.
NIL - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that absorbs all log messages.
NilLogger - Class in org.pfsw.logging.nil
This class implements the Logger interface but doesn't write anything to any output device.
NilLogger() - Constructor for class org.pfsw.logging.nil.NilLogger
Initialize the new instance with default values.
NilLoggerFactory - Class in org.pfsw.logging.nil
This factory creates a single NilLogger instance.
NilLoggerFactory() - Constructor for class org.pfsw.logging.nil.NilLoggerFactory
 
NO_LIMIT - Static variable in class org.pfsw.file.FileUtil
 
NO_LIMIT - Static variable in class org.pfsw.util.IOUtil
 
nodeListToListOfNodes(NodeList) - Method in class org.pfsw.pax.XmlUtil
Converts a nodeList to a list of Node objects.
NONE - Static variable in interface org.pfsw.bif.text.IStringFilter
A predefined filter that matches no string at all.
NONE - Static variable in class org.pfsw.file.DefaultFilenameFilter
A filename filter that never matches any name.
NONE - Static variable in interface org.pfsw.six.IElementFilter
A predefined filter that matches no elements at all.
NonStandardHttpHeaderName - Enum in org.pfsw.bif.http
Definition of header names that are not standard, but used and supported by many user agents and servers.
noop() - Static method in class org.pfsw.bif.BasicUtil
This method is intentionally doing nothing at all.
noPadding() - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Configures the ID generator to not do any (left) padding on the generated identifiers.
normalizeCategory(String) - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
 
not() - Method in class org.pfsw.util.Bool
Returns the opposite value of the receiver.
notifyExitListeners(int) - Method in class org.pfsw.util.SysUtil
Inform all exit listeners that now the system will be exited.
notNullOrBlank(String) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given string is not null and not empty and does not consist of whitespace characters only.
notNullOrBlank(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is not null and not empty and does not consist of whitespace characters only.
notNullOrEmpty(String) - Method in class org.pfsw.bif.BasicUtil
Returns true if the given string is not null and not empty.
notNullOrEmpty(String[]) - Method in class org.pfsw.text.StringUtil
Returns true if the given string array is not null and not empty
notNullOrEmpty(String) - Method in class org.pfsw.text.StringUtil
Returns true if the given string is not null and not empty
notSupportedError(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
NU - Static variable in class org.pfsw.net.NetUtil
 
NU - Static variable in class org.pfsw.net.UniformResourceLocator
 
NULL - Static variable in interface org.pfsw.text.json.JsonConstants
 
NULL_HASHCODE - Static variable in class org.pfsw.text.StringPair
Defines the hash code of instances that contain two null strings.
NULL_REFERENCE - Static variable in class org.pfsw.bif.text.ObjectReference
The object reference for null.
NULL_STRING - Static variable in class org.pfsw.text.StringUtil
A string representing null (containing character '\0')
numberOfContainedFiles() - Method in class org.pfsw.file.DirectoryContents
Returns the number of files that are directly exist in this directory
numberOfElements() - Method in class org.pfsw.util.OrderedProperties
Returns how many elements are contained.
numberOfValues() - Method in class org.pfsw.util.MultiValueProperty
Returns the number of values in the list of values,
NumericFieldProxy<T> - Class in org.pfsw.reflect
Provides an abstract field proxy for numeric types which offers some extra convenience methods for basic calculation.
NumericFieldProxy(Object, Field) - Constructor for class org.pfsw.reflect.NumericFieldProxy
 
NumericFieldProxy(Object, String) - Constructor for class org.pfsw.reflect.NumericFieldProxy
 

O

obfuscate(String) - Method in class org.pfsw.textx.StringObfuscator
Obfuscate the given string and return a Base64 encoded representation of it
obfuscate1(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Encrypts the given string according to IAP1 algorithm
ObjectAccessWrapper - Class in org.pfsw.reflect
A wrapper that is capable to read and write object fields via getter and setter methods or directly.
ObjectAccessWrapper(Object) - Constructor for class org.pfsw.reflect.ObjectAccessWrapper
Initialize the new instance with an object.
ObjectArrayIterator<T> - Class in org.pfsw.util
Provides iteration over object arrays (i.e.
ObjectArrayIterator(T[]) - Constructor for class org.pfsw.util.ObjectArrayIterator
Initialize the new instance with default values.
objectAsString(Object) - Method in class org.pfsw.text.MatchAttribute
Returns the string representation of the given object.
ObjectCollectionFilter<T> - Class in org.pfsw.util
This filter returns tru if a given object is contained in the underlying collection of objects.
ObjectCollectionFilter(Collection<T>) - Constructor for class org.pfsw.util.ObjectCollectionFilter
Initialize the new instance with some objects.
ObjectCollectionFilter(Collection<T>, boolean) - Constructor for class org.pfsw.util.ObjectCollectionFilter
Initialize the new instance with some objects.
ObjectCollectionFilter(T[]) - Constructor for class org.pfsw.util.ObjectCollectionFilter
Initialize the new instance with some objects.
ObjectCollectionFilter(T[], boolean) - Constructor for class org.pfsw.util.ObjectCollectionFilter
Initialize the new instance with some objects.
ObjectConverterFunctionAdapter<T,R> - Class in org.pfsw.util
An adapter that maps an IFunction to the IObjectConverter interface.
ObjectConverterFunctionAdapter(IFunction<T, R>) - Constructor for class org.pfsw.util.ObjectConverterFunctionAdapter
 
ObjectField - Class in org.pfsw.reflect
This is an IObjectProperty implementing wrapper around a Field.
ObjectField(Field) - Constructor for class org.pfsw.reflect.ObjectField
 
ObjectFilter<T> - Interface in org.pfsw.util
A filter for any kind of object.
ObjectIdentifierDB - Class in org.pfsw.db.util
Instances of this class provide generation of unique identifiers backed by a specific database table.
ObjectIdentifierDB(DataSource) - Constructor for class org.pfsw.db.util.ObjectIdentifierDB
Initialize the new instance with the given data source.
ObjectIdentifierDB(String, DataSource) - Constructor for class org.pfsw.db.util.ObjectIdentifierDB
Initialize the new instance with the given data source.
ObjectIdentifierDB(DataSource, String) - Constructor for class org.pfsw.db.util.ObjectIdentifierDB
Initialize the new instance with the data source.
ObjectIdentifierDB(String, DataSource, String) - Constructor for class org.pfsw.db.util.ObjectIdentifierDB
Initialize the new instance with the data source.
ObjectIdentifierDB(String, DataSource, String, long, int) - Constructor for class org.pfsw.db.util.ObjectIdentifierDB
Initialize the new instance with the data source.
ObjectIdentifierDBBuilder - Class in org.pfsw.db.util
Builder for ObjectIdentifierDB that supports fluent API.
ObjectIdentifierDBBuilder(DataSource) - Constructor for class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
ObjectIdentifierGenerator - Class in org.pfsw.db.util
This class provides identifiers by incrementing an internal counter, starting at 1.
ObjectIdentifierGenerator() - Constructor for class org.pfsw.db.util.ObjectIdentifierGenerator
Initialize the new instance with default values.
ObjectIdentifierGenerator(int) - Constructor for class org.pfsw.db.util.ObjectIdentifierGenerator
Initialize the new instance with the length for the generated identifiers.
ObjectIdentifierGenerator(long, int) - Constructor for class org.pfsw.db.util.ObjectIdentifierGenerator
Initialize the new instance with the length for the generated identifiers and the id to start with.
ObjectIdentifierProducer - Interface in org.pfsw.db.util
An object that generates new identifiers must implement this interface.
ObjectIdGenerator - Class in org.pfsw.text
Generates numeric IDs that are left padded with zeros.
ObjectIdGenerator() - Constructor for class org.pfsw.text.ObjectIdGenerator
Initialize the new instance with default values.
ObjectIdGenerator(int) - Constructor for class org.pfsw.text.ObjectIdGenerator
Initialize the new instance with the length for the generated identifiers.
ObjectIdGenerator(long, int) - Constructor for class org.pfsw.text.ObjectIdGenerator
Initialize the new instance with the length for the generated identifiers and the id to start with.
ObjectNotFoundException - Exception in org.pfsw.util
This exception signals that some kind of search for an object failed because no matching object has been found.
ObjectNotFoundException(String, Object...) - Constructor for exception org.pfsw.util.ObjectNotFoundException
 
ObjectNotFoundException(Throwable, String, Object...) - Constructor for exception org.pfsw.util.ObjectNotFoundException
 
ObjectOrMapAccessWrapper - Class in org.pfsw.reflect
A wrapper that is capable to read and write object fields via getter and setter methods or directly.
ObjectOrMapAccessWrapper(Object) - Constructor for class org.pfsw.reflect.ObjectOrMapAccessWrapper
Initialize the new instance with an object to wrap.
ObjectReference - Class in org.pfsw.bif.text
A unique string reference to identify a specific object (in-memory).
objectToJSONValue(Object) - Method in class org.pfsw.text.json.JsonUtil
Tries to convert the given object to a JSON string.
of(int) - Static method in enum org.pfsw.bif.CompareResult
Returns the enum value that corresponds to the given integer value.
of(Member) - Static method in class org.pfsw.reflect.Modifiers
Returns a new instance initialized with the modifier bits of the given member (i.e.
of(Class<?>) - Static method in class org.pfsw.reflect.Modifiers
Returns a new instance initialized with the modifier bits of the given class.
of(String, String) - Static method in class org.pfsw.util.NamedText
Creates a new instance with a name and an associated text.
of(String, T) - Static method in class org.pfsw.util.NamedValue
Creates a new instance with a name and an associated value.
off() - Static method in class org.pfsw.util.ToggleSwitch
Creates a new instance with initial value false.
ofTag(int) - Static method in enum org.pfsw.security.x509.X509NameType
 
OID_CN_BLOCKSIZE - Static variable in class org.pfsw.db.util.IdGeneratorTableSpec
 
OID_CN_CATEGORY - Static variable in class org.pfsw.db.util.IdGeneratorTableSpec
 
OID_CN_NEXTID - Static variable in class org.pfsw.db.util.IdGeneratorTableSpec
 
OID_TABLE_NAME - Static variable in class org.pfsw.db.util.IdGeneratorTableSpec
 
on() - Static method in class org.pfsw.util.ToggleSwitch
Creates a new instance with initial value true.
one() - Method in class org.pfsw.reflect.BigDecimalFieldProxy
 
one() - Method in class org.pfsw.reflect.IntegerFieldProxy
 
one() - Method in class org.pfsw.reflect.LongFieldProxy
 
one() - Method in class org.pfsw.reflect.NumericFieldProxy
Returns the representation of 1 as type T.
onlyMatching(List<IObjectProperty>, IObjectPropertyFilter) - Method in class org.pfsw.reflect.ReflectUtil
Returns a list of all object properties that match the given filter criteria.
open(String) - Method in class org.pfsw.file.ClasspathElement
Opens the file with the given name in this classpath element and returns the input stream.
open(File) - Static method in class org.pfsw.file.NamedInputStream
Opens the provided file and returns the input stream along with the file name.
open(String) - Static method in class org.pfsw.file.NamedInputStream
Opens the file specified by the given filename and returns the input stream along with the file name.
open(File) - Static method in class org.pfsw.file.NamedOutputStream
Opens the provided file and returns the output stream along with the file name.
open(String) - Static method in class org.pfsw.file.NamedOutputStream
Opens the file specified by the given filename and returns the output stream along with the file name.
open(File, Charset) - Static method in class org.pfsw.file.NamedReader
Opens the provided file and returns the reader along with the file name.
open(String, Charset) - Static method in class org.pfsw.file.NamedReader
Opens the file specified by the given filename and returns the reader along with the file name.
open(File, Charset) - Static method in class org.pfsw.file.NamedWriter
Opens the provided file and returns the writer along with the file name.
open(String, Charset) - Static method in class org.pfsw.file.NamedWriter
Opens the file specified by the given filename and returns the writer along with the file name.
OPEN_PARENTHESIS - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
openFile(String) - Method in class org.pfsw.file.FileUtil
Opens the file with the given name and returns it as an input stream.
If the filename contains the prefix "classpath:" then it will be looked-up using the underlying current classloader.
openFileForRead(String) - Method in class org.pfsw.file.FileUtil
Opens the file with the given name and returns it as a named input stream.
If the filename contains the prefix "classpath:" then it will be looked-up using the underlying current classloader.
openHttpConnection(URL) - Method in class org.pfsw.net.http.UserAgent
 
operator() - Method in class org.pfsw.text.MatchAttribute
 
operator(MatchRuleCompareOperator) - Method in class org.pfsw.text.MatchAttribute
 
optimize() - Method in class org.pfsw.text.MatchGroup
 
optimize() - Method in class org.pfsw.text.MatchRule
Optimize the rule for best performance.
optimizeAttribute(int) - Method in class org.pfsw.text.MatchGroup
 
OPTIONS_END - Static variable in class org.pfsw.plugin.PluginRegistry
 
OPTIONS_START - Static variable in class org.pfsw.plugin.PluginRegistry
 
OrderedCollection<E> - Class in org.pfsw.util
A collection that supports similar methods to the list interface but it starts with index 1 and ends with element index size() !
IT IS NOT ZERO BASED !
OrderedCollection() - Constructor for class org.pfsw.util.OrderedCollection
Initialize the new instance with default values.
OrderedCollection(int) - Constructor for class org.pfsw.util.OrderedCollection
Initialize the new instance with a given initial capacity.
OrderedCollection(List<E>) - Constructor for class org.pfsw.util.OrderedCollection
Initialize the new instance with default values.
OrderedMap<K,V> - Class in org.pfsw.util
A Map implementation that pertains the order of its elements according to when they have been added.
OrderedMap() - Constructor for class org.pfsw.util.OrderedMap
Initialize the new instance with default values.
OrderedProperties<T extends IMutableStringPair> - Class in org.pfsw.util
Represents a properties collection with empty lines and comments.
OrderedProperties() - Constructor for class org.pfsw.util.OrderedProperties
Initialize the new instance with default values.
OrderedProperties(int) - Constructor for class org.pfsw.util.OrderedProperties
Initialize the new instance with an initial capacity.
OrderedSet<E> - Class in org.pfsw.util
Implements a Set that keeps the order of its elements according to when they were added.
OrderedSet() - Constructor for class org.pfsw.util.OrderedSet
Initialize the new instance with default values.
OrderedSet(int) - Constructor for class org.pfsw.util.OrderedSet
Initialize the new set with an initial capacity.
OrderedSet(List<E>) - Constructor for class org.pfsw.util.OrderedSet
Initialize the new set with an inner list.
ordinal() - Method in interface org.pfsw.bif.enums.IEnumType
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
org.pfsw.bif - package org.pfsw.bif
 
org.pfsw.bif.callback - package org.pfsw.bif.callback
 
org.pfsw.bif.configuration - package org.pfsw.bif.configuration
 
org.pfsw.bif.conversion - package org.pfsw.bif.conversion
 
org.pfsw.bif.creation - package org.pfsw.bif.creation
 
org.pfsw.bif.enums - package org.pfsw.bif.enums
 
org.pfsw.bif.exceptions - package org.pfsw.bif.exceptions
 
org.pfsw.bif.execution - package org.pfsw.bif.execution
 
org.pfsw.bif.facet - package org.pfsw.bif.facet
 
org.pfsw.bif.filter - package org.pfsw.bif.filter
 
org.pfsw.bif.http - package org.pfsw.bif.http
 
org.pfsw.bif.identifier - package org.pfsw.bif.identifier
 
org.pfsw.bif.lifecycle - package org.pfsw.bif.lifecycle
 
org.pfsw.bif.logic - package org.pfsw.bif.logic
 
org.pfsw.bif.priority - package org.pfsw.bif.priority
 
org.pfsw.bif.text - package org.pfsw.bif.text
 
org.pfsw.bif.ui - package org.pfsw.bif.ui
 
org.pfsw.db - package org.pfsw.db
 
org.pfsw.db.util - package org.pfsw.db.util
 
org.pfsw.file - package org.pfsw.file
 
org.pfsw.file.cfiles - package org.pfsw.file.cfiles
 
org.pfsw.logging - package org.pfsw.logging
 
org.pfsw.logging.deferred - package org.pfsw.logging.deferred
 
org.pfsw.logging.internal - package org.pfsw.logging.internal
 
org.pfsw.logging.jul - package org.pfsw.logging.jul
 
org.pfsw.logging.memory - package org.pfsw.logging.memory
 
org.pfsw.logging.nil - package org.pfsw.logging.nil
 
org.pfsw.logging.stdout - package org.pfsw.logging.stdout
 
org.pfsw.net - package org.pfsw.net
 
org.pfsw.net.http - package org.pfsw.net.http
 
org.pfsw.net.internal - package org.pfsw.net.internal
 
org.pfsw.pax - package org.pfsw.pax
 
org.pfsw.plugin - package org.pfsw.plugin
 
org.pfsw.reflect - package org.pfsw.reflect
 
org.pfsw.security - package org.pfsw.security
 
org.pfsw.security.authentication - package org.pfsw.security.authentication
 
org.pfsw.security.crypto - package org.pfsw.security.crypto
 
org.pfsw.security.oauth.pkce - package org.pfsw.security.oauth.pkce
 
org.pfsw.security.x509 - package org.pfsw.security.x509
 
org.pfsw.six - package org.pfsw.six
 
org.pfsw.text - package org.pfsw.text
 
org.pfsw.text.json - package org.pfsw.text.json
 
org.pfsw.textx - package org.pfsw.textx
 
org.pfsw.util - package org.pfsw.util
 
OS_FAMILY_MACINTOSH - Static variable in class org.pfsw.util.SysUtil
"macintosh"
OS_FAMILY_UNIX - Static variable in class org.pfsw.util.SysUtil
"unix"
OS_FAMILY_UNKNOWN - Static variable in class org.pfsw.util.SysUtil
"unknown"
OS_FAMILY_WINDOWS - Static variable in class org.pfsw.util.SysUtil
"windows"
OS_LINE_SEPARATOR - Static variable in class org.pfsw.text.StringUtil
Constant for the String representation of the OS specific line separator
OS_PROPERTY_NAME - Static variable in class org.pfsw.util.SysUtil
 
OSF1 - Static variable in class org.pfsw.util.SysUtil
 
OtherHttpHeaderName - Enum in org.pfsw.bif.http
Definition of header names that are frequently used, but not standardized or specified in any RFC.
outdent() - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Decrements the indentation level.
outdent() - Method in class org.pfsw.text.FormattedTextWriter
Decreases the indentation level by 1.

P

P3P - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
padCh(String, int, char, boolean) - Method in class org.pfsw.text.StringUtil
 
padCh(StringBuffer, String, int, char, boolean) - Method in class org.pfsw.text.StringUtil
 
parenthesisExpected(String) - Method in class org.pfsw.text.LdapFilterParser
 
parentMap() - Method in class org.pfsw.util.StackedMap
 
parentMap(StackedMap) - Method in class org.pfsw.util.StackedMap
 
parse(String) - Static method in class org.pfsw.net.MediaTypes
Splitting up a given media type string into its type and sub-type.
parse(Document) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method iterates over all elements of the specified DOM document and calls the corresponding callback-methods of its ContentHandler.
parse(Element) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method iterates over all elements of the specified DOM root element and calls the corresponding callback-methods of its ContentHandler.
parse(InputSource) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not allowed here, because this parser can handle Document Object Model documents only !
Therefore this method throws always an Exception !
parse(String) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not allowed here, because this parser can handle Document Object Model documents only !
Therefore this method throws always an Exception !
parse(InputSource) - Method in class org.pfsw.pax.XmlUtil
 
parse(InputSource, Schema) - Method in class org.pfsw.pax.XmlUtil
 
parse(String) - Method in class org.pfsw.text.DefaultMatchRuleParser
Parse the given rule string to a MatchRule object that can be used to check attributes in a Map, if they match the rule.
parse(String) - Method in class org.pfsw.text.json.SimpleJsonParser
Parse the given JSON text and return its Java representation.
parse(String) - Method in class org.pfsw.text.LdapFilterParser
Parse the given LDAP filter string to a MatchRule object that can be used to check attributes in a Map, if they match the rule (filter).
parse() - Method in class org.pfsw.text.LdapFilterParser
 
parse(String) - Static method in class org.pfsw.text.NaturalNumber
Parses the string argument as a signed decimal long.
parse(String) - Method in class org.pfsw.text.Version
 
parseAndAddToRegistry(String, String) - Method in class org.pfsw.plugin.PluginRegistry
 
parseAndInit(String, ByteSizeUnit) - Method in class org.pfsw.text.ByteSizeValue
Parse the given string, taking any optional unit string at the end into account.
parseArray(String) - Method in class org.pfsw.text.json.SimpleJsonParser
Parse the given JSON text and return its Java representation as JsonArray.
parseArray() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseAttribute() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
parseAttribute() - Method in class org.pfsw.text.LdapFilterParser
 
parseAuthorizationHeaderValue(String) - Method in class org.pfsw.net.http.HttpUtil
Parses the given header value according to the rules of an Authorization header.
parseBritishDate(String) - Static method in class org.pfsw.util.SimpleDate
Creates a new SimpleDate from the given dateString which must conform to the format "dd/MM/yyyy".
parseDateRFC1123(String) - Method in class org.pfsw.util.DateUtil
Parses the given string assuming its format complies with RFC-1123.
parseDocument(Document) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method iterates over all elements of the specified DOM document and calls the corresponding callback-methods of its ContentHandler.
parseElement(Element) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method iterates over all elements of the specified DOM root element and calls the corresponding callback-methods of its ContentHandler.
parseElement() - Method in class org.pfsw.text.LdapFilterParser
 
parseFilter(String) - Static method in class org.pfsw.text.LdapFilterParser
Parse the given LDAP filter string to a MatchRule object that can be used to check attributes in a Map, if they match the rule (filter).
parseGermanDate(String) - Static method in class org.pfsw.util.SimpleDate
Creates a new SimpleDate from the given dateString which must conform to the format "dd.MM.yyyy".
parseGroup() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
parseGroup(char) - Method in class org.pfsw.text.LdapFilterParser
 
parseInternal() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseISO8601Date(String) - Static method in class org.pfsw.util.SimpleDate
Creates a new SimpleDate from the given dateString which must conform to the format "yyyy-MM-dd".
parseKeyValueInto(Map<String, Object>) - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseLiteral() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseLiteralString(int, String) - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseNotElement() - Method in class org.pfsw.text.LdapFilterParser
 
parseNumber() - Method in class org.pfsw.text.json.SimpleJsonParser
Returns either an Integer, a Long or a BigDecimal.
parseObject(String) - Method in class org.pfsw.text.json.SimpleJsonParser
Parse the given JSON text and return its Java representation as JsonObject.
parseObject() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseQueryString(String) - Method in class org.pfsw.net.UniformResourceLocator
 
parser() - Method in class org.pfsw.text.MatchRule
 
parseRule(String) - Static method in class org.pfsw.text.DefaultMatchRuleParser
Parse the given rule string to a MatchRule object that can be used to check attributes in a Map, if they match the rule.
parseRule(String, MatchRuleChars) - Method in class org.pfsw.text.MatchRule
 
parseSortDate(String) - Static method in class org.pfsw.util.SimpleDate
Creates a new SimpleDate from the given dateString which must conform to the format "yyyyMMdd".
parseString() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseTo(String, Class<T>) - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseToGroup(String) - Method in class org.pfsw.text.DefaultMatchRuleParser
Parse the given rule string to a MatchGroup which can be used to create a MatchRule.
parseToGroup(String) - Method in class org.pfsw.text.LdapFilterParser
Parse the given LDAP filter string to a MatchGroup which can be used to create a MatchRule.
parseToMilliseconds(String, TimeUnit) - Method in class org.pfsw.text.TimeValue
Parse the given string, taking any optional unit string at the end into account.
parseTypedRule(String, Map<String, Class<?>>) - Method in class org.pfsw.text.DefaultMatchRuleParser
Parse the given rule string to a MatchRule and apply the given datatypes to it.
parseUpToQuote() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseURL(String) - Method in class org.pfsw.net.UniformResourceLocator
 
parseUSDate(String) - Static method in class org.pfsw.util.SimpleDate
Creates a new SimpleDate from the given dateString which must conform to the format "MM/dd/yyyy".
parseValue() - Method in class org.pfsw.text.json.SimpleJsonParser
 
parseXmlString(String) - Method in class org.pfsw.pax.XmlUtil
 
parts(String, String) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
parts(String, String, char) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
parts(String, String, char[]) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
parts(String, String, IStringPair[]) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
parts(String, String, boolean) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
PATTERN_SEPARATOR - Static variable in class org.pfsw.file.ExtendedFileFilter
The character to be used to separate filename patterns (';') as String.
PATTERN_SEPARATOR - Static variable in class org.pfsw.file.FileWalker
The character to be used to separate filename patterns (';') as String.
PATTERN_SEPARATOR_CHAR - Static variable in class org.pfsw.file.FileWalker
The character to be used to separate filename patterns (';').
peek() - Method in class org.pfsw.text.StringScanner
Returns the character at the current position without changing the position, that is subsequent calls to this method return always the same character.
peekNextChar() - Method in class org.pfsw.text.json.SimpleJsonParser
Returns the next character of the underlying JSON string without moving the examiner's position forward.
peekNextNoneWhitespaceChar() - Method in class org.pfsw.text.json.SimpleJsonParser
Looks for the next character that is no white space and returns it.
peekStack() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns the last element from the stack without removing it.
peekUpToEnd() - Method in class org.pfsw.text.StringExaminer
Returns the a string containing all characters from the current position up to the end of the examined string.
peekUpToPosition(int) - 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.
perform(Object, String) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object and without any arguments.
perform(Object, String, Object) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
perform(Object, String, int) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one integer argument.
perform(Object, String, boolean) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
perform(Object, String, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
perform(Object, String, Object[], String[]) - Static method in class org.pfsw.reflect.Dynamic
This method allows direct dynamic execution of JMX MBean method invocations.
perform(Object, String, Object[], Class<?>[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the named method on the given object with several arguments.
perform(Object, Method, Object[]) - Static method in class org.pfsw.reflect.Dynamic
Executes the given method on the given object with the specified arguments.
PF_OS_PROPERTY_NAME - Static variable in class org.pfsw.util.SysUtil
 
PFNET0001 - Static variable in class org.pfsw.net.internal.LoggerProvider
 
PFNET0002 - Static variable in class org.pfsw.net.internal.LoggerProvider
 
PFNET0003 - Static variable in class org.pfsw.net.internal.LoggerProvider
 
PFNET0004 - Static variable in class org.pfsw.net.internal.LoggerProvider
 
PH_END_DELIMITER - Static variable in class org.pfsw.text.DefaultPlaceholderReplacer
 
PH_START_DELIMITER - Static variable in class org.pfsw.text.DefaultPlaceholderReplacer
 
PKCEGenerator - Interface in org.pfsw.security.oauth.pkce
A functional interface for the generation of new random proof key for code exchange according to the specification https://tools.ietf.org/html/rfc7636.
PKCEGeneratorFactory - Class in org.pfsw.security.oauth.pkce
A factory that supports getting a PKCEGenerator implementation for a given CodeChallengeMethod.
PlaceholderReplacer - Interface in org.pfsw.text
 
plain(String) - Method in class org.pfsw.textx.StringObfuscator
Converts an obfuscated string back to its original plan representation
PlainPKCEGenerator - Class in org.pfsw.security.oauth.pkce
An RFC-7636 PKCE proof key generator for the "plain" code challenge method.
PlainPKCEGenerator() - Constructor for class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Creates a new instance with a default random string generator for new code verifier strings.
PlainPKCEGenerator(StringGenerator) - Constructor for class org.pfsw.security.oauth.pkce.PlainPKCEGenerator
Creates a new instance with the given random string generator.
plainText1(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Decrypts the given string which must be IAP1 obfuscated
PLUGIN_DEF_SEPARATOR - Static variable in class org.pfsw.plugin.PluginRegistry
 
PLUGIN_OPTIONS_PATTERN - Static variable in class org.pfsw.plugin.PluginRegistry
 
PluginCollector<TType> - Class in org.pfsw.plugin
The responsibility of this class is to detect all properties files with a specific name on a given classpath and load the defined classes that fit to a given class/interface into a class regitry.
PluginCollector() - Constructor for class org.pfsw.plugin.PluginCollector
Initialize the new instance with default values.
PluginCollector(Class<TType>) - Constructor for class org.pfsw.plugin.PluginCollector
Initialize the new instance the type the plugins to collect must be compliant with.
PluginCollector(ClassRegistry<TType>) - Constructor for class org.pfsw.plugin.PluginCollector
Initialize the new instance with a class registry.
PluginLoader<TInterface> - Class in org.pfsw.plugin
An abstract class that implements the generic logic to load a configured implementation class for a specific interface through different variants of loading mechanisms.
PluginLoader(Class<TInterface>, String, String) - Constructor for class org.pfsw.plugin.PluginLoader
 
PluginRegistration - Interface in org.pfsw.plugin
Implementations of this interface provide alias names with associated classes that will be registered for dynamic instantiation.
PluginRegistry - Class in org.pfsw.plugin
A special registry that is capable to hold any number of plug-ins of any type.
PluginRegistry() - Constructor for class org.pfsw.plugin.PluginRegistry
Initialize the new instance with default values (i.e.
pluginUtil() - Method in class org.pfsw.plugin.PluginCollector
 
pluginUtil() - Method in class org.pfsw.plugin.PluginLoader
 
PluginUtil - Class in org.pfsw.plugin
Provides helper methods around the PF plug-in mechanism.
PluginUtil() - Constructor for class org.pfsw.plugin.PluginUtil
Initialize the new instance with default values.
plugUtil() - Method in class org.pfsw.plugin.PluginRegistry
 
PointInTime - Class in org.pfsw.util
Represents a point in time in milliseconds since midnight, January 1, 1970 UTC.
PointInTime(long) - Constructor for class org.pfsw.util.PointInTime
 
pop() - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
pop() - Method in class org.pfsw.util.StackedMap
Removes the map at the top of this stack and returns that map as the value of this function.
popFromStack() - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Returns the last element from the stack and removes it.
port() - Method in class org.pfsw.net.UniformResourceLocator
 
port(int) - Method in class org.pfsw.net.UniformResourceLocator
 
pos_marker - Variable in class org.pfsw.text.StringScanner
 
position - Variable in class org.pfsw.text.StringScanner
 
postAcceptCheck(File, String, File, boolean) - Method in class org.pfsw.file.ExtendedFileFilter
This method gets called after the accept check had happened.
PRAGMA - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
PRAGMA - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
prefix(String, String) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes before the first occurrence of the specified separator.
prefix(String, String, boolean) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes before the first occurance of the specified separator.
prepareWriteStatement(String) - Method in class org.pfsw.db.util.SQLExecutor
Returns a PreparedStatement for the given SQL command.
preserveBaseFolder() - Method in class org.pfsw.file.ZipFileCreator
Returns true if all files should be put under the base folder name in the zip file.
prettyPrint(JsonObject) - Static method in class org.pfsw.text.json.JsonWriter
Convenience method to convert the given JsonObject to a pretty printed JSON string representation (with opening braces on same line and 2 spaces indentation).
print(String) - Method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
 
print(String) - Method in interface org.pfsw.logging.stdout.LogMessageOutputTarget
 
print(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
print(int, String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
print(String, Object...) - Method in class org.pfsw.text.TextBuilder
 
printException(Throwable) - Method in class org.pfsw.logging.stdout.LogMessageOutputPrintStream
 
printException(Throwable) - Method in interface org.pfsw.logging.stdout.LogMessageOutputTarget
 
printException(Throwable) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
println(int, String, Object...) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
println() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
println(String, Object...) - Method in class org.pfsw.text.TextBuilder
 
println() - Method in class org.pfsw.text.TextBuilder
 
printLoggerNameIfSet() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
PrintLogLevel - Enum in org.pfsw.logging.stdout
 
printStackTrace() - Method in exception org.pfsw.util.WrappingRuntimeException
Print the stack trace of the wrapped exception to stdout
printStackTrace(PrintStream) - Method in exception org.pfsw.util.WrappingRuntimeException
Print the stack trace of the wrapped exception to the given stream
printStackTrace(PrintWriter) - Method in exception org.pfsw.util.WrappingRuntimeException
Print the stack trace of the wrapped exception to the given writer
PrintStreamLogger - Class in org.pfsw.logging.stdout
This logger supports simple output to a print stream.
PrintStreamLogger() - Constructor for class org.pfsw.logging.stdout.PrintStreamLogger
Initialize the new instance with default values.
PrintStreamLogger(String) - Constructor for class org.pfsw.logging.stdout.PrintStreamLogger
Initialize the new instance with a logger name.
PrintStreamLoggerFactory - Class in org.pfsw.logging.stdout
This factory returns logger instances of class PrintStreamLogger.
PrintStreamLoggerFactory(String) - Constructor for class org.pfsw.logging.stdout.PrintStreamLoggerFactory
 
PrintStreamOptions - Class in org.pfsw.logging.stdout
Class with static fields and methods to influence PrintStreamLogger output.
PrintStreamOptions() - Constructor for class org.pfsw.logging.stdout.PrintStreamOptions
 
PrintWriterLineProcessor - Class in org.pfsw.util
This class maps the ILineProcessor interface to a PrintWriter.
PrintWriterLineProcessor(PrintWriter) - Constructor for class org.pfsw.util.PrintWriterLineProcessor
 
PrioritizedObject(T, int) - Constructor for class org.pfsw.util.PrioritySorter.PrioritizedObject
 
PrioritizingComparator() - Constructor for class org.pfsw.util.PrioritySorter.PrioritizingComparator
 
PrioritySorter<T> - Class in org.pfsw.util
This class is supposed to support sorting of objects (of type T) by an external priority.
PrioritySorter() - Constructor for class org.pfsw.util.PrioritySorter
Creates a new instance of this class.
PrioritySorter.PrioritizedObject<T> - Class in org.pfsw.util
 
PrioritySorter.PrioritizingComparator - Class in org.pfsw.util
 
processAll(String, IFileProcessor) - Static method in class org.pfsw.file.FileWalker
Creates a new instance and processes with the given file processor all files under the given start directory and its sub-directories.
processEach(IObjectProcessor<Association<K, V>>) - Method in class org.pfsw.util.AssociationList
Calls the given associationProcessor once for each association in this list.
processed(long, long) - Method in interface org.pfsw.bif.callback.IProgressListener
Will be called for each arbitrary chunk of work that has been processed.
ProcessExecutionResult - Class in org.pfsw.util
Contains all data from an external process execution.
ProcessExecutionResult(int, List<String>) - Constructor for class org.pfsw.util.ProcessExecutionResult
 
processFile(File) - Method in class org.pfsw.file.AFileProcessor
Process the given file or directory in any appropriate way.
processFile(File) - Method in class org.pfsw.file.FileCopyProcessor
Copies the given file to the target folder.
processFile(File) - Method in class org.pfsw.file.FileDeleteProcessor
Deletes the given file or directory and returns true to signal that processing may continue.
processFile(File) - Method in interface org.pfsw.file.IFileProcessor
Process the given file or directory in any appropriate way.
processLine(String, int) - Method in interface org.pfsw.bif.text.ILineProcessor
Processes the given line and returns true if the caller should continue.
processLine(String, int) - Method in class org.pfsw.file.PropertiesFileLoader
Processes each line that is read from the file
processLine(String, int) - Method in class org.pfsw.util.PrintWriterLineProcessor
Writes the given line to the underlying printWriter using its println(line) method.
processLines(ILineProcessor) - Method in class org.pfsw.text.TextFileReader
Processes all lines of the underlying text file by reading each line and sending it to the given line processor.
processObject(T) - Method in interface org.pfsw.bif.IObjectProcessor
Process the given object and return true if processing should be continued, otherwise false.
processObject(File) - Method in class org.pfsw.file.AFileProcessor
Default implementation of interface IObjectProcessor that casts the given object to java.io.File if possible.
processObject(Association<K, V>) - Method in class org.pfsw.util.AAssociationProcessor
Will be called for an association to do something with it.
ProcessStdOutRedirector - Class in org.pfsw.util
This class can be used to redirect the standard output of an external process execution to an internal line processor.
ProcessStdOutRedirector(Process, ILineProcessor) - Constructor for class org.pfsw.util.ProcessStdOutRedirector
 
ProcessStdOutRedirector(Process, PrintWriter) - Constructor for class org.pfsw.util.ProcessStdOutRedirector
 
ProcessStdOutRedirector(Process) - Constructor for class org.pfsw.util.ProcessStdOutRedirector
 
processTextLines(String, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the file with the specified name and passes them one by one to the given line processor.
processTextLines(String, ICheckedCharset, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the file with the specified name and passes them one by one to the given line processor.
processTextLines(InputStream, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(InputStream, ICheckedCharset, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(InputStream, Charset, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(Reader, ILineProcessor) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified reader and passes them one by one to the given line processor.
processTextLines(InputStream, ILineProcessor) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(InputStream, ICheckedCharset, ILineProcessor) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(InputStream, Charset, ILineProcessor) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified input stream and passes them one by one to the given line processor.
processTextLines(Reader, ILineProcessor) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified reader and passes them one by one to the given line processor.
ProofKeyForCodeExchange - Class in org.pfsw.security.oauth.pkce
Holder of a code verifier and code challenge as specified by RFC-7637 (PKCE).
ProofKeyForCodeExchange(String, String, CodeChallengeMethod) - Constructor for class org.pfsw.security.oauth.pkce.ProofKeyForCodeExchange
 
PROP_BINDING_NAME - Static variable in interface org.pfsw.logging.LoggerBindingNames
This is the name of a system property that might be used to set the logging factory binding name.
PROP_LEXICAL_HANDLER - Static variable in interface org.pfsw.pax.XMLTagInterpreterController
 
PROP_LOG_LEVEL - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
The property to set the log level.
PROP_LOGGER_NAME - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
The property to set the the name of the logger.
PROP_OUTPUT_FILE - Static variable in class org.pfsw.logging.stdout.PrintStreamLogger
The property that specifies a filename to redirect the log output
PropertiesFileContent - Class in org.pfsw.file
Represents a properties collection with empty lines and comments.
PropertiesFileContent() - Constructor for class org.pfsw.file.PropertiesFileContent
Initialize the new instance with default values.
PropertiesFileContent(int) - Constructor for class org.pfsw.file.PropertiesFileContent
Initialize the new instance with an initial capacity.
PropertiesFileLoader - Class in org.pfsw.file
Provides some static convenience methods to load properties from property files.
PropertiesFileWriter - Class in org.pfsw.file
Writes ordered properties with preserved comments and blank lines to a file.
PropertiesFileWriter() - Constructor for class org.pfsw.file.PropertiesFileWriter
Initialize the new instance with default values.
PropertiesMap - Class in org.pfsw.util
A Map wrapper around a properties object that allows to treat the properties like a Map which is not possible with the original Properties because it is based on Hashtable.
PropertiesMap() - Constructor for class org.pfsw.util.PropertiesMap
 
PropertiesMap(Properties) - Constructor for class org.pfsw.util.PropertiesMap
 
propertiesStartingWith(Properties, String) - Method in class org.pfsw.util.CollectionUtil
Returns a new properties object with all properties that start with the given prefix copied from the specified source properties object.
propertiesStartingWith(Properties, String, boolean) - Method in class org.pfsw.util.CollectionUtil
Returns a new properties object with all properties that start with the given prefix copied from the specified source properties object.
propertyAt(Integer) - Method in class org.pfsw.util.OrderedProperties
 
propertyAt(int) - Method in class org.pfsw.util.OrderedProperties
 
propertyNames() - Method in class org.pfsw.util.OrderedProperties
Returns an enumeration of the properties names in the order they have been added or read from a stream.
PROXY_AUTHENTICATE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
ProxyBuilder - Class in org.pfsw.net.http
A builder to create Proxy instances.
ProxyBuilder() - Constructor for class org.pfsw.net.http.ProxyBuilder
 
PU - Static variable in class org.pfsw.plugin.PluginUtil
 
push(LdapMatchRuleVisitor.GroupInfo) - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
push(Map) - Method in class org.pfsw.util.StackedMap
Pushes the given map onto the top of this stack.
push() - Method in class org.pfsw.util.StackedMap
Pushes the an newly created map onto the top of this stack.
put(String, Object) - Method in exception org.pfsw.bif.exceptions.RemoteCallException
Register an arbitrary object under the given key.
put(String, String) - Method in class org.pfsw.plugin.ClassRegistry
Registers the class with the given name under the specified key.
put(String, Class<T>) - Method in class org.pfsw.plugin.ClassRegistry
Registers the given class under the specified key.
put(String, ClassInfo<T>) - Method in class org.pfsw.plugin.ClassRegistry
 
put(String, Object) - Method in class org.pfsw.reflect.MappedObject
 
put(String, Object) - Method in class org.pfsw.text.json.JsonObject
Adds the given element if it is a valid JSON object type.
put(K, V) - Method in class org.pfsw.util.AssociationList
Puts the given value under the specified key.
put(Association<K, V>) - Method in class org.pfsw.util.AssociationList
Adds the specified association.
put(String, V) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
Puts the given value under the specified key into the map.
put(K, List<V>) - Method in class org.pfsw.util.CollectorDictionary
Stores the given value list under the specified key object.
put(K, V) - Method in class org.pfsw.util.MapWrapper
Puts the given value under the specified key into the map.
put(K, V) - Method in class org.pfsw.util.OrderedMap
Puts the given value under the specified key into the map.
put(String, String) - Method in class org.pfsw.util.PropertiesMap
 
put(K, V) - Method in class org.pfsw.util.TemporaryMap
Puts the given value under the specified key into the map.
putAll(Map<? extends String, ? extends Object>) - Method in class org.pfsw.reflect.MappedObject
 
putAll(Association<K, V>[]) - Method in class org.pfsw.util.AssociationList
Adds all association elements of the given array to the list.
putAll(Map<K, V>) - Method in class org.pfsw.util.AssociationList
Puts all key-value pairs of the given map to the list.
putAll(Map<? extends String, ? extends V>) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
Each entry of the given map will be added.
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.pfsw.util.CollectorDictionary
This method is actually not supported.
putAll(Object, Collection<List<V>>) - Method in class org.pfsw.util.CollectorDictionary
Not supported - use
putAll(Map<? extends K, ? extends V>) - Method in class org.pfsw.util.MapWrapper
Each entry of the given map will be added.
putAll(Map<? extends K, ? extends V>) - Method in class org.pfsw.util.OrderedMap
Each entry of the given map will be added.
putAll(Map<? extends String, ? extends String>) - Method in class org.pfsw.util.PropertiesMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.pfsw.util.TemporaryMap
Each entry of the given map will be added.
putBackNextChar() - Method in class org.pfsw.textx.TextEngine
 
putOnStack(XMLTagInterpreter) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Puts the given tag interpreter on top of the stack.

Q

QUOTE - Static variable in class org.pfsw.text.CommandLineArguments
 
quotedParts(String, String, char[], boolean) - Method in class org.pfsw.text.StringUtil
Quotes are removed from all parts If str is null an empty array will be returned!
quotedParts(String, String, IStringPair[], boolean) - Method in class org.pfsw.text.StringUtil
 

R

RandomByteSequenceGenerator - Class in org.pfsw.util
A generator for random byte arrays of a specific length.
RandomByteSequenceGenerator(int) - Constructor for class org.pfsw.util.RandomByteSequenceGenerator
Creates a new generator for random array with the specified length.
RandomRange - Class in org.pfsw.util
A generator of random integer values in a specified range.
RandomRange(int, int) - Constructor for class org.pfsw.util.RandomRange
Creates a new instance with a SecureRandom for the generation of values between minValue and maxValue (both inclusive).
RandomRange(Random, int, int) - Constructor for 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).
RandomStringGenerator - Class in org.pfsw.text
A string generator that produces a new random string for each invocation.
RandomStringGenerator() - Constructor for class org.pfsw.text.RandomStringGenerator
Creates a generator with all default values set (length=10, chars=[A-Z,a-z,0-9]).
RandomStringGenerator(int) - Constructor for class org.pfsw.text.RandomStringGenerator
Creates a generator with the given length and default characters ([A-Z,a-z,0-9]).
RandomStringGenerator(Random) - Constructor for 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.
readAhead() - Method in class org.pfsw.textx.TextEngine
 
readAttributeName(MatchAttribute) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readCompareOperator(MatchAttribute) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readDelimitedMatchValue() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readDOM(String) - Static method in class org.pfsw.six.XmlStreamReader
Read the file with the given name as XML stream and return the DOM tree structure.
readDOM(String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the file with the given name as XML stream and return the DOM tree structure.
readDOM(File, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given file as XML stream and return the DOM tree structure.
readDOM(InputStream, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the DOM tree structure.
readElement() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readElements(MatchGroup) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readFrom(String) - Static method in class org.pfsw.six.XmlStreamReader
Read the file with the given name as XML stream and return the element structure.
readFrom(String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the file with the given name as XML stream and return the element structure.
readFrom(File, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given file as XML stream and return the element structure.
readFrom(InputStream, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
readFrom(InputStream, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
readFrom(InputStream) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
readMapping(ClasspathElement, String) - Method in class org.pfsw.plugin.PluginCollector
 
readMapping(InputStream, String) - Method in class org.pfsw.plugin.PluginCollector
Reads all plugin definitions from the given stream into the underlying registry.
readMatchValue(MatchAttribute) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readMatchValue() - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readMatchValues(MatchAttribute) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readNext() - Method in class org.pfsw.textx.TextEngine
 
readOperators(MatchElement) - Method in class org.pfsw.text.DefaultMatchRuleParser
Return two operator flags depending on the next characters in the scanner.
readPlugins(String, String) - Method in class org.pfsw.plugin.PluginCollector
Read all classes specified in the given file, if it exists in the specified classpath element.
readPlugins(String, Classpath) - Method in class org.pfsw.plugin.PluginCollector
Read all classes specified in the given file, if it exists in the specified classpath element.
readPlugins(String, Classpath) - Method in class org.pfsw.plugin.PluginRegistry
Read all classes specified in the given file, if it exists in the specified classpath element.
readPluginsFrom(ClasspathElement, String) - Method in class org.pfsw.plugin.PluginRegistry
 
readSchema(String) - Method in class org.pfsw.pax.XmlUtil
Returns the Schema object for the specified XML schema file.
readTextFrom(InputStream) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the given input stream and returns it as a string.
readTextFrom(InputStream, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the given input stream and returns it as a string.
readTextFrom(InputStream, Charset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the given input stream and returns it as a string.
readTextFrom(String) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the file with the given name and returns it as a string.
readTextFrom(String, Charset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the file with the given name and returns it as a string.
readTextFrom(String, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the file with the given name and returns it as a string.
readTextFrom(File) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(File, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(File, Charset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(FileLocator) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(FileLocator, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(FileLocator, Charset) - Method in class org.pfsw.file.FileUtil
Reads the whole content of the specified file and returns it as a string.
readTextFrom(Reader) - Method in class org.pfsw.util.IOUtil
Reads all text from the given reader and returns it as a single string.
readTextFrom(InputStream) - Method in class org.pfsw.util.IOUtil
Reads the whole content of the given input stream and returns it as a string.
readTextFrom(InputStream, ICheckedCharset) - Method in class org.pfsw.util.IOUtil
Reads the whole content of the given input stream and returns it as a string.
readTextFrom(InputStream, Charset) - Method in class org.pfsw.util.IOUtil
Reads the whole content of the given input stream and returns it as a string.
readTextLinesFrom(String) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(String, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(String, Charset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(File) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified file into a String array.
readTextLinesFrom(File, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified file into a String array.
readTextLinesFrom(File, Charset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified file into a String array.
readTextLinesFrom(FileLocator) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified file location into a String array.
readTextLinesFrom(FileLocator, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified file location into a String array.
readTextLinesFrom(InputStream) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified stream into a String array.
readTextLinesFrom(InputStream, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified stream into a String array.
readTextLinesFrom(InputStream, Charset) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified stream into a String array.
readTextLinesFrom(Reader) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the specified reader into a String array.
readTextLinesFrom(String, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(String, ICheckedCharset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(String, Charset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines from the named file into a String array.
readTextLinesFrom(File, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file into a String array.
readTextLinesFrom(File, ICheckedCharset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file into a String array.
readTextLinesFrom(File, Charset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file into a String array.
readTextLinesFrom(FileLocator, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file location into a String array.
readTextLinesFrom(FileLocator, ICheckedCharset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file location into a String array.
readTextLinesFrom(FileLocator, Charset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified file location into a String array.
readTextLinesFrom(InputStream, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified stream into a String array.
readTextLinesFrom(InputStream, ICheckedCharset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified stream into a String array using the specified character encoding.
readTextLinesFrom(InputStream, Charset, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines matching the filter from the specified stream into a String array using the specified character encoding.
readTextLinesFrom(Reader, IStringFilter) - Method in class org.pfsw.file.FileUtil
Reads all text lines that match the filter from the specified reader into a String array.
readTextLinesFrom(Reader) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified reader into a String array.
readTextLinesFrom(InputStream) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified stream into a String array.
readTextLinesFrom(InputStream, IStringFilter) - Method in class org.pfsw.util.IOUtil
Reads all text lines matching the filter from the specified stream into a String array.
readTextLinesFrom(InputStream, ICheckedCharset, IStringFilter) - Method in class org.pfsw.util.IOUtil
Reads all text lines matching the filter from the specified stream into a String array using the specified character encoding.
readTextLinesFrom(InputStream, Charset) - Method in class org.pfsw.util.IOUtil
Reads all text lines from the specified stream into a String array.
readTextLinesFrom(InputStream, Charset, IStringFilter) - Method in class org.pfsw.util.IOUtil
Reads all text lines matching the filter from the specified stream into a String array using the specified character encoding.
readTextLinesFrom(Reader, IStringFilter) - Method in class org.pfsw.util.IOUtil
Reads all text lines that match the filter from the specified reader into a String array.
readTOC(ZipFile) - Method in class org.pfsw.file.ArchiveTOC
 
readUndelimitedMatchValue(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readUpTo(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
readX509CertificateChainFromPEM(File) - Method in class org.pfsw.security.SecurityUtil
Reads a certificate chain from the given PEM file.
readX509CertificateFromPKCS7(InputStream) - Method in class org.pfsw.security.SecurityUtil
Reads a certificate from the given PKCS#7 stream.
readX509CertificateFromPKCS7(File) - Method in class org.pfsw.security.SecurityUtil
Reads a certificate from the given PKCS#7 file.
readX509CertificatesFromPKCS7(InputStream) - Method in class org.pfsw.security.SecurityUtil
Read all certificates from the given PKCS#7 stream.
readXmlDocument(String, String) - Method in class org.pfsw.pax.XmlUtil
Returns the Document object for the specified XML file.
readXmlDocument(String, Schema) - Method in class org.pfsw.pax.XmlUtil
Returns the Document object for the specified XML file.
readXmlFile(String) - Method in class org.pfsw.pax.XmlUtil
Returns the document object read from the specified XML file.
readXmlFrom(String, Charset, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the file with the given filename using an XML SAX parser and return the document.
readXmlFrom(File, Charset, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given file with an XML parser and return the element structure.
readXmlFrom(Reader, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
readXmlFrom(InputStream, Charset, String, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
readXmlFrom(InputSource, boolean) - Static method in class org.pfsw.six.XmlStreamReader
Read the given source with an XML SAX parser and return the XML document.
readXmlFromText(String) - Static method in class org.pfsw.six.XmlStreamReader
Read the given text with an XML parser and return the element structure.
realFile() - Method in class org.pfsw.file.FileLocator
Returns the file that contains the data the locator points to.
RECURSIVE_DIR_WILDCARD - Static variable in class org.pfsw.file.FileWalker
The wildcard pattern that indicates a recursive walk-through in a single string definition (i.e.
RecursiveFileCopyProcessor - Class in org.pfsw.file
Copies given files from a specified source folder to a specified target folder preserving the relative sub-directories of the source.
RecursiveFileCopyProcessor(File, File) - Constructor for class org.pfsw.file.RecursiveFileCopyProcessor
 
REFERER - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
reflect() - Method in class org.pfsw.file.FileUtil
 
ReflectionException - Exception in org.pfsw.reflect
Special runtime exception to wrap all exceptions that might occur due to reflective access to objects and classes.
ReflectionException(Throwable) - Constructor for exception org.pfsw.reflect.ReflectionException
 
ReflectionException(Throwable, String, Object...) - Constructor for exception org.pfsw.reflect.ReflectionException
 
ReflectionException(String, Object...) - Constructor for exception org.pfsw.reflect.ReflectionException
 
ReflectUtil - Class in org.pfsw.reflect
The current instance (Singleton) of this class can be accessed by method current().
ReflectUtil() - Constructor for class org.pfsw.reflect.ReflectUtil
Initialize the new instance with default values.
ReflectUtil(ClassLoader) - Constructor for class org.pfsw.reflect.ReflectUtil
Initialize the new instance with a different class loader.
RegexPattern - Class in org.pfsw.text
A regular expression pattern that can be used multiple times to be matched against strings.
RegexPattern(String) - Constructor for class org.pfsw.text.RegexPattern
Creates a new pattern based on the given regular expression.
register(String, ObjectIdentifierProducer) - Method in class org.pfsw.db.util.DefaultMultiCategoryIdentifierGenerator
Registers the given identifier producer for the specified category.
register(LoggerFactory) - Static method in class org.pfsw.logging.LoggerFactoryProvider
Registers the given factory under its name (see LoggerFactory.getName()).
register(String, String) - Method in class org.pfsw.plugin.ClassRegistry
Registers the class with the given name under the specified key.
register(String, Class<T>) - Method in class org.pfsw.plugin.ClassRegistry
Registers the class under the specified key.
register(String, LocationCredentials) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Registers the given location credentials under the specified id.
register(SignatureAlgorithm) - Static method in class org.pfsw.security.SignatureAlgorithm
Registers a SignatureAlgorithm for re-use.
registerComment(Integer) - Method in class org.pfsw.file.PropertiesFileContent
 
registerOutputTarget(String, LogMessageOutputTarget) - Static method in class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
Register a specific output target fore the given logger name.
registerPlugin(PluginHolder) - Method in class org.pfsw.plugin.PluginRegistry
 
registerPlugin(Class<T>, T) - Method in class org.pfsw.plugin.PluginRegistry
 
registerProperty(T, Integer) - Method in class org.pfsw.util.OrderedProperties
 
registerTagInterpreter(String, String) - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Register a tag interpreter class name for a particular tag name.
registry() - Method in class org.pfsw.plugin.ClassRegistry
 
registry(Map<String, ClassInfo<T>>) - Method in class org.pfsw.plugin.ClassRegistry
 
regsiterIdGenerator(IdGeneratorCategorySpec) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
reject(String[]) - Method in class org.pfsw.text.StringPattern
Returns an array containing all of the given strings that do NOT match this pattern.
reject(String[]) - Method in class org.pfsw.text.StringPatternCollection
Returns an array containing all of the given strings that do NOT match any pattern of this pattern collection.
reject(Collection<String>) - Method in class org.pfsw.text.StringPatternCollection
Returns a collection containing all of the given strings that do NOT match any pattern of this pattern collection.
release() - Method in interface org.pfsw.bif.lifecycle.IReleasable
Release any resources that should not be referred to anymore in order to let the garbage collector take care of them.
release() - Method in class org.pfsw.file.cfiles.AbstractContainer
 
release() - Method in class org.pfsw.file.FileLocator
Releases any allocated objects (e.g.
release() - Method in class org.pfsw.util.ReleaseState
Changes the internal state to "released".
ReleaseState - Class in org.pfsw.util
A simple handler of the released state of an object that might implement the IReleasable interface.
ReleaseState() - Constructor for class org.pfsw.util.ReleaseState
Creates a new instance this has the state "not released".
REMOTE_PATTERN - Static variable in class org.pfsw.file.FileUtil
 
RemoteCallException - Exception in org.pfsw.bif.exceptions
Generic runtime exception that signals a problem with a remote call.
RemoteCallException(String, Object...) - Constructor for exception org.pfsw.bif.exceptions.RemoteCallException
 
RemoteCallException(Exception, String, Object...) - Constructor for exception org.pfsw.bif.exceptions.RemoteCallException
 
remove(Object) - Method in class org.pfsw.plugin.ClassRegistry
Removes the entry in the registry which is defined by the given key.
remove(Object) - Method in class org.pfsw.reflect.MappedObject
Returns the value for the given fieldName, but does not remove anything.
remove(String) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Removes the location credentials registered under the specified key from the registry.
remove(StringPattern) - Method in class org.pfsw.text.StringPatternCollection
Removes the given pattern from the collection if it exists.
remove(String[], String[]) - Method in class org.pfsw.text.StringUtil
Removes all string of the second array from the first array.
remove(String[], String) - Method in class org.pfsw.text.StringUtil
Removes the given string from the specified string array.
remove(String) - Method in class org.pfsw.textx.VariableResolverPool
Remove the resolver with the given name from the pool.
remove(Association<K, V>) - Method in class org.pfsw.util.AssociationList
Removes the given association from this list.
remove(int) - Method in class org.pfsw.util.AssociationList
Removes the association at the given index.
remove(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
Removes the entry with the specified key.
remove(String...) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
remove(Object) - Method in class org.pfsw.util.CollectorDictionary
Removes the mapping for this key from this map if present.
remove() - Method in class org.pfsw.util.EnumerationIterator
Not supported but required by interface Iterator.
remove(Object) - Method in class org.pfsw.util.MapWrapper
Removes the entry with the specified key.
remove(String) - Method in class org.pfsw.util.NamedValueList
Remove the NamedValue identified by the given name.
remove() - Method in class org.pfsw.util.ObjectArrayIterator
Remove is actually not supported.
remove(Object) - Method in class org.pfsw.util.OrderedCollection
Removes the first occurrence in this list of the specified element (optional operation).
remove(int) - Method in class org.pfsw.util.OrderedCollection
Removes the element at the specified position in this list.
remove(Object) - Method in class org.pfsw.util.OrderedMap
Removes the entry with the specified key.
remove(Object) - Method in class org.pfsw.util.OrderedProperties
Removes the key (and its corresponding value) from this hashtable.
remove(Object) - Method in class org.pfsw.util.OrderedSet
 
remove(int) - Method in class org.pfsw.util.OrderedSet
Returns the object at the specified index
remove(Object) - Method in class org.pfsw.util.PropertiesMap
 
remove(Object) - Method in class org.pfsw.util.TemporaryMap
Remove the entry with the given key and return the associated object.
removeAll(Collection<Association<K, V>>) - Method in class org.pfsw.util.AssociationList
Removes all association that are contained in the given collection.
removeAll(Collection<?>) - Method in class org.pfsw.util.OrderedCollection
Removes from this list all the elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in class org.pfsw.util.OrderedSet
 
removeAllChars(String, String) - Method in class org.pfsw.text.StringUtil
Returns a copy of the given string where all characters have been removed that also occurred in the second string.
removeAllChildren() - Method in class org.pfsw.six.Element
Removes all children of this element.
removeAttribute(String) - Method in class org.pfsw.six.Element
Removes the attribute with the specified name from the element's attribute list.
removeChar(String, char) - Method in class org.pfsw.text.StringUtil
Returns a copy of the given string where the specified character has been removed.
removeCharsFromString(String, String) - Method in class org.pfsw.text.StringUtil
 
removeChild(Element) - Method in class org.pfsw.six.Element
Removes the given child from this element.
removeChildItem(XmlItem) - Method in class org.pfsw.six.Element
Removes the given child from this element.
removeDirectory(File) - Method in class org.pfsw.file.FileUtil
Deletes all files and sub-directories in the given directory and the directory itself.
removeDuplicates() - Method in class org.pfsw.file.Classpath
Removes all duplicates of classpath elements that are already in the classpath.
removeElements(int, int) - Method in class org.pfsw.text.MatchGroup
 
removeExpiredEntries() - Method in class org.pfsw.util.TemporaryMap
 
removeFilesOlderThan(long) - Method in class org.pfsw.file.TempFilesManager
Deletes all temporary files in the underlying temp files folder that are older that the given point in time.
removeFromArray(T[], T[]) - Method in class org.pfsw.util.CollectionUtil
Removes the given objects from the array.
removeFromStringArray(String[], String[]) - Method in class org.pfsw.text.StringUtil
Removes the given strings from the array.
removeHeader(String) - Method in class org.pfsw.net.http.Headers
 
removeHeader(String) - Method in class org.pfsw.net.http.UserAgent
Returns the header with the given name and all its associated values.
removeItem(IItem...) - Method in class org.pfsw.file.cfiles.AbstractContainer
 
removeItem(IItem...) - Method in interface org.pfsw.file.cfiles.IContainer
Removes one or more items from this container.
removeKey(K) - Method in class org.pfsw.util.AssociationList
Removes the association with the given key.
removeLastWritingSwitch() - Method in class org.pfsw.textx.TextEngine
 
removeNull(String[]) - Method in class org.pfsw.text.StringUtil
Removes all null values from the given string array.
removeNull(T...) - Method in class org.pfsw.util.CollectionUtil
Removes all null values from the given array.
removeOption(String) - Method in class org.pfsw.text.CommandLineArguments
Remove the specified option from the command line arguments.
removeOptionWithArgument(String) - Method in class org.pfsw.text.CommandLineArguments
Remove the specified option from the command line arguments.
removeParameter(IStringRepresentation) - Method in class org.pfsw.net.UniformResourceLocator
Remove the parameter with the given named from the list of query parameters.
removeParameter(String) - Method in class org.pfsw.net.UniformResourceLocator
Remove the parameter with the given named from the list of query parameters.
removeSystemExitListener(ISystemExitListener) - Method in class org.pfsw.util.SysUtil
Removes the given listener from the internal list so that it would not be notified anymore before system exit gets executed via the SysUtil.exit(int) method.
removeText() - Method in class org.pfsw.six.Element
Removes the element's text content.
removeValue(ValueType) - Method in class org.pfsw.util.MultiValueProperty
Remove the given value from the list of values.
removeValues(String, ValueType...) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
removeValues(ValueType...) - Method in class org.pfsw.util.MultiValueProperty
Remove the given values from the list of values.
removeVariable(String) - Method in class org.pfsw.textx.BasicVariableContainer
Remove the variable with the specified name.
removeVariable(String) - Method in class org.pfsw.textx.GlobalLocalVariables
Remove the variable with the specified name.
removeVariable(String) - Method in interface org.pfsw.textx.VariableContainer
Remove the variable with the specified name.
renameProperty(String, String) - Method in class org.pfsw.file.PropertiesFileContent
Renames the the property specified with the given name to the specified new name.
renameProperty(IName, IName) - Method in class org.pfsw.file.PropertiesFileContent
Renames the the property specified with the given name to the specified new name.
repeat(char, int) - Method in class org.pfsw.text.StringUtil
Returns a string with size of count and all characters initialized with ch.
replace(String) - Method in class org.pfsw.textx.GlobalLocalPlaceholderReplacement
Replaces all known variables in the given text and returns the new string.
replace(String, VariableResolver) - Method in class org.pfsw.textx.VariableResolverPool
Replace the resolver under the given name to the pool.
replaceAll(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns the given string with all found oldSubStr replaced by newSubStr.
replaceChild(XmlItem, XmlItem) - Method in class org.pfsw.six.Element
Replaces the given oldChild by the given newChild.
replaceEach(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns the given sourceString with all characters occurring in oldChars replaced by the characters at the corresponding index in newChars.
replacePlaceholder(String, String, boolean, long) - Method in class org.pfsw.util.Duration
 
replacePlaceholders(String, Object...) - Method in class org.pfsw.logging.internal.AbstractLogger
 
replacePlaceholders(String) - Method in class org.pfsw.text.AbstractPlaceholderReplacer
 
replacePlaceholders(String) - Method in interface org.pfsw.text.PlaceholderReplacer
Replaces all placeholders in the given input string and returns the new string where the placeholders have been replaced.
reportSQLException(SQLException, String, Object...) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
RequestHeaderNames - Interface in org.pfsw.net.http
Standard HTTP header name constants
requestURI() - Method in class org.pfsw.net.UniformResourceLocator
 
requestURI(String) - Method in class org.pfsw.net.UniformResourceLocator
 
requiredAttributeError(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
This is a convenience method for throwing an exception, when a a required attribute of a tag is missing.
requiresInstanceUniqueness() - Method in class org.pfsw.file.TempFilesManager
 
reset() - Method in interface org.pfsw.bif.lifecycle.IResettable
Reset the internal state
reset() - Static method in class org.pfsw.logging.LoggerFactoryProvider
Resets the default logger factory name to the value of system property "org.pfsw.logging.binding" or to "STDOUT".
reset() - Method in class org.pfsw.reflect.Modifiers
Resets the modifier to 0.
reset() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Removes all registered credentials and the fallback authenticator.
reset() - Method in class org.pfsw.text.MatchRuleChars
Resets all rule characters to their default values.
reset() - Method in class org.pfsw.text.StringPatternCollection
Removes all patterns and starts with a new empty collection.
reset() - Method in class org.pfsw.util.StopWatch
Resets the watch to a state before it gets started
reset() - Method in class org.pfsw.util.SysUtil
 
resolveEntity(String, String) - Method in class org.pfsw.pax.EmptyContentEntityResolver
 
resolveEntity(String, String) - Method in class org.pfsw.six.EmptyEntityResolver
 
resolveEntity(String, String) - Method in class org.pfsw.six.FileEntityResolver
If the given systemId specifies a file in the local file system an InputSource with an opended FileInputStream on this file will be returned.
resolveIfNecessary() - Method in class org.pfsw.file.FileLocator
Checks if the referred file has already been resolved.
resolverNamed(String) - Method in class org.pfsw.textx.VariableResolverPool
Return the resolver that was registered under the specified name in this pool.
ResponseHeaderNames - Interface in org.pfsw.net.http
Constant definitions for HTTP response header names.
restart(String, Object) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Restarts the receiver after interpretation of a sub tag.
restart(String, Object) - Method in interface org.pfsw.pax.XMLTagInterpreter
Restarts the receiver after returning from interpretation of a sub tag.
restart(String, Object) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
restartInterpreter(XMLTagInterpreter, String, Object) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Restarts the given tag interpreter after a sub tag interpretation was finished.
restorePosition() - Method in class org.pfsw.text.StringScanner
Restores the position to the value of the latest markPosition() call
restrictedWilcardMatch() - Method in class org.pfsw.file.FileWalker
Returns true to define that '*' wildcards don't match empty strings.
result() - Method in class org.pfsw.util.Block1
 
resultString() - Method in class org.pfsw.textx.TextEngine
 
resume() - Method in interface org.pfsw.bif.execution.IResumable
Resume the execution of the receiver's service
retainAll(Collection<?>) - Method in class org.pfsw.util.OrderedCollection
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in class org.pfsw.util.OrderedSet
 
retrieveResponse(HttpURLConnection, IResponseStreamHandler) - Method in class org.pfsw.net.http.UserAgent
 
returnControl(Object) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Gives back the control of the element interpretation to the receiver.
returnControl(Object) - Method in interface org.pfsw.pax.XMLTagInterpreterController
Gives back the control of the element interpretation to the controller.
reverse(String) - Method in class org.pfsw.text.StringUtil
Returns a string that contains all characters of the given string in reverse order.
reverse(Object[]) - Method in class org.pfsw.util.CollectionUtil
Puts all elements in the specified array into reverse order.
ReverseComparator<T> - Class in org.pfsw.text
Provides a comparator implementation that is a wrapper around another comparator with the purpose to reverse the compare order of the given objects.
ReverseComparator(Comparator<T>) - Constructor for class org.pfsw.text.ReverseComparator
Initialize the new instance with another comparator
reverseCopy(T...) - Method in class org.pfsw.util.CollectionUtil
Returns a new array that contains all elements of the given array in reverse order.
RFC_1123_DATE_FORMAT - Static variable in class org.pfsw.util.DateUtil
The date format according to RFC-1123.
rightPad(String, int) - Method in class org.pfsw.text.StringUtil
Returns the given string filled (on the right) up to the specified length with spaces.
rightPad(int, int) - Method in class org.pfsw.text.StringUtil
Returns the given integer as string filled (on the right) up to the specified length with spaces.
rightPad(long, int) - Method in class org.pfsw.text.StringUtil
Returns the given integer as string filled (on the right) up to the specified length with spaces.
rightPadCh(String, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given string filled (on the right) up to the specified length with the given character.
rightPadCh(int, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given integer as string filled (on the right) up to the specified length with the given character.
rightPadCh(long, int, char) - Method in class org.pfsw.text.StringUtil
Returns the given long as string filled (on the right) up to the specified length with the given character.
rollback(Connection) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
ROOT_FOLDER_NAME - Static variable in class org.pfsw.file.cfiles.RootFolder
 
ROOT_LOGGER_NAME - Static variable in class org.pfsw.logging.stdout.LogMessageOutputTargetRegistry
The name of the root logger (parent of all loggers).
RootFolder - Class in org.pfsw.file.cfiles
Represents the root folder in a unix file system.
RootFolder() - Constructor for class org.pfsw.file.cfiles.RootFolder
 
RU - Static variable in class org.pfsw.reflect.ObjectAccessWrapper
 
RU - Static variable in class org.pfsw.reflect.ReflectUtil
An instance of this class which can be easily included as static import and then used like RU.findClass("java.util.ArrayList").
run() - Method in class org.pfsw.util.ProcessStdOutRedirector
Reads all available lines from the external stdout stream and forwards them to the underlying ILineProcessor.
run() - Method in class org.pfsw.util.ToggleSwitch
Changes the underlying value from true to false or from false to true.
run() - Method in class org.pfsw.util.Trigger
Implementation of Runnable.

S

S256PKCEGenerator - Class in org.pfsw.security.oauth.pkce
An RFC-7636 PKCE proof key generator for the "S256" code challenge method.
S256PKCEGenerator() - Constructor for class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Creates a new instance with a default random string generator for new code verifier strings.
S256PKCEGenerator(StringGenerator) - Constructor for class org.pfsw.security.oauth.pkce.S256PKCEGenerator
Creates a new instance with the given random string generator.
SALTED_MD5 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SALTED_SHA_1 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SALTED_SHA_2_256 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SALTED_SHA_2_384 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SALTED_SHA_2_512 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
save(OutputStream, String) - Method in class org.pfsw.util.OrderedProperties
Deprecated. 
SAXConstants - Interface in org.pfsw.pax
Just provides some constants to be with by SAX parsers.
scanDirectories(File, FilenameFilter, boolean, boolean) - Method in class org.pfsw.file.FileWalker
 
scanDirectory(String) - Method in class org.pfsw.file.FileDirectoryScanner
Scan the specified directory and return the table of contents that holds information about all found sub directories and files.
scanDirectory(String, String) - Method in class org.pfsw.file.FileDirectoryScanner
Scan the specified directory and return the table of contents that holds information about all found sub directories and all files that match the specified pattern.
scanner() - Method in class org.pfsw.text.BaseMatchRuleParser
 
scanner(StringScanner) - Method in class org.pfsw.text.BaseMatchRuleParser
 
scheme() - Method in class org.pfsw.net.UniformResourceLocator
 
scheme(String) - Method in class org.pfsw.net.UniformResourceLocator
 
SCHEME_HOST_SEPARATOR - Static variable in class org.pfsw.net.http.HttpUtil
 
SCHEME_HOST_SEPARATOR - Static variable in class org.pfsw.net.UniformResourceLocator
"://"
SCHEME_HTTP - Static variable in class org.pfsw.net.http.HttpUtil
 
SCHEME_HTTP - Static variable in class org.pfsw.net.UniformResourceLocator
 
SCHEME_HTTPS - Static variable in class org.pfsw.net.http.HttpUtil
 
SCHEME_HTTPS - Static variable in class org.pfsw.net.UniformResourceLocator
 
SECU - Static variable in class org.pfsw.security.SecurityUtil
 
SecurityRuntimeException - Exception in org.pfsw.security
A generic runtime exception for security problems.
SecurityRuntimeException(String, Object...) - Constructor for exception org.pfsw.security.SecurityRuntimeException
 
SecurityRuntimeException(GeneralSecurityException, String, Object...) - Constructor for exception org.pfsw.security.SecurityRuntimeException
 
SecurityRuntimeException(GeneralSecurityException) - Constructor for exception org.pfsw.security.SecurityRuntimeException
 
SecurityUtil - Class in org.pfsw.security
This singleton supports utility methods around various security aspects.
SecurityUtil() - Constructor for class org.pfsw.security.SecurityUtil
 
select(String[]) - Method in class org.pfsw.text.StringPattern
Returns an array containing all of the given strings that match this pattern.
select(String[]) - Method in class org.pfsw.text.StringPatternCollection
Returns an array containing all of the given strings that matches any pattern of this pattern collection.
select(Collection<String>) - Method in class org.pfsw.text.StringPatternCollection
Returns an array containing all of the given strings that matches any pattern of this pattern collection.
selectOrReject(String[], boolean) - Method in class org.pfsw.text.StringPattern
 
selectOrReject(String[], boolean) - Method in class org.pfsw.text.StringPatternCollection
 
selectOrReject(Collection<String>, boolean) - Method in class org.pfsw.text.StringPatternCollection
If possible, the result collection is of the same type as the input collection.
self() - Method in interface org.pfsw.bif.IExtensibleFluentApi
 
self() - Method in class org.pfsw.net.http.UserAgent
 
self() - Method in class org.pfsw.text.FormattedTextWriter
 
self() - Method in class org.pfsw.text.TextBuilder
 
sendRequest(ClientRequest) - Method in class org.pfsw.net.http.UserAgent
Sends a request based on the given request definition and the user agent's own state.
sendRequest(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.
sendRequestBody(HttpURLConnection, ClientRequest) - Method in class org.pfsw.net.http.UserAgent
 
separateNameAndDefaultValue(String) - Method in class org.pfsw.text.AbstractPlaceholderReplacer
 
SEPARATOR - Static variable in class org.pfsw.text.Version
Contains the seperator between the version elements.
serverName() - Method in class org.pfsw.net.UniformResourceLocator
 
serverName(String) - Method in class org.pfsw.net.UniformResourceLocator
 
ServerResponse - Class in org.pfsw.net.http
Holds all data received from a server as response to a single HTTP request.
ServerResponse(int) - Constructor for class org.pfsw.net.http.ServerResponse
 
ServerResponse(int, String) - Constructor for class org.pfsw.net.http.ServerResponse
 
SERVICE_RESUMED - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Indicates that the service has been resumed
SERVICE_STARTED - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Indicates that the service has been started
SERVICE_STOPPED - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Indicates that the service has been stopped
SERVICE_SUSPENDED - Static variable in interface org.pfsw.bif.execution.IServiceStateChangeListener
Indicates that the service has been suspended
serviceStateChanged(IService, int) - Method in interface org.pfsw.bif.execution.IServiceStateChangeListener
Will be called to signal a state change of the given service.
set(T) - Method in class org.pfsw.reflect.FieldProxy
Sets the current value.
set(T) - Method in interface org.pfsw.reflect.IValueHolder
Sets the current value.
set(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Invokes the setter method of the given field name and passes the specified value as parameter to it.
set(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Invokes the setter method of the given field name and passes the specified value as parameter to it.
set(String, String, boolean) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the variable with the given name to the specified value.
set(int, E) - Method in class org.pfsw.util.OrderedCollection
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in class org.pfsw.util.OrderedSet
Sets the given element at the specified index if the element is not yet already in the collection!
SET_COOKIE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
SET_COOKIE2 - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
setAbstract() - Method in class org.pfsw.reflect.Modifiers
Sets the ABSTRACT bit.
setAcceptDuplicates(boolean) - Method in class org.pfsw.util.CollectorDictionary
 
setActiveCredentials(LocationCredentials) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
setAddress(InetSocketAddress) - Method in class org.pfsw.net.http.ProxyBuilder
 
setAlgorithm(CheckedHashAlgorithm) - Method in class org.pfsw.security.crypto.HashMechanism
 
setAlgorithmName(String) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
 
setAllowDuplicates(boolean) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
setAllowDuplicates(boolean) - Method in class org.pfsw.util.MultiValueProperty
 
setAllowedCharacters(String) - Method in class org.pfsw.text.RandomStringGenerator
Sets the set of characters that are used as base for the string generation.
setAllowedCharsArray(char[]) - Method in class org.pfsw.text.RandomStringGenerator
 
setAnd(boolean) - Method in class org.pfsw.text.MatchElement
 
setAndChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character for AND operations
setAndChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character for AND operations
setAndChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character for AND operations
setArchiveName(String) - Method in class org.pfsw.file.FileInfo
 
setAssociationAt(int, Association<K, V>) - Method in class org.pfsw.util.AssociationList
Puts the given association at the specified index.
setAttribute(Attribute) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Sets the specified attribute.
setAttribute(String, String) - Method in class org.pfsw.six.Element
Sets the value of the attribute with the given name.
setAttributeName(String) - Method in class org.pfsw.text.MatchAttribute
Sets the name of the attribute that will be checked by this rule element
setAttributes(AttributeList) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
Sets all specified attributes.
setAttributes(NamedTextList) - Method in class org.pfsw.six.Element
 
setAttributeValue(String, Object) - Method in interface org.pfsw.reflect.AttributeReadWriteAccess
Sets the current value of the attribute with the given name.
setAttributeValue(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Sets the current value of the attribute (field) with the given name.
setAttributeValue(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Sets the current value of the attribute (field) with the given name.
setAttrNameForClass(String) - Method in class org.pfsw.reflect.XmlReflection
 
setAttrNameForFieldName(String) - Method in class org.pfsw.reflect.XmlReflection
 
setAttrNameForFieldValue(String) - Method in class org.pfsw.reflect.XmlReflection
 
setAuthData(String) - Method in class org.pfsw.net.http.AuthorizationHeader
 
setAuthScheme(String) - Method in class org.pfsw.net.http.AuthorizationHeader
 
setAutoFlush(boolean) - Method in class org.pfsw.util.StreamCopy
Setting autoFlush to true means to flush the output stream after each write of a buffer chunk.
setBasicCollection(List<E>) - Method in class org.pfsw.util.OrderedCollection
 
setBit(int) - Method in class org.pfsw.util.BitSet
Sets the bit defined by the argument.
setBits(int) - Method in class org.pfsw.reflect.Modifiers
 
setBits(int) - Method in class org.pfsw.util.BitSet
 
setBlockSize(int) - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
setBlockSize(int) - Method in class org.pfsw.db.util.ObjectIdentifierDB
Set the block size this generator is using.
setBlockSize(int) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets how many IDs are reserved in-memory per read of the category from the database.
setBlockSizeColumn(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
setBlockSizeColumnName(String) - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
setBlockSizeColumnName(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setBoolValue(boolean) - Method in class org.pfsw.util.Bool
 
setBuffer(StringBuffer) - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
setBuffer(StringBuffer) - Method in class org.pfsw.text.MatchRulePrinter
 
setBuffer(StringBuffer) - Method in class org.pfsw.text.SqlMatchRuleVisitor
 
setBufferSize(int) - Method in class org.pfsw.util.StreamCopy
 
setByteLength(int) - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
 
setCalendar(Calendar) - Method in class org.pfsw.util.SimpleDate
 
setCategory(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setCategory(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the category name for the identifiers.
setCategoryColumn(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
setCategoryColumnName(String) - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
setCategoryColumnName(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setCharCache(int) - Method in class org.pfsw.textx.TextEngine
 
setCharEncoding(String) - Method in class org.pfsw.net.http.ServerResponse
Sets the character encoding to be used on the received content when it gets converted to text.
setChildItems(List<XmlItem>) - Method in class org.pfsw.six.Element
 
setClassName(String) - Method in class org.pfsw.reflect.ClassInfo
Set the name of the class this object should represent.
setClassNameRegistry(Map<String, String>) - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Sets the internal mapping of tag names to their corresponding interpreter classes.
setClassObject(Class<T>) - Method in class org.pfsw.reflect.ClassInfo
Set the class object.
setClassRegistry(Map<String, Class<XMLTagInterpreter>>) - Method in class org.pfsw.pax.BaseXMLTagInterpreterFactory
Sets the internal mapping of tag names to their corresponding interpreter class names.
setClassRegistry(ClassRegistry<TType>) - Method in class org.pfsw.plugin.PluginCollector
 
setClient(TriggerClient) - Method in class org.pfsw.util.Trigger
 
setCloseStreamsAfterCopy(boolean) - Method in class org.pfsw.util.StreamCopy
 
setCollectedFiles(List<File>) - Method in class org.pfsw.file.FileFinder
 
setCommentIndex(List<Integer>) - Method in class org.pfsw.file.PropertiesFileContent
 
setComparator(Comparator<T>) - Method in class org.pfsw.text.ReverseComparator
 
setConnectTimeout(int) - Method in class org.pfsw.net.http.UserAgent
 
setContainer(IContainer) - Method in class org.pfsw.file.cfiles.AbstractSubContainer
 
setContainer(IContainer) - Method in interface org.pfsw.file.cfiles.IItem
Sets the container of this item.
setContainerName(String) - Method in class org.pfsw.file.TableOfContents
 
setContentHandler(ContentHandler) - Method in class org.pfsw.pax.DOMTreeXMLReader
Allow an application to register a document event handler.
setController(XMLTagInterpreterController) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Sets the controller, the interpreter has to return control to, when finished.
setController(XMLTagInterpreterController) - Method in interface org.pfsw.pax.XMLTagInterpreter
Sets the controller, the interpreter has to return control to, when finished with interpretation of its corresonding tag contents.
setCredentials(PasswordAuthentication) - Method in class org.pfsw.security.authentication.LocationCredentials
 
setCurrentUnit(ByteSizeUnit) - Method in class org.pfsw.text.ByteSizeValue
 
setData(String) - Method in class org.pfsw.six.XmlProcessingInstruction
 
setDataSource(DataSource) - Method in class org.pfsw.db.util.DataSourceProxy
 
setDataSource(DataSource) - Method in class org.pfsw.db.util.SQLExecutor
 
setDatatype(Object) - Method in class org.pfsw.text.MatchAttribute
Sets the datatype this attribute's value must have.
setDatatypes(Map<String, Class<?>>) - Method in class org.pfsw.text.MatchRule
Sets the datatypes specified in the given map.
setDbConnection(Connection) - Method in class org.pfsw.db.util.DataSourceProxy
 
setDbPassword(String) - Method in class org.pfsw.db.util.DataSourceProxy
 
setDbUrl(String) - Method in class org.pfsw.db.util.DataSourceProxy
 
setDbUserid(String) - Method in class org.pfsw.db.util.DataSourceProxy
 
setDefaultFactoryName(String) - Static method in class org.pfsw.logging.LoggerFactoryProvider
 
setDefaultLength(int) - Method in class org.pfsw.text.RandomStringGenerator
Sets the length to be used as default for generating new strings.
setDefaultLocale(Locale) - Method in class org.pfsw.util.DateUtil
Sets the default locale for usage inside all methods of this singleton.
setDefaultPriority(int) - Method in class org.pfsw.util.PrioritySorter
Sets the default priority for objects not registered with this sorter to the given value.
setDefaultVisibility() - Method in class org.pfsw.reflect.Modifiers
Sets the visibility to default that means unset PUBLIC, PROTECTED, PRIVATE bits.
setDigitWildcard(Character) - Method in class org.pfsw.file.ExtendedFileFilter
 
setDigitWildcard(Character) - Method in class org.pfsw.file.FileWalker
 
setDigitWildcardChar(char) - Method in class org.pfsw.file.FileWalker
Sets the given character as a wildcard character to match digits ('0'-'9') only.
setDigitWildcardChar(char) - Method in class org.pfsw.text.StringPattern
Sets the given character as a wildcard character in this pattern to match only digits ('0'-'9').
setDirHandling(int) - Method in class org.pfsw.file.ExtendedFileFilter
 
setDirInfos(List<DirectoryContents>) - Method in class org.pfsw.file.TableOfContents
 
setDirName(String) - Method in class org.pfsw.file.DirectoryContents
 
setDocument(Document) - Method in class org.pfsw.six.ModelConverter
 
setDriverClassName(String) - Method in class org.pfsw.db.util.DataSourceProxy
Creates an instance of the given class name in order to register the database driver.
setDTDHandler(DTDHandler) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
It's just an empty implementation that does nothing.
setElement(Element) - Method in class org.pfsw.pax.XPathAccess
 
setElements(List<ClasspathElement>) - Method in class org.pfsw.file.Classpath
 
setElements(List<MatchElement>) - Method in class org.pfsw.text.MatchGroup
 
setElements(List<Version.VersionElement>) - Method in class org.pfsw.text.Version
 
setElements(List<T>) - Method in class org.pfsw.util.OrderedProperties
 
setElements(List<E>) - Method in class org.pfsw.util.OrderedSet
 
setEmptyTag(boolean) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
setEncoding(String) - Method in class org.pfsw.six.XmlDocument
 
setEntityResolver(EntityResolver) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
It's just an empty implementation that does nothing.
setEntryType(Class<T>) - Method in class org.pfsw.plugin.ClassRegistry
 
setEqualsChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that is used to compare if two values are equal
setEqualsChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that is used to compare if two values are equal
setEqualsOperator() - Method in class org.pfsw.text.MatchAttribute
Sets the operator for value comparisons of this attribute to EQUALS.
setErrorHandler(ErrorHandler) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
It's just an empty implementation that does nothing.
setException(Exception) - Method in class org.pfsw.file.FileLocator
 
setException(Exception) - Method in exception org.pfsw.util.WrappingRuntimeException
 
setExceptionHandler(ExceptionHandler) - Method in class org.pfsw.util.ExceptionIgnorer
Sets the exception handler.
setExecutionControl(Stack<Bool>) - Method in class org.pfsw.textx.TextEngine
 
setExists(Boolean) - Method in class org.pfsw.file.FileLocator
 
setExitListeners(List<ISystemExitListener>) - Method in class org.pfsw.util.SysUtil
 
setFallbackAuthenticator(AbstractAuthenticator) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
Sets the fallback authenticator which will be called if no credentials can be found in the registered credtentials.
setFeature(String, boolean) - Method in class org.pfsw.pax.DOMTreeXMLReader
Switch the feature with the given name on or off.
setFeatures(Map<String, Boolean>) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
setField(String, Object) - Method in class org.pfsw.text.json.JsonObject
Adds the given element if it is a valid JSON object type.
setField(IStringConstant, Object) - Method in class org.pfsw.text.json.JsonObject
Adds the given element if it is a valid JSON object type.
setFieldValue(String, Object) - Method in class org.pfsw.text.json.JsonObjectAccessor
Sets the field with the given name to the specified value.
setFieldValue(IStringConstant, Object) - Method in class org.pfsw.text.json.JsonObjectAccessor
Sets the field with the given name to the specified value.
setFile(File) - Method in class org.pfsw.file.ClasspathElement
 
setFile(File) - Method in class org.pfsw.file.FileLocator
 
setFileHandler(FileHandler) - Method in class org.pfsw.file.FileWalker
 
setFilename(String) - Method in class org.pfsw.net.UniformResourceLocator
Sets the given filename to the end of the requestURI.
setFileNameExtension(String, String, boolean) - Method in class org.pfsw.text.StringUtil
Sets the given extension as filename extension to the given filename.
setFileNamePrefix(String) - Method in class org.pfsw.file.TempFilesManager
 
setFileNameSuffix(String) - Method in class org.pfsw.file.TempFilesManager
 
setFileProcessor(IFileProcessor) - Method in class org.pfsw.file.FileWalker
 
setFiles(List<FileInfo>) - Method in class org.pfsw.file.DirectoryContents
 
setFileSizeLimit(Long) - Method in class org.pfsw.file.TempFilesManager
Sets a limit for files that are created.
setFinal() - Method in class org.pfsw.reflect.Modifiers
Sets the FINAL bit.
setFollowRedirects(boolean) - Method in class org.pfsw.net.http.UserAgent
 
setFunctionResolver(FunctionResolver) - Method in class org.pfsw.textx.GlobalLocalPlaceholderReplacement
Sets the function resolver
setFunctionResolver(FunctionResolver) - Method in class org.pfsw.textx.TextEngine
Sets the function resolver
setGlobal(String, String) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the global variable with the given name to the specified value.
setGlobalFrom(Properties) - Method in class org.pfsw.textx.GlobalLocalVariables
Adds all given name/value pairs from the given properties to the global variables.
setGlobalObject(String, Object) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the global variable with the given name to the specified value.
setGlobalVars(VariableContainer) - Method in class org.pfsw.textx.GlobalLocalVariables
 
setGoOn(boolean) - Method in class org.pfsw.file.FileWalker
 
setGreaterChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that is used to compare if a value is greater than another
setGreaterChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that is used to compare if a value is greater than another
setGreaterOperator() - Method in class org.pfsw.text.MatchAttribute
Sets the operator for value comparisons of this attribute to GREATER.
setGreaterOrEqualOperator() - Method in class org.pfsw.text.MatchAttribute
Sets the operator for value comparisons of this attribute to GREATER OR EQUAL.
setGroupEndChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that ends a group
setGroupEndChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that ends a group
setGroupEndChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character that ends a group
setGroupStartChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that starts a group
setGroupStartChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that starts a group
setGroupStartChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character that starts a group
setHandleContentBeforeDirectory(boolean) - Method in class org.pfsw.file.FileWalker
Defines whether or not the contents of a directory should be walked through before the directory is passed to the file handler.
setHashMechanism(HashMechanism) - Method in class org.pfsw.security.crypto.HashedString
 
setHashMechanismName(String) - Method in class org.pfsw.security.crypto.HashMechanism
 
setHeader(String, String) - Method in class org.pfsw.net.http.Headers
Sets the given value as sole value of the header with the specified name.
setHeader(String, String) - Method in class org.pfsw.net.http.UserAgent
A a header with a single value.
setHostnameVerifier(HostnameVerifier) - Method in class org.pfsw.net.http.UserAgent
 
setHttpMethod(HttpMethod) - Method in class org.pfsw.net.http.ClientRequest
 
setId(String) - Method in class org.pfsw.file.ClasspathElement
 
setIdPrefix(String) - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
setIgnoreCase(boolean) - Method in class org.pfsw.text.MatchRule
 
setIgnoreCase(boolean) - Method in class org.pfsw.text.StringCollectionFilter
Sets whether or not the string comparison is done case-insensitive
setIgnoreCase(boolean) - Method in class org.pfsw.text.StringPattern
Sets whether the pattern matching should ignore case or not
setIgnoreCase(boolean) - Method in class org.pfsw.text.StringPatternCollection
Sets whether all the patterns inside this collection should ignore case or not.
setIgnoreCase(Boolean) - Method in class org.pfsw.text.StringPatternCollection
Sets whether the pattern matching should ignore case or not
setIgnoreCaseInNames(boolean) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets whether or not the parser produces MatchRules that treat attribute names case-insensitive.
setIgnoreCaseInValues(boolean) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets whether or not the parser produces MatchRules that are case-insensitive when comparing values.
setIndentation(int) - Method in class org.pfsw.six.XmlStreamWriter
Sets the current indentation.
setIndentation(int) - Method in class org.pfsw.textx.TextEngine
Sets the number of spaces a text must be indented.
setIndentationFiller(String) - Method in class org.pfsw.textx.TextEngine
 
setIndentIncrement(int) - Method in class org.pfsw.pax.MarkupWriter
 
setIndentIncrement(int) - Method in class org.pfsw.pax.XMLWriteController
Sets the number of spaces that are additionally prepended per hierarchy level on each line.
setIndentLevel(int) - Method in class org.pfsw.pax.MarkupWriter
 
setIndentSize(int) - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Sets the number of spaces for one level of indentation.
setIndentSize(int) - Method in class org.pfsw.text.FormattedTextWriter
Sets the number of spaces to be used for indentation per indentation level.
setInnerFilter(IStringFilter) - Method in class org.pfsw.text.NegativeStringFilter
 
setInterface() - Method in class org.pfsw.reflect.Modifiers
Sets the INTERFACE bit.
setInternalDate(Date) - Method in class org.pfsw.util.SimpleDate
 
setInternalStrings(String[]) - Method in class org.pfsw.text.StringCollectionFilter
 
setInterpreterFactory(XMLTagInterpreterFactory) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
setInterpreterStack(Stack<XMLTagInterpreter>) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
setInterval(long) - Method in class org.pfsw.util.Trigger
 
setIsHashed(boolean) - Method in class org.pfsw.security.crypto.HashedString
 
setIsMap(boolean) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
 
setIsReleased(boolean) - Method in class org.pfsw.util.ReleaseState
 
setIsResolved(boolean) - Method in class org.pfsw.file.FileLocator
 
setIsSalted(boolean) - Method in class org.pfsw.security.crypto.HashMechanism
 
setIsSingleton(boolean) - Method in class org.pfsw.reflect.ClassInfo
 
setLastPrefetchedId(long) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setLastWasInnerTag() - Method in class org.pfsw.pax.XMLWriteInterpreter
 
setLastWasInnerTag(boolean) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
setLength(int) - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
setLength(int) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the length of the resulting identifiers.
setLength(int) - Method in class org.pfsw.text.ObjectIdGenerator
Sets the length to which the IDs (numeric part without prefix) must be filled-up with the defined padding character.
setLessChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that is used to compare if a value is less than another
setLessChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that is used to compare if a value is less than another
setLessOperator() - Method in class org.pfsw.text.MatchAttribute
Sets the operator for value comparisons of this attribute to LESS.
setLessOrEqualOperator() - Method in class org.pfsw.text.MatchAttribute
Sets the operator for value comparisons of this attribute to LESS OR EQUAL.
setLexicalHandler(LexicalHandler) - Method in class org.pfsw.pax.LexicalHandlerDispatcher
 
setLexicalHandlerHolder(LexicalHandlerDispatcher) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
setLexicalHandlerSupported(boolean) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
setList(List<Association<K, V>>) - Method in class org.pfsw.util.AssociationList
 
setLocal(String, String) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the local variable with the given name to the specified value.
setLocale(Locale) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method throws always an Exception !
setLocalFrom(Properties) - Method in class org.pfsw.textx.GlobalLocalVariables
Adds all given name/value pairs from the given properties to the local variables.
setLocalObject(String, Object) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the local variable with the given name to the specified value.
setLocalVars(VariableContainer) - Method in class org.pfsw.textx.GlobalLocalVariables
 
setLocationCredentials(Map<String, LocationCredentials>) - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
setLocationPatterns(StringPatternCollection) - Method in class org.pfsw.security.authentication.LocationCredentials
 
setLogger(Logger) - Static method in class org.pfsw.db.LoggerProvider
Replace the logger by another one.
setLogger(Logger) - Static method in class org.pfsw.file.LoggerProvider
Replace the logger by another one.
setLogger(Logger) - Static method in class org.pfsw.pax.LoggerProvider
Replace the logger by another one.
setLogger(Logger) - Static method in class org.pfsw.plugin.LoggerProvider
Replace the logger by another one.
setLogger(Logger) - Static method in class org.pfsw.six.LoggerProvider
Replace the logger by another one.
setLogger2(Logger2) - Static method in class org.pfsw.db.LoggerProvider
Replace the logger by another one.
setLoggerName(String) - Method in class org.pfsw.logging.internal.AbstractLogger
 
setLoginTimeout(int) - Method in class org.pfsw.db.util.DataSourceProxy
Sets the maximum time in seconds that this data source can wait while attempting to connect to a database.
setLogLevel(String) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
setLogLevel(String) - Method in interface org.pfsw.logging.Logger
Changes the log level to the specified level.
setLogLevel(LogLevel) - Method in interface org.pfsw.logging.Logger2
Sets the log level of this logger.
setLogLevel(String) - Method in class org.pfsw.logging.Logger2Logger
 
setLogLevel(LogLevel) - Method in class org.pfsw.logging.Logger2Logger
 
setLogLevel(String) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
setLogLevel(LogLevel) - Method in class org.pfsw.logging.memory.InMemoryLogger
 
setLogLevel(String) - Method in class org.pfsw.logging.nil.NilLogger
Changes the log level to the specified level.
setLogLevel(int) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Set the current log level of this logger.
setLogLevel(String) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
Changes the log level to the specified level.
setLogWriter(PrintWriter) - Method in class org.pfsw.db.util.DataSourceProxy
Sets the log writer for this data source
setManagedBeanInfo(MBeanInfo) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
setMapping(AssociationList<K, V>) - Method in class org.pfsw.util.OrderedMap
 
setMarkupWriter(MarkupWriter) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
setMilliseconds(long) - Method in class org.pfsw.text.TimeValue
 
setModifier(int) - Method in class org.pfsw.reflect.Modifiers
Sets the bits in the underlying int that are specified by mod.
setMultiCharWildcard(char) - Method in class org.pfsw.text.StringPattern
Sets the wildcard character that is used as placeholder for zero to many occurances of any character(s).
setMultiCharWildcardMatchesEmptyString(boolean) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets whether or not this parser creates match rules that allow empty strings at the position of the multi character wildcard ('*').
setName(String) - Method in class org.pfsw.file.cfiles.AbstractContainer
 
setName(String) - Method in class org.pfsw.file.ClasspathElement
 
setName(String) - Method in class org.pfsw.file.FileInfo
 
setName(String) - Method in class org.pfsw.file.NamedCloseable
Sets the name of the associated closeable.
setName(String) - Method in class org.pfsw.six.Element
Set the element's name which corresponds to its XML tag name.
setName(String) - Method in class org.pfsw.six.XmlProcessingInstruction
 
setName(String) - Method in class org.pfsw.util.Trigger
 
setNamedTextAt(int, NamedText) - Method in class org.pfsw.util.NamedTextList
Puts the given named text at the specified index.
setNamedValueAt(int, NamedValue<V>) - Method in class org.pfsw.util.NamedValueList
Puts the given named value at the specified index.
setNamedValues(NamedValue<List<ValueType>>) - Method in class org.pfsw.util.MultiValueProperty
 
setNamespaces(Map<String, String>) - Method in class org.pfsw.six.Element
 
setNative() - Method in class org.pfsw.reflect.Modifiers
Sets the NATIVE bit.
setNegated(boolean) - Method in class org.pfsw.util.ObjectCollectionFilter
 
setNewline(String) - Method in class org.pfsw.text.FormattedTextWriter
Sets the new line character(s) to be used by this writer.
setNewline(String) - Method in class org.pfsw.text.TextBuilder
 
setNewline(NewLine) - Method in class org.pfsw.text.TextFileWriter
Sets the new line definition to be used by this writer.
setNewline(NewLine) - Method in class org.pfsw.text.UncheckedTextFileWriter
 
setNextChar(Character) - Method in class org.pfsw.textx.TextEngine
 
setNextCharFilled(boolean) - Method in class org.pfsw.textx.TextEngine
 
setNextId(long) - Method in class org.pfsw.text.ObjectIdGenerator
Sets the next identifier to the given value.
setNextIdColumn(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
setNextIdColumnName(String) - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
setNextIdColumnName(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setNextIdInDB(Connection, long) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setNot(boolean) - Method in class org.pfsw.text.MatchElement
 
setNotChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character for NOT operations
setNotChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character for NOT operations
setNotChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character for NOT operations
setObject(Object) - Method in class org.pfsw.reflect.MappedObject
Sets the object to be wrapped for allowing it being used as Map.
setObject(Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Set the underlying object.
setObject(Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Set the underlying object.
setObjectCollection(Collection<T>) - Method in class org.pfsw.util.ObjectCollectionFilter
 
setObjectDictionary(Map<K, List<V>>) - Method in class org.pfsw.util.CollectorDictionary
 
setOperation(BooleanOperation) - Method in class org.pfsw.text.StringFilterCollection
Set the boolean operation the filter results must combined with.
setOptionsWithValues(Map<String, String[]>) - Method in class org.pfsw.text.CommandLineArguments
 
setOrChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character for OR operations
setOrChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character for OR operations
setOrChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character for OR operations
setOriginalFileName(String) - Method in class org.pfsw.file.FileLocator
 
setOutputTarget(LogMessageOutputTarget) - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
setOwnLogLevel(String) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
setPadChar(char) - Method in class org.pfsw.text.ObjectIdGenerator
Set the character that is used to fill up the IDs to the full length.
setPaddingChar(char) - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
setPaddingChar(char) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the padding character to the given values.
setParameter(IStringRepresentation, String...) - Method in class org.pfsw.net.UniformResourceLocator
Sets the parameter with the given name to the specified value.
setParameter(IStringRepresentation, IStringRepresentation...) - Method in class org.pfsw.net.UniformResourceLocator
Sets the parameter with the given name to the specified value.
setParameter(String, String...) - Method in class org.pfsw.net.UniformResourceLocator
Sets the parameter with the given name to the specified value.
setParentLocator(FileLocator) - Method in class org.pfsw.file.FileLocator
 
setParseController(XMLTagInterpreterController) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
 
setParser(DefaultMatchRuleParser) - Method in class org.pfsw.text.MatchRule
 
setParseString(String) - Method in exception org.pfsw.text.MatchRuleParseException
 
setPath(String) - Method in class org.pfsw.file.FileInfo
 
setPathAndName(File) - Method in class org.pfsw.file.FileInfo
 
setPathRelative(String) - Method in class org.pfsw.net.UniformResourceLocator
Sets the given path relative to the current requestURI.
setPattern(StringPattern) - Method in class org.pfsw.file.DefaultFilenameFilter
 
setPattern(StringPattern) - Method in class org.pfsw.text.MatchAttribute
Sets the specified pattern as the sole pattern to be checked when matching this attribute against a map.
setPattern(Pattern) - Method in class org.pfsw.text.RegexPattern
 
setPattern(String) - Method in class org.pfsw.text.StringPattern
Sets the pattern to a new value
setPatterns(StringPattern[]) - Method in class org.pfsw.text.MatchAttribute
Sets the value pattern(s) against that will be matched
setPatterns(Collection<StringPattern>) - Method in class org.pfsw.text.StringPatternCollection
 
setPool(Map<String, VariableResolver>) - Method in class org.pfsw.textx.VariableResolverPool
 
setPort(int) - Method in class org.pfsw.net.UniformResourceLocator
Set the port of the URL
setPosition(int) - Method in exception org.pfsw.text.MatchRuleParseException
 
setPosition(int) - Method in class org.pfsw.text.StringScanner
 
setPrefix(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets a prefix string for all IDs to be generated.
setPrefix(String) - Method in class org.pfsw.security.crypto.HashMechanism
 
setPrefix(String) - Method in class org.pfsw.text.ObjectIdGenerator
Set the prefix that will be prepended to every generated ID.
setPreserveBaseFolder(boolean) - Method in class org.pfsw.file.ZipFileCreator
Sets whether or not all files should be put under the base folder name in the zip file.
setPrintLogLevel(PrintLogLevel) - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
 
setPrivate() - Method in class org.pfsw.reflect.Modifiers
Sets the PRIVATE bit.
setProgressListener(IProgressListener) - Method in class org.pfsw.util.StreamCopy
 
setProperties(PropertiesFileContent) - Method in class org.pfsw.file.PropertiesFileLoader
 
setProperties(Map<String, MultiValueProperty<ValueType>>) - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
setProperty(String, String) - Method in class org.pfsw.file.PropertiesFileContent
Modifies the value or adds the property specified by the given name.
setProperty(String, Object) - Method in class org.pfsw.pax.DOMTreeXMLReader
This method is not supported !
Therefore this method throws always an Exception !
setProperty(String, String) - Method in class org.pfsw.util.OrderedProperties
Modifies the value or adds the property specified by the given name.
setProperty(IName, String) - Method in class org.pfsw.util.OrderedProperties
Modifies the value or adds the property specified by the given name.
setProperty(String, String) - Method in class org.pfsw.util.PropertiesMap
Sets the given value as ne property value for the given key.
setPropertyIndex(Map<String, Integer>) - Method in class org.pfsw.util.OrderedProperties
 
setProtected() - Method in class org.pfsw.reflect.Modifiers
Sets the PROTECTED bit.
setProxy(Proxy) - Method in class org.pfsw.net.http.UserAgent
Sets the user agent's proxy.
setPublic() - Method in class org.pfsw.reflect.Modifiers
Sets the PUBLIC bit.
setQueryString(String) - Method in class org.pfsw.net.UniformResourceLocator
 
setQuoteChar(char) - Method in class org.pfsw.pax.MarkupWriter
 
setReader(XMLReader) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
setReadTimeout(int) - Method in class org.pfsw.net.http.UserAgent
 
setRealm(String) - Method in class org.pfsw.security.authentication.LocationCredentials
Sets the realm this credentials apply to
setRealmName(String) - Method in class org.pfsw.security.authentication.LocationCredentials
 
setReceiver(TRECEIVER) - Method in class org.pfsw.reflect.DynamicMBeanDelegator
 
setRegistry(NamedValueList<PluginHolder>) - Method in class org.pfsw.plugin.PluginRegistry
 
setRemote(boolean) - Method in class org.pfsw.file.FileLocator
 
setRequestingHost(String) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestingPort(int) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestingPrompt(String) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestingProtocol(String) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestingScheme(String) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestingSite(InetAddress) - Method in class org.pfsw.security.authentication.AbstractAuthenticator
 
setRequestURI(String) - Method in class org.pfsw.net.UniformResourceLocator
 
setResolvedAsTempFile(File) - Method in class org.pfsw.file.FileLocator
 
setResponseMessage(String) - Method in class org.pfsw.net.http.ServerResponse
 
setRestrictiveMode(boolean) - Method in class org.pfsw.file.ExtendedFileFilter
 
setResultBuffer(StringWriter) - Method in class org.pfsw.textx.TextEngine
 
setRootElement(Element) - Method in class org.pfsw.six.XmlDocument
 
setRootGroup(LdapMatchRuleVisitor.GroupInfo) - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
setRootGroup(MatchGroup) - Method in class org.pfsw.text.MatchRule
 
setRule(String) - Method in class org.pfsw.text.MatchRule
Set (and parse) the given rule and keep it for later checks with matches().
setRuleChars(MatchRuleChars) - Method in class org.pfsw.text.DefaultMatchRuleParser
 
setRuleChars(MatchRuleChars) - Method in class org.pfsw.text.MatchRulePrinter
 
setSalt(byte[]) - Method in class org.pfsw.security.crypto.HashedString
 
setScheme(String) - Method in class org.pfsw.net.UniformResourceLocator
 
setServerName(String) - Method in class org.pfsw.net.UniformResourceLocator
 
setSilent(boolean) - Method in class org.pfsw.reflect.MappedObject
 
setSingleCharWildcard(char) - Method in class org.pfsw.text.StringPattern
Sets the wildcard character that is used as placeholder for a single occurance of any character.
setSize(long) - Method in class org.pfsw.file.FileInfo
 
setSleepTime(long) - Method in class org.pfsw.util.Countdown
 
setSoleInstance(T) - Method in class org.pfsw.reflect.ClassInfo
 
setSourceBuffer(StringReader) - Method in class org.pfsw.textx.TextEngine
 
setSourceFolder(File) - Method in class org.pfsw.file.RecursiveFileCopyProcessor
 
setSpecialNameCharacters(String) - Method in class org.pfsw.text.MatchRuleChars
Sets all extra charcters, that are allowed in attribute names.
setSpecialNameCharacters(String) - Method in class org.pfsw.textx.TextEngine
Sets all extra charcters, that are allowed in placeholder names.
setSqlSelectAnyStatement(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setSqlSelectCategoryStatement(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setSqlSelectForUpdateStatement(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setSqlUpdateStatement(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setStack(Stack<LdapMatchRuleVisitor.GroupInfo>) - Method in class org.pfsw.text.LdapMatchRuleVisitor
 
setStartId(long) - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
setStartId(long) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the first value of the IDs to be generated.
setStartId(long) - Method in class org.pfsw.db.util.ObjectIdentifierGenerator
 
setStatic() - Method in class org.pfsw.reflect.Modifiers
Sets the STATIC bit.
setStatusCode(int) - Method in exception org.pfsw.bif.exceptions.RemoteCallException
 
setStrHash(byte[]) - Method in class org.pfsw.security.crypto.HashedString
 
setStrict() - Method in class org.pfsw.reflect.Modifiers
Sets the STRICT bit.
setString1(String) - Method in interface org.pfsw.bif.text.IMutableStringPair
Sets the first string to the given value.
setString1(String) - Method in class org.pfsw.text.StringPair
 
setString1(String) - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
 
setString1(String) - Method in class org.pfsw.util.NamedText
 
setString2(String) - Method in interface org.pfsw.bif.text.IMutableStringPair
Sets the second string to the given value.
setString2(String) - Method in class org.pfsw.text.StringPair
 
setString2(String) - Method in class org.pfsw.util.CollectionUtil.LocalStringPair
 
setString2(String) - Method in class org.pfsw.util.NamedText
 
setStringExaminer(StringExaminer) - Method in class org.pfsw.text.json.SimpleJsonParser
 
setStringFilterList(List<IStringFilter>) - Method in class org.pfsw.file.ExtendedFileFilter
 
setSupportQuotedArguments(boolean) - Method in class org.pfsw.text.CommandLineArguments
Defines whether or not quoted arguments are supported.
setSuspended(boolean) - Method in class org.pfsw.util.Trigger
 
setSwitchAndValuesMustBeSeparated(boolean) - Method in class org.pfsw.text.CommandLineArguments
 
setSwitchIndicator(String) - Method in class org.pfsw.text.CommandLineArguments
Sets the prefix which must proceed each command line switch.
setSynchronized() - Method in class org.pfsw.reflect.Modifiers
Sets the SYNCHRONIZED bit.
setTableAlreadyCreated(boolean) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
setTableName(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
setTableQualifier(String) - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
setTableQualifier(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setTableQualifier(String) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
 
setTableSpec(IdGeneratorTableSpec) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
 
setTableSpec(IdGeneratorTableSpec) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setTableSpec(IdGeneratorTableSpec) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
Sets the whole table specification.
setTagName(String) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
setTagNameForField(String) - Method in class org.pfsw.reflect.XmlReflection
 
setTargetFolder(File) - Method in class org.pfsw.file.FileCopyProcessor
 
setTargetLogger(Logger) - Method in class org.pfsw.logging.deferred.DeferredInitializationLoggerAdapter
 
setTempFile(File) - Method in class org.pfsw.file.FileLocator
 
setTerminated(boolean) - Method in class org.pfsw.util.Trigger
 
setText(String) - Method in class org.pfsw.six.Element
Set the element's text.
setTextEngine(TextEngine) - Method in class org.pfsw.textx.GlobalLocalPlaceholderReplacement
 
setTimestampFormat(String) - Static method in class org.pfsw.logging.stdout.PrintStreamOptions
 
setTransient() - Method in class org.pfsw.reflect.Modifiers
Sets the TRANSIENT bit.
setType(Proxy.Type) - Method in class org.pfsw.net.http.ProxyBuilder
 
setUnqualifiedTableName(String) - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
setUnqualifiedTableName(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
setURL(URL) - Method in class org.pfsw.net.http.ClientRequest
 
setUseIdentity(boolean) - Method in class org.pfsw.util.ObjectCollectionFilter
 
setUserAgentName(String) - Method in class org.pfsw.net.http.UserAgent
 
setUserId(String) - Method in class org.pfsw.security.authentication.LocationCredentials
 
setUsingDoubleQuotes(boolean) - Method in class org.pfsw.six.XmlStreamWriter
 
setValid(boolean) - Method in class org.pfsw.file.ClasspathElement
 
setValue(V) - Method in class org.pfsw.reflect.MapEntry
Replaces the value of this entry by the given one and returns the old one.
setValue(BigDecimal) - Method in class org.pfsw.text.ByteSizeValue
 
setValue(String, String) - Method in class org.pfsw.textx.BasicVariableContainer
Sets the value of the variable with the given name.
setValue(String, String) - Method in class org.pfsw.textx.GlobalLocalVariables
Set the value of the specified variable.
setValue(String, String) - Method in interface org.pfsw.textx.VariableContainer
Set the value of the specified variable.
setValue(V) - Method in class org.pfsw.util.Association
 
setValueDelimiterChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that is used to enclose a value
setValueEndChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that ends a value list
setValueEndChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that ends a value list
setValueEndChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character that ends a value list
setValueFor(String, Object) - Method in class org.pfsw.textx.BasicVariableContainer
Sets the value of the variable with the given name.
setValueFor(String, boolean) - Method in class org.pfsw.textx.BasicVariableContainer
Sets the boolean value of the variable with the given name.
setValueFor(String, Object) - Method in class org.pfsw.textx.GlobalLocalVariables
Sets the value of the variable with the given name.
setValueFor(String, Object) - Method in interface org.pfsw.textx.VariableContainer
Sets the value of the variable with the given name.
setValueOf(Object, String, Object) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, char) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, int) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, byte) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, boolean) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, long) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, short) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, double) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, String, float) - Method in class org.pfsw.reflect.ReflectUtil
Sets the value of the field with the specified name to the given value.
setValueOf(Object, Field, Object) - Method in class org.pfsw.reflect.ReflectUtil
Sets the specified field of the given object to the provided value.
setValueOf(Object, String, Object, boolean) - Method in class org.pfsw.reflect.ReflectUtil
 
setValueOf(Object, Field, Object, boolean) - Method in class org.pfsw.reflect.ReflectUtil
 
setValueOfField(String, Object) - Method in class org.pfsw.reflect.ObjectAccessWrapper
Modifies the field with the given name directly to the specified value without calling the setter.
setValueOfField(String, Object) - Method in class org.pfsw.reflect.ObjectOrMapAccessWrapper
Modifies the field with the given name directly to the specified value without calling the setter.
setValueSeparatorChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that separates values in a value list
setValueSeparatorChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that separates values in a value list
setValueSeparatorChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character that separates values in a value list
setValueStartChar(char) - Method in class org.pfsw.text.DefaultMatchRuleParser
Sets the character that starts a value list
setValueStartChar(char) - Method in class org.pfsw.text.MatchRuleChars
Sets the character that starts a value list
setValueStartChar(char) - Method in class org.pfsw.text.MatchRulePrinter
Sets the character that starts a value list
setValueType(Object) - Method in class org.pfsw.text.MatchAttribute
 
setVarEndDelimiter(Character) - Method in class org.pfsw.textx.TextEngine
Sets the delimiter that marks the end of a variable
setVarEndDelimiter(char) - Method in class org.pfsw.textx.TextEngine
Sets the character that indicates the end of a placeholder or directive to the specified value.
setVariableMapping(Map<String, ? extends Object>) - Method in class org.pfsw.textx.BasicVariableContainer
 
setVariableResolver(VariableResolver) - Method in class org.pfsw.textx.TextEngine
Sets the variable resolver
setVariablesFrom(Properties, boolean) - Method in class org.pfsw.textx.GlobalLocalVariables
Adds all given name/value pairs from the given properties to the global or local variables as specified.
setVarStartDelimiter(Character) - Method in class org.pfsw.textx.TextEngine
Sets the delimiter that marks the start of a variable
setVarStartDelimiter(char) - Method in class org.pfsw.textx.TextEngine
Sets the character that indicates the start of a placeholder or directive to the specified value.
setVarStartPrefix(Character) - Method in class org.pfsw.textx.TextEngine
Sets the character that is is used as prefix of the placeholder start delimiter.
setVisibility(String) - Method in class org.pfsw.reflect.Modifiers
Sets the visibility from the given string.
setVolatile() - Method in class org.pfsw.reflect.Modifiers
Sets the VOLATILE bit.
setWriter(Writer) - Method in class org.pfsw.pax.MarkupWriter
 
setWriter(MarkupWriter) - Method in class org.pfsw.pax.XMLWriteController
 
setXmlReader(XMLReader) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Sets the XML reader that will be used to parse XML streams
setZipFile(ZipFile) - Method in class org.pfsw.file.ClasspathElement
 
setZipFile(ZipFile) - Method in class org.pfsw.file.FileLocator
 
setZipFilename(String) - Method in class org.pfsw.file.ArchiveTOC
 
SHA1_WITH_DSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA1_WITH_ECDSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA1_WITH_RSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA256_WITH_ECDSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA256_WITH_RSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA384_WITH_ECDSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA384_WITH_RSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA512_WITH_ECDSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA512_WITH_RSA - Static variable in class org.pfsw.security.SignatureAlgorithm
 
SHA_1 - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
The pre-defined constant for the SHA-1 hash algorithm.
SHA_1 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SHA_1_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_1_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_224_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_224_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_256 - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
The pre-defined constant for the SHA-256 hash algorithm.
SHA_2_256 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SHA_2_256_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_256_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_384 - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
The pre-defined constant for the SHA-384 hash algorithm.
SHA_2_384 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SHA_2_384_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_384_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_512 - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
The pre-defined constant for the SHA-512 hash algorithm.
SHA_2_512 - Static variable in class org.pfsw.security.crypto.HashMechanism
 
SHA_2_512_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SHA_2_512_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
shaEncrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string SHA encrypted and base64 encoded with a prefix "{SHA}".
shallowCopy() - Method in class org.pfsw.six.Element
Returns a shallow copy of the element, that is a new element with the same name, same attributes and same text but without children.
signalRequiredFieldMissing(String) - Method in class org.pfsw.text.json.JsonObjectAccessor
 
SignatureAlgorithm - Class in org.pfsw.security
Each instance of this class represents a signature algorithm.
SignatureAlgorithm(String) - Constructor for class org.pfsw.security.SignatureAlgorithm
Creates the SignatureAlgorithm object for the given name.
SignatureAlgorithm(String, String) - Constructor for class org.pfsw.security.SignatureAlgorithm
Creates the SignatureAlgorithm object for the given names.
SimpleDate - Class in org.pfsw.util
This class represents a simple date.
SimpleDate() - Constructor for class org.pfsw.util.SimpleDate
Initialize the new instance with default values (i.e.
SimpleDate(GregorianCalendar) - Constructor for class org.pfsw.util.SimpleDate
Initialize the new instance with a standard calendar.
SimpleDate(Date) - Constructor for class org.pfsw.util.SimpleDate
Initialize the new instance with a standard date object.
SimpleDate(int, int, int) - Constructor for class org.pfsw.util.SimpleDate
Returns a Date object representing the given parameters.
SimpleJsonParser - Class in org.pfsw.text.json
A parser that creates a Java internal structure of JsonObject and JsonArray objects from a given JSON text.
SimpleJsonParser() - Constructor for class org.pfsw.text.json.SimpleJsonParser
Creates a new parser.
size() - Method in class org.pfsw.file.cfiles.AbstractContainer
 
size() - Method in interface org.pfsw.file.cfiles.IContainer
Returns the number of currently contained items;
size() - Method in class org.pfsw.file.FileLocator
Returns the size of the file or 0 if it does not exist.
size() - Method in class org.pfsw.file.TableOfContents
Returns the number of directory entries in this table of contents
size() - Method in class org.pfsw.logging.memory.InMemoryLogger
 
size() - Method in class org.pfsw.plugin.ClassRegistry
 
size() - Method in class org.pfsw.reflect.MappedObject
 
size() - Method in class org.pfsw.text.CommandLineArguments
Returns the current number of argument
size() - Method in class org.pfsw.text.StringFilterCollection
 
size() - Method in class org.pfsw.text.StringPatternCollection
returns the number of patterns in this collection.
size() - Method in class org.pfsw.util.AssociationList
Returns the number of associations in this list
size() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
size() - Method in class org.pfsw.util.CaseInsensitiveMultiValueProperties
 
size() - Method in class org.pfsw.util.CollectorDictionary
Returns the number of key-value mappings in this map.
size() - Method in class org.pfsw.util.MapWrapper
Returns how many entries currently are in this map.
size() - Method in class org.pfsw.util.OrderedCollection
Returns the number of elements in this list.
size() - Method in class org.pfsw.util.OrderedMap
Returns how many entries currently are in this map.
size() - Method in class org.pfsw.util.OrderedProperties
Returns how many properties are contained.
size() - Method in class org.pfsw.util.OrderedSet
 
size() - Method in class org.pfsw.util.PropertiesMap
 
size() - Method in class org.pfsw.util.StackedMap
Returns how many entries currently are in this map and the maps on the stack.
size() - Method in class org.pfsw.util.TemporaryMap
 
skip(int) - Method in class org.pfsw.text.StringScanner
Moves the position pointer count characters.
skipAfter(String) - Method in class org.pfsw.text.StringExaminer
Increments the position pointer up to the last character that matched the character sequence in the given matchString.
skipAfter(StringExaminer, String) - Method in class org.pfsw.text.StringPattern
Increments the given iterator up to the last character that matched the character sequence in the given matchString.
skipBefore(String) - Method in class org.pfsw.text.StringExaminer
Increments the position pointer up to the first character before the character sequence in the given matchString.
SkipHostnameVerification - Class in org.pfsw.net
A simple HostnameVerifier that accepts all hostnames.
SkipHostnameVerification() - Constructor for class org.pfsw.net.SkipHostnameVerification
 
skipSpaces() - Method in class org.pfsw.textx.TextEngine
 
skipWildcards(StringExaminer) - Method in class org.pfsw.text.StringPattern
Moves the iterator position to the next character that is no wildcard.
SLASH - Static variable in class org.pfsw.net.NetUtil
 
SLASH - Static variable in class org.pfsw.net.UniformResourceLocator
The character '/' that is used to separate naming elements of the URL
sleep(long) - Method in class org.pfsw.util.SysUtil
Sets the current thread to sleep for the specified time in milliseconds or until it gets interrupted.
SLF4J - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that forwards all log output to Simple Logging Facade for Java.
SMD5_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SMD5_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SOLARIS - Static variable in class org.pfsw.util.SysUtil
 
sort() - Method in class org.pfsw.util.NamedValueList
Sorts the elements in this list by name in ascending order.
sort(boolean) - Method in class org.pfsw.util.NamedValueList
Sorts the elements in this list by name.
SORT_DATE_FORMAT - Static variable in class org.pfsw.util.DateUtil
 
SORT_FORMAT - Static variable in class org.pfsw.util.SimpleDate
 
sortAscending(Collection<T>) - Method in class org.pfsw.util.PrioritySorter
Sorts the given list of objects according to their associated priorities.
sortDescending(Collection<T>) - Method in class org.pfsw.util.PrioritySorter
Sorts the given list of objects according to their associated priorities in a descending order.
SPECIAL_CHARACTERS - Static variable in class org.pfsw.text.Version
A definition of characters that are allowed in a version element.
split(byte[], int) - Method in class org.pfsw.security.crypto.HashedString
 
split(String, String) - Method in class org.pfsw.text.StringUtil
Splits the given string at each occurrence of the specified separator.
splitDigitsAndUnit(String) - Method in class org.pfsw.text.ByteSizeValue
 
splitDigitsAndUnit(String) - Method in class org.pfsw.text.TimeValue
 
splitNameValue(String, String) - Method in class org.pfsw.text.StringUtil
Returns a string array with two elements where the first is the attribute name and the second is the attribute value.
splitStringPair(String, String) - Method in class org.pfsw.text.StringUtil
Returns a string pair where the first is the string before the first occurrence of the defined separator and the second string is everything after that separator.
splitToStringPair(String, String...) - Method in class org.pfsw.util.CollectionUtil
 
SQL_OPERATOR_AND - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_EQUAL - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_GE - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_GREATER - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_IN - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_LE - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_LESS - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_LIKE - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_NOT - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
SQL_OPERATOR_OR - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
sqlCreateOidTable() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
SQLExecutor - Class in org.pfsw.db.util
Provides an easy to use interface to execute SQL statements against a database.
SQLExecutor(DataSource) - Constructor for class org.pfsw.db.util.SQLExecutor
Initialize the new instance with default values.
sqlInsertCategoryRow(String) - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
SqlMatchRuleVisitor - Class in org.pfsw.text
Walks over a MatchRule to create a SQL WHERE clause out of it.
SqlMatchRuleVisitor() - Constructor for class org.pfsw.text.SqlMatchRuleVisitor
Initialize the new instance with default values.
sqlSelectAny() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
sqlSelectCategory() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
sqlSelectNextId() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
sqlUpdateNextId() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
SSHA_1_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_1_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_224_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_224_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_256_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_256_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_384_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_384_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_512_NAME - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
SSHA_2_512_PREFIX - Static variable in interface org.pfsw.security.crypto.CryptoConstants
 
sshaEncrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string SSHA encrypted and base64 encoded with a prefix "{SSHA}".
sshaEncrypted(String, byte[]) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string SSHA encrypted and base64 encoded with a prefix "{SSHA}".
StackedMap - Class in org.pfsw.util
Provides a map that allows to push() and pop() internal settings to/from a (LIFO) stack.
StackedMap() - Constructor for class org.pfsw.util.StackedMap
Initialize the new instance with default values.
StackedMap(Map) - Constructor for class org.pfsw.util.StackedMap
Initialize the new instance with an internal map.
StackedMap(StackedMap, Map) - Constructor for class org.pfsw.util.StackedMap
Initialize the new instance with a parent and a value map.
stackTrace(Throwable) - Method in class org.pfsw.text.StringUtil
Prints the stack trace of the specified Throwable to a string and returns it.
StandardHttpHeaderName - Enum in org.pfsw.bif.http
Definition of header names that are specified in RFCs (e.g.
standardize(String) - Method in class org.pfsw.file.FileUtil
Convert the filename to a canonical (see java.io.File.getCanonicalPath()) format and replace any backslashes '\' by slashes ('/').
standardize(String[]) - Method in class org.pfsw.file.FileUtil
Convert all the given filenames to a canonical (see java.io.File.getCanonicalPath()) format and replace any backslashes '\' by slashes ('/').
standardizeFilename(String) - Method in class org.pfsw.file.FileUtil
 
standardizeKey(Object) - Method in class org.pfsw.util.CaseInsensitiveKeyMap
 
StandardObjects - Class in org.pfsw.bif
Some static methods the can be used to get standard Java objects via methods rather than constants.
StandardPriority - Enum in org.pfsw.bif.priority
Defines some standard priority values.
start() - Method in interface org.pfsw.bif.execution.IStartable
Start the service the implementing object provides
start(String, String, FileHandler) - Method in class org.pfsw.file.FileDirectoryScanner
 
start(String, Attributes) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Starts the work of the receiver the first time.
start(String, Attributes) - Method in interface org.pfsw.pax.XMLTagInterpreter
Starts the work of the receiver for the first time.
start(String, Attributes) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
start() - Method in class org.pfsw.util.StopWatch
Starts the stop watch.
START_QUOTE - Static variable in class org.pfsw.text.SqlMatchRuleVisitor
 
startCDATA() - Method in class org.pfsw.pax.BaseXMLTagInterpreter
 
startCDATA() - Method in class org.pfsw.pax.LexicalHandlerDispatcher
 
startDTD(String, String, String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
 
startDTD(String, String, String) - Method in class org.pfsw.pax.LexicalHandlerDispatcher
 
startElement(String, String, String, Attributes) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
A new sub tag was found.
startElement(String, String, String, Attributes) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Supports SAX 2.0
startElement(String, Attributes) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
 
startElement(String, String, String, Attributes) - Method in class org.pfsw.pax.XMLWriteInterpreter
 
startEntity(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
 
startEntity(String) - Method in class org.pfsw.pax.LexicalHandlerDispatcher
 
startGroup(boolean, boolean) - Method in class org.pfsw.text.LdapMatchRuleVisitor
This method will be called for each start of a new group.
startGroup(boolean, boolean) - Method in class org.pfsw.text.MatchRulePrinter
This method will be called for each start of a new group.
startGroup(boolean, boolean) - Method in interface org.pfsw.text.MatchRuleVisitor
This method will be called for each start of a new group.
startGroup(boolean, boolean) - Method in class org.pfsw.text.SqlMatchRuleVisitor
This method will be called for each start of a new group.
startingFrom(String, String) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes after the first occurrence of the specified separator.
startInterpreter(XMLTagInterpreter, String, Attributes) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Starts the given tag interpreter for the first time.
STDOUT - Static variable in interface org.pfsw.logging.LoggerBindingNames
The LoggerFactory with this name binds to an implementation that prints all log messages to stdout.
STOP - Static variable in interface org.pfsw.bif.callback.IProgressListener
The value returned by a listener that signals to stop processing.
stop() - Method in interface org.pfsw.bif.execution.IStoppable
Stop the service the implementing object provides
stop() - Method in class org.pfsw.util.StopWatch
Stops the stop watch.
StopWatch - Class in org.pfsw.util
A simple stop watch to measure the time between a start and a stop point.
StopWatch() - Constructor for class org.pfsw.util.StopWatch
Initialize the new instance with default values.
store(OutputStream, String) - Method in class org.pfsw.util.OrderedProperties
NOT SUPPORTED METHOD!
storeStream(InputStream) - Method in class org.pfsw.file.TempFilesManager
Creates a temporary file and stores the whole contents of the given stream into it.
storeStream(InputStream, String) - Method in class org.pfsw.file.TempFilesManager
Creates a temporary file and stores the whole contents of the given stream into it.
storeStreamToFile(InputStream, File) - Method in class org.pfsw.file.TempFilesManager
Creates a file for the given file description and stores the whole contents of the given stream into it.
str() - Method in class org.pfsw.file.Classpath
 
str() - Method in class org.pfsw.file.ExtendedFileFilter
 
str() - Static method in class org.pfsw.file.FileLocator
 
str() - Method in class org.pfsw.file.FileUtil
 
str() - Method in class org.pfsw.file.RecursiveFileCopyProcessor
 
str() - Method in class org.pfsw.net.NetUtil
 
str() - Method in class org.pfsw.plugin.PluginRegistry
 
str() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
str() - Method in class org.pfsw.security.authentication.LocationCredentials
 
str() - Method in class org.pfsw.security.crypto.CryptoUtil
 
str() - Method in class org.pfsw.security.crypto.HashedString
 
str() - Method in class org.pfsw.six.Element
 
str() - Method in class org.pfsw.six.FileEntityResolver
 
str() - Method in class org.pfsw.six.XmlStreamWriter
 
str() - Method in class org.pfsw.text.AbstractPlaceholderReplacer
 
str() - Method in class org.pfsw.text.BaseMatchRuleParser
 
str() - Method in class org.pfsw.text.ObjectIdGenerator
 
str() - Method in class org.pfsw.text.StringCollectionFilter
 
str() - Method in class org.pfsw.text.StringPatternCollection
 
str() - Method in class org.pfsw.text.Version
 
STR_CR - Static variable in class org.pfsw.text.StringUtil
Constant for the String representation of the carriage return character
STR_INNER_CLASS_SEPARATOR - Static variable in class org.pfsw.text.StringUtil
Constant that defines the separator for inner classes in full qualified class names ("$")
STR_NEWLINE - Static variable in class org.pfsw.text.StringUtil
Constant for the String representation of the new line character
STR_PACKAGE_SEPARATOR - Static variable in class org.pfsw.text.StringUtil
Constant that defines the separator for package elements and classes (".")
STR_SPACE - Static variable in class org.pfsw.text.StringUtil
Constant for the String representation of the space character
STR_TAB - Static variable in class org.pfsw.text.StringUtil
Constant for the String representation of the tabulator character
StreamCopy - Class in org.pfsw.util
This class supports convenient stream copying.
StreamCopy() - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(IProgressListener) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(int) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(boolean) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(int, IProgressListener) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(boolean, IProgressListener) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(int, boolean) - Constructor for class org.pfsw.util.StreamCopy
 
StreamCopy(int, boolean, IProgressListener) - Constructor for class org.pfsw.util.StreamCopy
 
STRING_DELIMITER - Static variable in class org.pfsw.text.CommandLineArguments
 
STRING_DELIMITER - Static variable in interface org.pfsw.text.json.JsonConstants
 
StringCollectionFilter - Class in org.pfsw.text
This filter is based on a collection of strings.
StringCollectionFilter(String[]) - Constructor for class org.pfsw.text.StringCollectionFilter
Initialize the new instance with an array of strings.
StringCollectionFilter(Collection<String>) - Constructor for class org.pfsw.text.StringCollectionFilter
Initialize the new instance with a collection of strings.
StringCollectionFilter(String, String) - Constructor for class org.pfsw.text.StringCollectionFilter
Initialize the new instance with a List of strings provided as one string where the values are separated by the specified separators.
StringCollectionFilter(String) - Constructor for class org.pfsw.text.StringCollectionFilter
Initialize the new instance with a List of strings provided as one string where the values are separated by comma (",").
StringExaminer - Class in org.pfsw.text
As a subclass of StringScanner this class allows more advanced navigation over the underlying string.
StringExaminer(String) - Constructor for class org.pfsw.text.StringExaminer
Initialize the new instance with the string to examine.
StringExaminer(String, boolean) - Constructor for class org.pfsw.text.StringExaminer
Initialize the new instance with the string to examine.
StringFilterCollection - Class in org.pfsw.text
A collection of IStringFilter objects that can be matched against strings according to a defined boolean operator (AND | OR | XOR).
StringFilterCollection() - Constructor for class org.pfsw.text.StringFilterCollection
Creates a new empty instance with default boolean operation BooleanOperation.OR.
StringFilterCollection(BooleanOperation) - Constructor for class org.pfsw.text.StringFilterCollection
Creates a new empty instance with specified boolean operation BooleanOperation.OR.
StringFilterCollection(IStringFilter...) - Constructor for class org.pfsw.text.StringFilterCollection
Creates a new instance with default boolean operation BooleanOperation.OR that will be filled with the given filters.
StringFilterCollection(BooleanOperation, IStringFilter...) - Constructor for class org.pfsw.text.StringFilterCollection
Creates a new instance with the specified boolean operation that will be filled with the given filters.
StringGenerator - Interface in org.pfsw.text
Defines the common API for classes that are supposed to generate strings.
StringObfuscator - Class in org.pfsw.textx
Simple converter that can convert a string into a obfuscated Base64 representation and back to its original.
StringObfuscator() - Constructor for class org.pfsw.textx.StringObfuscator
Initialize the new instance with default values.
StringPair - Class in org.pfsw.text
A simple pair of strings.
StringPair() - Constructor for class org.pfsw.text.StringPair
Initialize the new instance with default values.
StringPair(String) - Constructor for class org.pfsw.text.StringPair
Initialize the new instance with one string.
StringPair(String, String) - Constructor for class org.pfsw.text.StringPair
Initialize the new instance with two strings.
StringPair(IStringPair) - Constructor for class org.pfsw.text.StringPair
Initialize the new instance from the given string pair.
StringPair(String[]) - Constructor for class org.pfsw.text.StringPair
Initialize the new instance with two strings in an array.
StringPattern - Class in org.pfsw.text
This class provides services for checking strings against string-patterns.
StringPattern(String, boolean) - Constructor for class org.pfsw.text.StringPattern
Initializes the new instance with the string pattern and the selection, if case should be ignored when comparing characters.
StringPattern(String) - Constructor for class org.pfsw.text.StringPattern
Initializes the new instance with the string pattern.
StringPattern(String, char) - Constructor for class org.pfsw.text.StringPattern
Initializes the new instance with the string pattern and a digit wildcard character.
StringPattern(String, boolean, char) - Constructor for class org.pfsw.text.StringPattern
Initializes the new instance with the string pattern and the selection, if case should be ignored when comparing characters plus a wildcard character for digits.
StringPatternCollection - Class in org.pfsw.text
Holds a collection of StringPattern objects and allows to check if a given string matches any or none of the patterns.
StringPatternCollection() - Constructor for class org.pfsw.text.StringPatternCollection
Initialize the new instance with default values.
StringPatternCollection(StringPattern) - Constructor for class org.pfsw.text.StringPatternCollection
Initialize the new instance with one pattern.
StringPatternCollection(String...) - Constructor for class org.pfsw.text.StringPatternCollection
Initialize the new instance with a pattern array.
StringPatternCollection(Collection<String>) - Constructor for class org.pfsw.text.StringPatternCollection
Initialize the new instance with a collection of patterns.
stringPropertyNames() - Method in class org.pfsw.util.OrderedProperties
 
stringPropertyNames() - Method in class org.pfsw.util.PropertiesMap
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringScanner - Class in org.pfsw.text
Simple scanner that allows to navigate over the characters of a string.
StringScanner(String) - Constructor for class org.pfsw.text.StringScanner
Initialize the new instance with the string that should be scanned.
stringToBytes(String) - Method in class org.pfsw.security.crypto.HashedString
Converts the given string to a byte array.
stringUtil() - Method in class org.pfsw.net.http.HttpUtil
 
stringUtil() - Method in class org.pfsw.text.FormattedTextWriter
 
StringUtil - Class in org.pfsw.text
The sole instance of this class provides several convenience methods for string manipulation such as substring replacement or character repetition.
StringUtil() - Constructor for class org.pfsw.text.StringUtil
Creates new instance.
strUtil() - Method in class org.pfsw.text.CommandLineArguments
 
strUtil() - Method in class org.pfsw.text.StringPattern
 
strUtil() - Method in class org.pfsw.textx.TextEngine
 
SU - Static variable in class org.pfsw.net.UniformResourceLocator
 
SU - Static variable in class org.pfsw.text.StringUtil
An instance of this class which can be easily included as static import and then used like SU.repeat('x', 3).
SubDirectory - Class in org.pfsw.file.cfiles
 
SubDirectory(String) - Constructor for class org.pfsw.file.cfiles.SubDirectory
 
subList(int, int) - Method in class org.pfsw.util.OrderedCollection
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, inclusive.
subList(int, int) - Method in class org.pfsw.util.OrderedSet
Returns a sub list containing the elements in the range of the defined indices.
substrings(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.
substrings(String, String, boolean) - 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.
subtract(T) - Method in class org.pfsw.reflect.NumericFieldProxy
Subtracts the given value from this field's value, stores the result in the field and returns it.
suffix(String, String) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes after the first occurrence of the specified separator.
suffix(String, String, boolean) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes after the first occurance of the specified separator.
SUN_OS - Static variable in class org.pfsw.util.SysUtil
 
supportNamespacePrefixes() - Method in class org.pfsw.pax.DOMTreeXMLReader
 
supportNamespaces() - Method in class org.pfsw.pax.DOMTreeXMLReader
 
supportsHostNames() - Method in class org.pfsw.security.authentication.AutoAuthenticationManager
 
supressLogging() - Static method in class org.pfsw.six.LoggerProvider
Suppress all logging.
supressMissingVariableException() - Method in class org.pfsw.textx.TextEngine
 
supressMissingVariableException(boolean) - Method in class org.pfsw.textx.TextEngine
 
suspend() - Method in interface org.pfsw.bif.execution.ISuspendable
Suspends the execution of the receiver
SWITCH_OFF - Static variable in class org.pfsw.text.StringPattern
 
SWITCH_ON - Static variable in class org.pfsw.text.StringPattern
 
switchIndicator() - Method in class org.pfsw.text.CommandLineArguments
 
switchIndicator(String) - Method in class org.pfsw.text.CommandLineArguments
 
switchWritingOff() - Method in class org.pfsw.textx.TextEngine
 
switchWritingOn() - Method in class org.pfsw.textx.TextEngine
 
switchWritingTo(Bool) - Method in class org.pfsw.textx.TextEngine
 
sys() - Method in class org.pfsw.file.ClasspathElement
 
SYS_PROP_PLUGIN_PATH - Static variable in class org.pfsw.plugin.PluginUtil
 
systemAboutToExit(int) - Method in interface org.pfsw.bif.lifecycle.ISystemExitListener
This method should be called just before the program gets terminated by a System.exit(rc) call.
SystemPropertyName - Enum in org.pfsw.logging.internal
System property names that are influencing the logging component.
SYSU - Static variable in class org.pfsw.util.SysUtil
An instance of this class which can be easily included as static import and then used like SYSU.getOsFamily().
SysUtil - Class in org.pfsw.util
Provides generally useful methods for system inquiries and other system related functionality.
SysUtil() - Constructor for class org.pfsw.util.SysUtil
Initialize the new instance with default values.

T

tableAlreadyCreated() - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
Invoke this method to signal that the table has been already created in the database.
tableAlreadyCreated() - Method in class org.pfsw.db.util.ObjectIdentifierDB
This method should be invoked to prevent automatic table creation which makes sense if the table has been create already externally.
tableAlreadyCreated() - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
This method should be invoked to prevent automatic table creation which makes sense if the table has been create already externally.
tableAlreadyCreated(boolean) - Method in class org.pfsw.db.util.ObjectIdentifierDBBuilder
This method can be invoked to prevent automatic table creation which makes sense if the table has been create already externally.
tableCreated - Variable in class org.pfsw.db.util.ObjectIdentifierDB
 
TableOfContents - Class in org.pfsw.file
An instance of this class contains a list of DirectoryContents objects.
TableOfContents(String) - Constructor for class org.pfsw.file.TableOfContents
Initialize the new instance with default values.
tableSpec(IdGeneratorTableSpec) - Method in class org.pfsw.db.util.DBMultiCategoryIdGeneratorBuilder
If the default table or column names are not acceptable, specify here the names to be used.
TEMP_FILE_PREFIX - Static variable in class org.pfsw.file.FileLocator
 
TEMP_FILE_SUFFIX - Static variable in class org.pfsw.file.FileLocator
 
TempFilesManager - Class in org.pfsw.file
An instance of this class is maintaining an arbitrary number of temporary file in a dedicated folder of the file system (on which it must have write access).
TempFilesManager(File) - Constructor for class org.pfsw.file.TempFilesManager
 
TempFilesManager(File, boolean) - Constructor for class org.pfsw.file.TempFilesManager
 
TemporaryMap<K,V> - Class in org.pfsw.util
This implementation of a Map behaves like a HashMap except that it associates a timestamp with each entry.
TemporaryMap() - Constructor for class org.pfsw.util.TemporaryMap
 
TemporaryMap(long, long) - Constructor for class org.pfsw.util.TemporaryMap
Initialize the new instance with values that define the expiration of any object in the map and the interval for checking if expired objects are in the map.
terminate() - Method in class org.pfsw.util.Trigger
Terminates the trigger.
test(T) - Method in interface org.pfsw.bif.callback.IPredicate
Evaluates this predicate on the given argument.
text(String) - Method in class org.pfsw.util.NamedText
Sets the text (value) of the association.
text() - Method in class org.pfsw.util.NamedText
Returns the text (value) of the association.
textAt(int) - Method in class org.pfsw.util.NamedTextList
Returns the text (value) at the specified index.
textAt(String) - Method in class org.pfsw.util.NamedTextList
Returns the value associated with the specified name or null if the name cannot be found.
TextBuilder<T extends TextBuilder<T>> - Class in org.pfsw.text
A builder for text with fluent API support and placeholder replacement based of String.format(String, Object...).
TextBuilder(StringWriter) - Constructor for class org.pfsw.text.TextBuilder
 
TextEngine - Class in org.pfsw.textx
Instances of this class are able to replace all variables by their values in a given text
TextEngine(VariableResolver) - Constructor for class org.pfsw.textx.TextEngine
Initializes the new created instance with the given objects for resolving variable and function names to values.
TextEngine(VariableResolver, FunctionResolver) - Constructor for class org.pfsw.textx.TextEngine
Initializes the new created instance with the given objects for resolving variable and function names to values.
TextFileReader - Class in org.pfsw.text
Convenience class for reading text files.
TextFileReader(File, Charset) - Constructor for class org.pfsw.text.TextFileReader
Creates a new TextFileReader, given the File to read from with the encoding specified by the given charset.
TextFileReader(File) - Constructor for class org.pfsw.text.TextFileReader
Creates a new TextFileReader, given the File to read from with the default character encoding (UTF-8) of this class.
TextFileReader(String, Charset) - Constructor for class org.pfsw.text.TextFileReader
Creates a new TextFileReader on the file with the given filename to read from with the encoding specified by the given charset.
TextFileReader(String) - Constructor for class org.pfsw.text.TextFileReader
Creates a new TextFileReader on the file with the given filename to read from with the default character encoding (UTF-8) of this class.
TextFileWriter - Class in org.pfsw.text
Convenience class for writing text files.
TextFileWriter(File, Charset) - Constructor for class org.pfsw.text.TextFileWriter
Creates a new TextFileWriter, given the File to write to with the encoding specified by the given charset.
TextFileWriter(File) - Constructor for class org.pfsw.text.TextFileWriter
Creates a new TextFileWriter, given the File to write to with the default character encoding (UTF-8).
TextFileWriter(String, Charset) - Constructor for class org.pfsw.text.TextFileWriter
Creates a new TextFileWriter on the file with the given filename to write to with the encoding specified by the given charset.
TextFileWriter(String) - Constructor for class org.pfsw.text.TextFileWriter
Creates a new TextFileWriter on the file with the given filename to write to with the default character encoding (UTF-8).
TextReplacementException - Exception in org.pfsw.textx
This exception class is a root exception class for exceptions of text replacement services.
TextReplacementException(String) - Constructor for exception org.pfsw.textx.TextReplacementException
Initializes the receiver with the given message text.
TextRepresentation - Interface in org.pfsw.textx
This interface defines the method an object must support, if it wants to provide its text representation other than by the method toString().
throwException(String) - Method in class org.pfsw.text.BaseMatchRuleParser
 
TIMESTAMP_FORMAT - Static variable in class org.pfsw.file.TempFilesManager
 
TimeUnit - Enum in org.pfsw.text
This enum provides several time units with an associated factor useful to calculate the milliseconds from a time value given in a different time unit.
TimeValue - Class in org.pfsw.text
Represents a time value and provides parsing of strings and various different getters for various time units.
TimeValue(long) - Constructor for class org.pfsw.text.TimeValue
Initialize the new instance with a milliseconds value.
TimeValue(long, TimeUnit) - Constructor for class org.pfsw.text.TimeValue
Initialize the new instance with a value and unit.
TimeValue(NaturalNumber, TimeUnit) - Constructor for class org.pfsw.text.TimeValue
Initialize the new instance with a value and unit.
TimeValue(String, TimeUnit) - Constructor for class org.pfsw.text.TimeValue
Initialize the new instance with a string that must contain digits, optionally followed by the short name of a unit (@see TimeUnit.
TimeValue(String) - Constructor for class org.pfsw.text.TimeValue
Initialize the new instance with a string that must contain digits, optionally followed by the short name of a unit (@see TimeUnit.
TIMEZONE_GERMANY - Static variable in class org.pfsw.util.DateUtil
 
TIMEZONE_GMT - Static variable in class org.pfsw.util.DateUtil
 
TIMEZONE_UTC - Static variable in class org.pfsw.util.DateUtil
 
toArray(Collection<?>, String, Class<T>) - Method in class org.pfsw.reflect.ReflectUtil
Returns an array containing all objects that are returned by the specified method name executed against each element in the given collection.
toArray(Collection<Element>) - Static method in class org.pfsw.six.Element
Returns an Element array that contains all Element objects of the given collection.
toArray(List<XmlProcessingInstruction>) - Static method in class org.pfsw.six.XmlProcessingInstruction
 
toArray(Object, Class<T>) - Method in class org.pfsw.text.MatchAttribute
 
toArray(Collection<T>, Class<T>) - Method in class org.pfsw.util.CollectionUtil
Returns an array which has elements of the specified element type.
toArray(Collection<T>) - Method in class org.pfsw.util.CollectionUtil
Returns an array which has elements of the type of the first element in the given collection.
toArray() - Method in class org.pfsw.util.OrderedCollection
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class org.pfsw.util.OrderedCollection
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.pfsw.util.OrderedSet
 
toArray(T[]) - Method in class org.pfsw.util.OrderedSet
 
toBoolean(boolean) - Static method in class org.pfsw.util.Bool
Returns the Boolean object Boolean.FALSE or Boolean.TRUE that corresponds to the given boolean flag.
toc() - Method in class org.pfsw.file.ArchiveTOC
Returns a named value list, where the names are directory names and the values are FileInfo[] objects containing all files inside the directories.
today() - Method in class org.pfsw.util.DateUtil
Returns the current date
toDOM(XmlDocument) - Method in class org.pfsw.six.ModelConverter
Converts the given SIX XML document and all its children (Elements and Processing instructions) to a DOM Document tree.
toDOM(Element) - Method in class org.pfsw.six.ModelConverter
Converts the given SIX element and its children (Elements and Processing instructions) to a DOM Document tree.
toExternal(TInternal) - Method in interface org.pfsw.bif.conversion.IBidirectionalConverter
Converts the given internal object representation to its corresponding external representation.
toFormattedString(Element) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation (2 chars).
toFormattedString(Element, int) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation.
toFormattedString(Element, int, boolean) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation.
toFormattedString(Element) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation (2 chars).
toFormattedString(Element, int) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation.
toFormattedString(Element, int, boolean) - Method in class org.pfsw.six.ModelConverter
Returns the element and its attributes and children as string with new lines and indentation.
toggle() - Method in class org.pfsw.util.ToggleSwitch
Changes the underlying value from true to false or from false to true.
toggleBit(int) - Method in class org.pfsw.util.BitSet
Switches a set bit to unset and a unset bit to set.
ToggleSwitch - Class in org.pfsw.util
A condition with a given initial boolean value that changes (toggles) whenever its run() or execute() method is called.
ToggleSwitch(boolean) - Constructor for class org.pfsw.util.ToggleSwitch
 
toggleWritingSwitch() - Method in class org.pfsw.textx.TextEngine
 
toInternal(TExternal) - Method in interface org.pfsw.bif.conversion.IBidirectionalConverter
Converts the given external object representation to its corresponding internal representation.
toJSON() - Method in interface org.pfsw.bif.text.IJSONConvertible
The receiver of this method returns its internal state as JSON string representation.
toJSON() - Method in class org.pfsw.text.json.JsonArray
 
toJSON() - Method in class org.pfsw.text.json.JsonObject
 
toJSON() - Method in class org.pfsw.text.StringPair
Returns a JSON string representation of this object.
toJSON() - Method in class org.pfsw.text.StringPattern
Returns a JSON string representation of this object.
toJSON() - Method in class org.pfsw.text.StringPatternCollection
Returns a JSON string representation of this object.
toJSONStringLiteral(String) - Method in class org.pfsw.text.json.JsonUtil
Returns the given string as JSON string literal (i.e.
toList(Element[]) - Static method in class org.pfsw.six.Element
Returns an ArrayList that contains all elements of the given array.
toList(T...) - Method in class org.pfsw.util.CollectionUtil
Returns an ArrayList that contains all objects from the given array.
toLowerCase(String[]) - Method in class org.pfsw.text.StringUtil
Modifies the strings in the given array to be all lower case.
toMap(String, String, String, Map<String, String>) - Method in class org.pfsw.text.StringUtil
Returns the given map with new entries from the specified String.
toMap(String, String, Map<String, String>) - Method in class org.pfsw.text.StringUtil
Returns the given map object with all key-value pairs of the specified string added to it.
toMap(String, Map<String, String>) - Method in class org.pfsw.text.StringUtil
Adds all key-value pairs of the given string to the specified map.
toProperties(String, Properties) - Method in class org.pfsw.text.StringUtil
Adds all key-value pairs of the given string to the specified properties.
toSIX(Document) - Method in class org.pfsw.six.ModelConverter
Converts the given DOM Document tree to a SIX element tree.
toSIXDocument(Document) - Method in class org.pfsw.six.ModelConverter
Converts the given DOM Document tree to a SIX XmlDocument tree.
toSIXElement(Document) - Method in class org.pfsw.six.ModelConverter
Converts the given DOM Document tree to a SIX element tree.
toSIXElement(Element) - Method in class org.pfsw.six.ModelConverter
Converts the given DOM Element tree to a SIX element tree.
toString() - Method in enum org.pfsw.bif.CompareResult
 
toString() - Method in exception org.pfsw.bif.exceptions.RemoteCallException
 
toString() - Method in enum org.pfsw.bif.http.HttpMethod
 
toString() - Method in enum org.pfsw.bif.http.NonStandardHttpHeaderName
 
toString() - Method in enum org.pfsw.bif.http.OtherHttpHeaderName
 
toString() - Method in enum org.pfsw.bif.http.StandardHttpHeaderName
 
toString() - Method in enum org.pfsw.bif.priority.StandardPriority
 
toString() - Method in enum org.pfsw.bif.text.JsonSyntaxElement
 
toString() - Method in class org.pfsw.bif.text.Name
 
toString() - Method in class org.pfsw.bif.text.ObjectReference
 
toString() - Method in class org.pfsw.db.util.DefaultIdGeneratorCategorySpec
 
toString() - Method in class org.pfsw.db.util.IdGeneratorTableSpec
 
toString() - Method in class org.pfsw.db.util.ObjectIdentifierDB
 
toString() - Method in class org.pfsw.file.cfiles.AbstractContainer
This is a debug method and to intended to be used for business logic.
toString() - Method in class org.pfsw.file.Classpath
Returns the string representation of this classpath using the current platform's path separator.
toString(String) - Method in class org.pfsw.file.Classpath
Returns the string representation of this classpath using the given path separator.
toString() - Method in class org.pfsw.file.ClasspathElement
Returns the element's string representation.
toString() - Method in class org.pfsw.file.DirectoryContents
 
toString() - Method in class org.pfsw.file.FileInfo
 
toString() - Method in class org.pfsw.file.FileLocator
 
toString() - Method in enum org.pfsw.logging.internal.SystemPropertyName
 
toString() - Method in class org.pfsw.net.http.ClientRequest
 
toString() - Method in class org.pfsw.net.http.Headers
 
toString() - Method in class org.pfsw.net.http.ServerResponse
 
toString() - Method in class org.pfsw.net.http.UserAgent
 
toString() - Method in enum org.pfsw.net.MediaTypeConstant
 
toString() - Method in class org.pfsw.net.MediaTypeDefinition
 
toString() - Method in class org.pfsw.net.UniformResourceLocator
Returns the full URL including parameters as string representation
toString() - Method in class org.pfsw.reflect.ClassInfo
 
toString() - Method in class org.pfsw.reflect.MapEntry
 
toString() - Method in class org.pfsw.reflect.Modifiers
Return a string describing the access modifier flags in the specified modifier.
toString() - Method in class org.pfsw.reflect.ObjectField
 
toString() - Method in class org.pfsw.security.Base64UrlEncodedRandomStringGenerator
 
toString() - Method in class org.pfsw.security.crypto.CheckedHashAlgorithm
 
toString() - Method in class org.pfsw.security.crypto.HashedString
 
toString() - Method in class org.pfsw.security.crypto.HashMechanism
 
toString() - Method in enum org.pfsw.security.KeystoreType
 
toString() - Method in class org.pfsw.security.oauth.pkce.AbstractPKCEGenerator
 
toString() - Method in enum org.pfsw.security.oauth.pkce.CodeChallengeMethod
 
toString() - Method in class org.pfsw.security.oauth.pkce.ProofKeyForCodeExchange
 
toString() - Method in class org.pfsw.security.SignatureAlgorithm
 
toString() - Method in class org.pfsw.security.x509.GeneralName
 
toString() - Method in class org.pfsw.security.x509.MultiX509TrustManager
 
toString() - Method in enum org.pfsw.security.x509.X509NameType
 
toString() - Method in class org.pfsw.six.Element
Returns the element's name as a XML tag.
toString() - Method in class org.pfsw.six.XmlProcessingInstruction
Returns the instruction name enclosed in .
toString() - Method in class org.pfsw.text.AbstractPlaceholderReplacer
 
toString() - Method in class org.pfsw.text.ByteSizeValue
 
toString() - Method in class org.pfsw.text.CheckedCharsetName
Returns the pure upper case encoding name (e.g.
toString() - Method in class org.pfsw.text.CommandLineArguments
Returns a String with all arguments separated by blanks
toString() - Method in class org.pfsw.text.json.JsonObjectWrapper
 
toString() - Method in class org.pfsw.text.MatchAttribute
Returns a string containing the attribute name, the operator and the value(s) set in this part of a match rule.
toString() - Method in class org.pfsw.text.MatchRule
 
toString() - Method in class org.pfsw.text.NaturalNumber
 
toString() - Method in class org.pfsw.text.StringPair
Returns the two strings with the default separator in between.
toString() - Method in class org.pfsw.text.StringPattern
Returns the pattern string.
toString() - Method in class org.pfsw.text.StringScanner
Returns the string the scanner was initialized with
toString() - Method in class org.pfsw.text.TextBuilder
 
toString() - Method in class org.pfsw.text.TimeValue
 
toString() - Method in class org.pfsw.text.UUIDGenerator
 
toString() - Method in class org.pfsw.text.Version
Returns the string for this object.
toString() - Method in class org.pfsw.util.Association
Returns the toString() value of key and value separated by "->".
toString() - Method in class org.pfsw.util.BitSet
Returns the string representation of the receiver.
toString() - Method in class org.pfsw.util.Bool
Returns the string representation of the receiver, which is either "true" or "false".
toString() - Method in class org.pfsw.util.Countdown
 
toString() - Method in class org.pfsw.util.Duration
 
toString() - Method in class org.pfsw.util.PointInTime
 
toString() - Method in class org.pfsw.util.RandomByteSequenceGenerator
 
toString() - Method in class org.pfsw.util.RandomRange
 
toString() - Method in class org.pfsw.util.SimpleDate
Returns the date in the format "yyyy-MM-dd" ("2002-11-23").
toString() - Method in class org.pfsw.util.StopWatch
 
toString() - Method in class org.pfsw.util.ToggleSwitch
 
toString() - Method in exception org.pfsw.util.WrappingRuntimeException
Returns the string representation of the wrapped exception
toStringArray(Collection<?>, String) - Method in class org.pfsw.reflect.ReflectUtil
Returns a string array containing all objects that are returned by the specified method name executed against each element in the given collection.
touch(Association<Long, V>) - Method in class org.pfsw.util.TemporaryMap
 
touchAll() - Method in class org.pfsw.util.TemporaryMap
 
toUpperCase(String[]) - Method in class org.pfsw.text.StringUtil
Modifies the strings in the given array to be all upper case.
toURI() - Method in class org.pfsw.net.UniformResourceLocator
 
toURL() - Method in class org.pfsw.file.FileLocator
Returns the name of the file as an URL.
toURL() - Method in class org.pfsw.net.UniformResourceLocator
 
toVector() - Method in class org.pfsw.util.OrderedCollection
Returns a copy of this collection in a Vector
trace(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreter
Method for debugging output.
trace(String) - Method in class org.pfsw.pax.BaseXMLTagInterpreterController
Method for debugging output.
TRACING - Static variable in class org.pfsw.file.LoggerProvider
 
TRANSFER_ENCODING - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
transform1(byte[], int) - Method in class org.pfsw.security.crypto.CryptoUtil
Does a XOR transformation of each byte in the given byte array using the key specified by the given keyNum.
translate(String, String, String) - Method in class org.pfsw.text.StringUtil
Returns a string of the same length as the given text parameter.
translateCharacter(char, boolean) - Method in class org.pfsw.pax.MarkupWriter
 
Trigger - Class in org.pfsw.util
A trigger is an object that runs in a separate thread and waits for a specified time until it calls a specific method of a trigger client (see TriggerClient).
Trigger(String, TriggerClient, long) - Constructor for class org.pfsw.util.Trigger
Initialize the new instance with default values.
trigger() - Method in class org.pfsw.util.Trigger
 
TriggerClient - Interface in org.pfsw.util
An object that wants to work with a trigger (see Trigger) is a TriggerClient and must therefore implement this interface.
triggeredBy(Trigger) - Method in class org.pfsw.util.TemporaryMap
FOR INTERNAL USE ONLY!
Will be called by a Trigger to execute the clean-up of expired objects.
triggeredBy(Trigger) - Method in interface org.pfsw.util.TriggerClient
This method will be called by a trigger whenever its timing says so.
triggerPrefixEvent(Properties, boolean) - Method in class org.pfsw.pax.DOMTreeXMLReader
 
trim(String, String...) - Method in class org.pfsw.text.StringUtil
Returns a new string where all leading and trailing unwanted substrings are removed.
trimLoop(int, String, String[]) - Method in class org.pfsw.text.StringUtil
Returns a new string where all leading and trailing unwanted substrings are removed.
trimmedParts(String, String) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
trimmedSplit(String, String) - Method in class org.pfsw.text.StringUtil
Returns a list of substrings of the given text.
trimOnce(String, String...) - Method in class org.pfsw.text.StringUtil
Returns a new string where the first leading and first trailing unwanted substrings are removed.
trimSeparator(String, String) - Method in class org.pfsw.text.StringUtil
Cuts off all leading and trailing occurrences of separator in text.
TRUE - Static variable in interface org.pfsw.text.json.JsonConstants
 
TRUE - Static variable in class org.pfsw.util.Bool
 
truncate(String, int) - Method in class org.pfsw.text.StringUtil
Returns a string that is shortened (chopped off the end) to the specified length.
type(Proxy.Type) - Method in class org.pfsw.net.http.ProxyBuilder
 

U

UK_DATE_FORMAT - Static variable in class org.pfsw.util.DateUtil
 
UncheckedTextFileWriter - Class in org.pfsw.text
Convenience class for writing text files with throwing IORuntimeException rather than IOException in its methods that extend Writer functionality.
UncheckedTextFileWriter(File, Charset) - Constructor for class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter, given the File to write to with the encoding specified by the given charset.
UncheckedTextFileWriter(File) - Constructor for class org.pfsw.text.UncheckedTextFileWriter
Creates a new UncheckedTextFileWriter, given the File to write to with the default character encoding (UTF-8).
UncheckedTextFileWriter(String, Charset) - Constructor for 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.
UncheckedTextFileWriter(String) - Constructor for 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).
uncommentProperty(String) - Method in class org.pfsw.file.PropertiesFileContent
Changes a comment containing the property specified by the given name to a real property setting, by removing the leading comment indicator '#'.
uncommentProperty(IName) - Method in class org.pfsw.file.PropertiesFileContent
Changes a comment containing the property specified by the given name to a real property setting, by removing the leading comment indicator '#'.
UNDEFINED_SIZE - Static variable in interface org.pfsw.bif.callback.IProgressListener
This value specifies that the size is undefined or unknown.
UNDEFINED_STATUS_CODE - Static variable in exception org.pfsw.bif.exceptions.RemoteCallException
 
unencoded(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Tries to Base64 decode the given string.
UniformResourceLocator - Class in org.pfsw.net
Helper class to parse and manipulate URLs in a convenient way.
UniformResourceLocator(String) - Constructor for class org.pfsw.net.UniformResourceLocator
Initialize the new instance with the given URL
UniformResourceLocator() - Constructor for class org.pfsw.net.UniformResourceLocator
Initialize the new instance with default values.
UniformResourceLocator(String, String, int, String, String...) - Constructor for class org.pfsw.net.UniformResourceLocator
Initialize the new instance with the various parts of a URL.
UniformResourceLocator(String, String, String, String...) - Constructor for class org.pfsw.net.UniformResourceLocator
Initialize the new instance with the various parts of a URL.
uninstall() - Static method in class org.pfsw.security.authentication.AutoAuthenticationManager
Can be called to remove this authentication manager from the java.net.Authenticator.
UNIX_SYSTEMS - Static variable in class org.pfsw.util.SysUtil
 
UNKNOWN_LENGTH - Static variable in class org.pfsw.security.crypto.CheckedHashAlgorithm
 
UnknownFieldException - Exception in org.pfsw.reflect
A runtime exception to signal that a field cannot be found by reflection.
UnknownFieldException(String, Object...) - Constructor for exception org.pfsw.reflect.UnknownFieldException
 
UnknownFieldException(Throwable, String, Object...) - Constructor for exception org.pfsw.reflect.UnknownFieldException
 
UnknownFunctionException - Exception in org.pfsw.textx
This exception class is used for signalling that a given function name is not known and can't be dealt with.
UnknownFunctionException(String) - Constructor for exception org.pfsw.textx.UnknownFunctionException
Initializes the receiver with the function name that caused the exception.
UnknownVariableException - Exception in org.pfsw.textx
This exception class is used for signaling that a given variable name is not known and can't be dealt with.
UnknownVariableException(String) - Constructor for exception org.pfsw.textx.UnknownVariableException
Initializes the receiver with the variable name that caused the exception.
unquoted(String) - Method in class org.pfsw.text.CommandLineArguments
 
unquotedIfSupported(String) - Method in class org.pfsw.text.CommandLineArguments
 
unsetAbstract() - Method in class org.pfsw.reflect.Modifiers
Unsets the ABSTRACT bit.
unsetBit(int) - Method in class org.pfsw.util.BitSet
Unsets the bit defined by the argument.
unsetFinal() - Method in class org.pfsw.reflect.Modifiers
Unsets the FINAL bit.
unsetInterface() - Method in class org.pfsw.reflect.Modifiers
Unsets the INTERFACE bit.
unsetModifier(int) - Method in class org.pfsw.reflect.Modifiers
Unsets the bits in the underlying int that are specified by mod.
unsetNative() - Method in class org.pfsw.reflect.Modifiers
Unsets the NATIVE bit.
unsetPrivate() - Method in class org.pfsw.reflect.Modifiers
Unsets the PRIVATE bit.
unsetProtected() - Method in class org.pfsw.reflect.Modifiers
Unsets the PROTECTED bit.
unsetPublic() - Method in class org.pfsw.reflect.Modifiers
Unsets the PUBLIC bit.
unsetStatic() - Method in class org.pfsw.reflect.Modifiers
Unsets the STATIC bit.
unsetStrict() - Method in class org.pfsw.reflect.Modifiers
Unsets the STRICT bit.
unsetSynchronized() - Method in class org.pfsw.reflect.Modifiers
Unsets the SYNCHRONIZED bit.
unsetTransient() - Method in class org.pfsw.reflect.Modifiers
Unsets the TRANSIENT bit.
unsetVolatile() - Method in class org.pfsw.reflect.Modifiers
Unsets the VOLATILE bit.
unwrap(Class<T>) - Method in class org.pfsw.db.util.DataSourceProxy
Always throws SQLException, becaus eno interfaces are supported.
UPPERCASE - Static variable in class org.pfsw.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with all letters changed to upper case.
UPPERCASE_FIRST_LETTER - Static variable in class org.pfsw.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with a capitalized first letter.
upperLowerFirstLetter(List<String>, boolean) - Method in class org.pfsw.textx.BasicTextFunctionResolver
 
upTo(String, String) - Method in class org.pfsw.text.StringUtil
Returns the substring of the given string that comes before the first occurrence of the specified separator.
upToEnd() - Method in class org.pfsw.text.StringExaminer
Returns the a string containing all characters from the current position up to the end of the examined string.
upToEnd(boolean) - Method in class org.pfsw.text.StringExaminer
Returns the a string containing all characters from the current position up to the end of the examined string.
upToEnd(StringExaminer) - Method in class org.pfsw.text.StringPattern
 
upToPosition(int) - 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.
URL_PARAM_ASSIGN - Static variable in class org.pfsw.net.UniformResourceLocator
The character '=' that is used to separate name and value of query parameters
URL_PARAM_SEPARATOR - Static variable in class org.pfsw.net.UniformResourceLocator
The character '&' that is used to separate consecutive query parameters from each other
URL_PORT_SEPARATOR - Static variable in class org.pfsw.net.UniformResourceLocator
The character ':' that is used to separate hostname from the port
URL_QUERY_SEPARATOR - Static variable in class org.pfsw.net.UniformResourceLocator
The character '?' that is used to separate the query parameters from the URL
urlDecode(String, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Returns the given string with all %xx placeholders decoded using the specified charset encoding.
urlDecode(String) - Method in class org.pfsw.file.FileUtil
Returns the given string with all %xx placeholders decoded.
urlDecode(String, Charset) - Method in class org.pfsw.net.NetUtil
Returns the given string character and URL decoded.
urlDecode(String, Charset) - Method in class org.pfsw.util.IOUtil
Returns the given string with all %xx placeholders decoded using the specified charset encoding.
urlDecode(String) - Method in class org.pfsw.util.IOUtil
Returns the given string with all %xx placeholders decoded.
urlEncode(String, ICheckedCharset) - Method in class org.pfsw.file.FileUtil
Returns the given string with all characters that are not allowed directly in URLs encoded as %xx placeholders.
urlEncode(String) - Method in class org.pfsw.file.FileUtil
Returns the given string with all characters that are not allowed directly in URLs encoded as %xx placeholders.
urlEncode(String, Charset) - Method in class org.pfsw.net.NetUtil
Returns the given string character and URL encoded.
urlEncode(String, Charset) - Method in class org.pfsw.util.IOUtil
Returns the given string with all characters that are not allowed directly in URLs encoded as %xx placeholders.
urlEncode(String) - Method in class org.pfsw.util.IOUtil
Returns the given string with all characters that are not allowed directly in URLs encoded as %xx placeholders.
urlPath(StringBuffer) - Method in class org.pfsw.file.FileLocator
 
US_ASCII - Static variable in interface org.pfsw.bif.text.ICharsets
 
US_ASCII - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset US-ASCII.
US_DATE_FORMAT - Static variable in class org.pfsw.util.DateUtil
 
US_FORMAT - Static variable in class org.pfsw.util.SimpleDate
 
useDollarCurlyBrackets() - Method in class org.pfsw.textx.TextEngine
Sets the delimiters to ${}
useDoubleQuotes() - Method in class org.pfsw.pax.MarkupWriter
Configures the writer to write double quotes ( " ) around attribute values.
useDoubleQuotes() - Method in class org.pfsw.pax.XMLWriteController
Configures the writer to write double quotes ( " ) around attribute values.
useDoubleQuotes() - Method in class org.pfsw.six.XmlStreamWriter
Configures this writer to use double quotes (") to enclose XML attribute values.
useLevelIndicators() - Method in class org.pfsw.logging.stdout.PrintStreamLogger
 
useNewSyntax() - Method in class org.pfsw.text.MatchRulePrinter
Returns true, if the printer uses the new syntax which is using an equals character rather than the curly brackets for single values.
useNewSyntax(boolean) - Method in class org.pfsw.text.MatchRulePrinter
Sets if the printer uses the new syntax.
USER_AGENT - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
UserAgent - Class in org.pfsw.net.http
A class that handles communication via HTTP for a client.
UserAgent() - Constructor for class org.pfsw.net.http.UserAgent
 
UserAgent(Proxy) - Constructor for class org.pfsw.net.http.UserAgent
 
useSetSyntax(MatchRuleCompareOperator, String[]) - Method in class org.pfsw.text.MatchRulePrinter
 
useSingleQuotes() - Method in class org.pfsw.pax.MarkupWriter
Configures the writer to write single quotes ( ' ) around attribute values.
useSingleQuotes() - Method in class org.pfsw.pax.XMLWriteController
Configures the writer to write single quotes ( ' ) around attribute values.
useSingleQuotes() - Method in class org.pfsw.six.XmlStreamWriter
Configures this writer to use single quotes (') to enclose XML attribute values.
usesSupportedRemoteProtocol(String) - Static method in class org.pfsw.file.FileLocator
 
UTF_16 - Static variable in interface org.pfsw.bif.text.ICharsets
 
UTF_16 - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset UTF-16.
UTF_16BE - Static variable in interface org.pfsw.bif.text.ICharsets
 
UTF_16BE - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset UTF-16BE.
UTF_16LE - Static variable in interface org.pfsw.bif.text.ICharsets
 
UTF_16LE - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset UTF-16LE.
UTF_8 - Static variable in interface org.pfsw.bif.text.ICharsets
 
UTF_8 - Static variable in class org.pfsw.text.CheckedCharsetName
The pre-defined constant for Java standard charset UTF-8.
util() - Method in class org.pfsw.file.FileInfo
 
UUIDGenerator - Class in org.pfsw.text
An IObjectIdGenerator that generates UUIDs.
UUIDGenerator() - Constructor for class org.pfsw.text.UUIDGenerator
Returns a newly created instance.

V

validate(ClassInfo<T>) - Method in class org.pfsw.plugin.ClassRegistry
 
validateClass(ClassInfo<?>) - Method in class org.pfsw.plugin.PluginRegistry
 
validateClassFound(ClassInfo<?>) - Method in class org.pfsw.plugin.PluginRegistry
 
validateInstanceCreation(ClassInfo<?>) - Method in class org.pfsw.plugin.PluginRegistry
 
validElements() - Method in class org.pfsw.file.Classpath
Returns the classpath elements that are valid.
value() - Method in class org.pfsw.util.Association
Returns the value of the association.
value(V) - Method in class org.pfsw.util.Association
Sets the value of the association.
value(TInput) - Method in class org.pfsw.util.Block1
 
value(String) - Method in class org.pfsw.util.NamedText
Sets the text (value) of the association.
VALUE_SEPARATOR - Static variable in interface org.pfsw.text.json.JsonConstants
 
valueAt(int) - Method in class org.pfsw.util.AssociationList
Returns the value of the association at the specified index.
valueAt(K) - Method in class org.pfsw.util.AssociationList
Returns the value associated with the specified key or null if the key cannot be found.
valueAt(String) - Method in class org.pfsw.util.NamedValueList
Returns the value associated with the specified name or null if the name cannot be found.
valueClass() - Method in class org.pfsw.util.AssociationList
Returns the class all contained objects must be an instance of Subclasses usually must override this method.
valueClass() - Method in class org.pfsw.util.NamedTextList
Returns the class all contained objects must be an instance of.
valueInMap(Map<String, ?>) - Method in class org.pfsw.text.MatchAttribute
 
valueOf(String) - Static method in enum org.pfsw.bif.CompareResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.http.NonStandardHttpHeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.http.OtherHttpHeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.http.StandardHttpHeaderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.logic.BooleanOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.priority.StandardPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.bif.text.JsonSyntaxElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.logging.internal.SystemPropertyName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.logging.stdout.PrintLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.net.MediaTypeConstant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.security.KeystoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.security.oauth.pkce.CodeChallengeMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.security.x509.X509NameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.six.XmlItem.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.text.ByteSizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.text.MatchRuleCompareOperator
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.pfsw.text.NaturalNumber
 
valueOf(int) - Static method in class org.pfsw.text.NaturalNumber
 
valueOf(String) - Static method in enum org.pfsw.text.NewLine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.pfsw.text.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.pfsw.util.Duration
Creates a new instance based on the given milliseconds.
values() - Static method in enum org.pfsw.bif.CompareResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.http.NonStandardHttpHeaderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.http.OtherHttpHeaderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.http.StandardHttpHeaderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.logic.BooleanOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.priority.StandardPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.bif.text.JsonSyntaxElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.logging.internal.SystemPropertyName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.logging.stdout.PrintLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.net.MediaTypeConstant
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.pfsw.plugin.ClassRegistry
Returns all class info objects that are currently in this registry.
values() - Method in class org.pfsw.reflect.MappedObject
 
values() - Static method in enum org.pfsw.security.KeystoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.security.oauth.pkce.CodeChallengeMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.security.x509.X509NameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.six.XmlItem.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.text.ByteSizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.text.MatchRuleCompareOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.text.NewLine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.pfsw.text.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.pfsw.util.AssociationList
Returns all values that are currently stored (might contain duplicates)
values() - Method in class org.pfsw.util.CaseInsensitiveKeyMap
Returns all values of the map.
values() - Method in class org.pfsw.util.CollectorDictionary
Returns a collection view of the values contained in this map.
values() - Method in class org.pfsw.util.MapWrapper
Returns all values of the map.
values() - Method in class org.pfsw.util.OrderedMap
Returns all values of the map.
values() - Method in class org.pfsw.util.PropertiesMap
 
values() - Method in class org.pfsw.util.StackedMap
Returns all values of this map and the maps on the stack.
values() - Method in class org.pfsw.util.TemporaryMap
Returns all values of the map.
valuesSize() - Method in class org.pfsw.util.CollectorDictionary
Returns the number of all values in all entries.
VariableContainer - Interface in org.pfsw.textx
Extends the VariableResolver interface with write capability methods.
VariableResolver - Interface in org.pfsw.textx
This interface defines the method an object must support, if it wants to provide values associated to specific variable names.
VariableResolverPool - Class in org.pfsw.textx
Instances of this class can pool several VariableResolver.
VariableResolverPool() - Constructor for class org.pfsw.textx.VariableResolverPool
Initialize the new instance with default values.
VariableResolverPool(Map<String, VariableResolver>) - Constructor for class org.pfsw.textx.VariableResolverPool
Initialize the new instance with the given map to hold the pooled objects.
verify(String, SSLSession) - Method in class org.pfsw.net.SkipHostnameVerification
 
Version - Class in org.pfsw.text
This class provides a representation of version identifiers of pattern "x.y.z" in a way that they can be compared and sorted according to their real meaning and not just by simple string comparison.
Version() - Constructor for class org.pfsw.text.Version
Initialize the new instance.
Version(String) - Constructor for class org.pfsw.text.Version
Initialize the new instance with a version string of type "x.y.z".
Version(Version) - Constructor for class org.pfsw.text.Version
Initialize the new instance with the values from another a version.
Version(int, int, int, String) - Constructor for class org.pfsw.text.Version
Initialize the new instance with a major, minor, micro version and a qualifier.
Version(int, int, int) - Constructor for class org.pfsw.text.Version
Initialize the new instance with a major, minor and micro version.
Version(int, int) - Constructor for class org.pfsw.text.Version
Initialize the new instance with a major and minor version.
Version(int) - Constructor for class org.pfsw.text.Version
Initialize the new instance with a major version.
VIA - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
VIA - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
VIS_DEFAULT - Static variable in class org.pfsw.reflect.Modifiers
String constant for "".
VIS_PRIVATE - Static variable in class org.pfsw.reflect.Modifiers
String constant for "private".
VIS_PROTECTED - Static variable in class org.pfsw.reflect.Modifiers
String constant for "protected".
VIS_PUBLIC - Static variable in class org.pfsw.reflect.Modifiers
String constant for "public".

W

waitUntilFalse(ICondition, long) - Method in class org.pfsw.util.Countdown
Waits in a loop until either the value of the condition becomes false or the maxTimeToWait is exceeded.
waitUntilFalse(ICondition, Duration) - Method in class org.pfsw.util.Countdown
Waits in a loop until either the value of the condition becomes false or the maxTimeToWait is exceeded.
waitUntilTrue(ICondition, long) - Method in class org.pfsw.util.Countdown
Waits in a loop until either the value of the condition becomes true or the maxTimeToWait is exceeded.
waitUntilTrue(ICondition, Duration) - Method in class org.pfsw.util.Countdown
Waits in a loop until either the value of the condition becomes true or the maxTimeToWait is exceeded.
waitWhile(ICondition, boolean, long) - Method in class org.pfsw.util.Countdown
 
walkThrough(String, String, boolean) - Method in class org.pfsw.file.FileWalker
This method starts in the given directory to search for all files matching the given pattern(s).
walkThrough(String) - Method in class org.pfsw.file.FileWalker
Walks through all directories specified by the given pattern and calls the file handler or file processor for each file that matches the file part in the given pattern.
walkThrough(String, FilenameFilter, boolean) - Method in class org.pfsw.file.FileWalker
Walks through the given directory and optionally through all its sub-directories as well.
walkThroughAllRecursive(String) - Method in class org.pfsw.file.FileWalker
Walks through the given directory and all its sub-directories as well.
walkThroughDirectories(String, FilenameFilter, boolean) - Method in class org.pfsw.file.FileWalker
Walks through the given start directory and optionally through all its sub-directories as well.
walkThroughDirectoriesSubDirsFirst(String, FilenameFilter) - Method in class org.pfsw.file.FileWalker
Walks through the given start directory and recursively through all its sub-directories.
walkThroughFinished() - Method in class org.pfsw.text.LdapMatchRuleVisitor
This method will be called when the MatchRule has finished to walk through its elements.
walkThroughFinished() - Method in class org.pfsw.text.MatchRulePrinter
This method will be called when the MatchRule has finished to walk through its elements.
walkThroughFinished() - Method in interface org.pfsw.text.MatchRuleVisitor
This method will be called when the MatchRule has finished to walk through its elements.
walkThroughFinished() - Method in class org.pfsw.text.SqlMatchRuleVisitor
This method will be called when the MatchRule has finished to walk through its elements.
walkThroughInit() - Method in class org.pfsw.text.LdapMatchRuleVisitor
This method will be called right before the MatchRule walks through its elements.
walkThroughInit() - Method in class org.pfsw.text.MatchRulePrinter
This method will be called right before the MatchRule walks through its elements.
walkThroughInit() - Method in interface org.pfsw.text.MatchRuleVisitor
This method will be called right before the MatchRule walks through its elements.
walkThroughInit() - Method in class org.pfsw.text.SqlMatchRuleVisitor
This method will be called right before the MatchRule walks through its elements.
warnf(String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level WARNING is activated for this logger.
warnf(Throwable, String, Object...) - Method in interface org.pfsw.logging.Logger2
Writes the given message template to the log if log level WARNING is activated for this logger.
warnf(String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level WARNING is activated for this logger.
warnf(Throwable, String, Object...) - Method in class org.pfsw.logging.Logger2Logger
Writes the given message template to the log if log level WARNING is activated for this logger.
whileFalse(ICondition, long) - Static method in class org.pfsw.util.Countdown
Runs an empty loop until either the condition is true or the specified time in milliseconds is over.
whileFalse(ICondition, Duration) - Static method in class org.pfsw.util.Countdown
Runs an empty loop until either the condition is true or the specified time in milliseconds is over.
whileTrue(ICondition, long) - Static method in class org.pfsw.util.Countdown
Runs an empty loop until either the condition is false or the specified time in milliseconds is over (more or less).
whileTrue(ICondition, Duration) - Static method in class org.pfsw.util.Countdown
Runs an empty loop until either the condition is false or the specified time in milliseconds is over (more or less).
WINDOWS_DRIVE_PATTERN_1 - Static variable in class org.pfsw.file.FileUtil
 
WINDOWS_DRIVE_PATTERN_2 - Static variable in class org.pfsw.file.FileUtil
 
WindowsDrive - Class in org.pfsw.file.cfiles
Represents a single virtual or physical drive in a Windows system.
WindowsDrive(String) - Constructor for class org.pfsw.file.cfiles.WindowsDrive
Create the object for a specific drive letter.
withIntegerValuess(Integer...) - Static method in class org.pfsw.text.json.JsonArray
 
withJsonObjects(JsonObject...) - Static method in class org.pfsw.text.json.JsonArray
 
withLeadingChar(String, char) - Method in class org.pfsw.text.StringUtil
Returns the given string and ensures that it starts with the given character.
withLeadingSlash(String) - Method in class org.pfsw.net.NetUtil
Returns the given string guaranteed with a leading slash.
withLongValues(Long...) - Static method in class org.pfsw.text.json.JsonArray
 
withNamespacePrefix() - Method in class org.pfsw.six.XmlStreamWriter
Returns whether or not the namespace prefix is written as well.
withNamespacePrefix(boolean) - Method in class org.pfsw.six.XmlStreamWriter
Sets whether or not the namespace prefix is written as well.
withoutLeadingChar(String, char) - Method in class org.pfsw.text.StringUtil
Returns the given string and ensures that it does not start with the given character.
withoutLeadingSlash(String) - Method in class org.pfsw.net.NetUtil
Returns the given string guaranteed with no leading slash.
withoutPadding() - Static method in class org.pfsw.util.Base64StandardEncoder
Creates a new instance of this Base64 encoder without padding.
withoutPadding() - Static method in class org.pfsw.util.Base64UrlEncoder
Creates a new instance of this Base64 encoder without padding.
withoutTrailingChar(String, char) - Method in class org.pfsw.text.StringUtil
Returns the given string and ensures that it does not end with the given character.
withoutTrailingSlash(String) - Method in class org.pfsw.net.NetUtil
Returns the given string guaranteed with no trailing slash.
withPadding() - Static method in class org.pfsw.util.Base64StandardEncoder
Creates a new instance of this Base64 encoder with padding.
withPadding() - Static method in class org.pfsw.util.Base64UrlEncoder
Creates a new instance of this Base64 encoder with padding.
withStrings(String...) - Static method in class org.pfsw.text.json.JsonArray
 
withTrailingChar(String, char) - Method in class org.pfsw.text.StringUtil
Returns the given string and ensures that it ends with the given character.
withTrailingSlash(String) - Method in class org.pfsw.net.NetUtil
Returns the given string guaranteed with a trailing slash.
words(String) - Method in class org.pfsw.text.StringUtil
Returns an array of substrings of the given text.
WrappingRuntimeException - Exception in org.pfsw.util
This runtime exception can be used to wrap a "normal" exception.
WrappingRuntimeException(Exception) - Constructor for exception org.pfsw.util.WrappingRuntimeException
Initialize the new instance with default values.
write(String) - Method in class org.pfsw.pax.MarkupWriter
 
write(char) - Method in class org.pfsw.pax.MarkupWriter
 
write(String, Object...) - Method in class org.pfsw.text.FormattedTextWriter
Replaces any placeholders (e.g.
write(IStringRepresentation) - Method in class org.pfsw.text.FormattedTextWriter
The same as FormattedTextWriter.write(String, Object...), except that only the given object is converted to its string representation.
write(Appendable, JsonObject) - Method in class org.pfsw.text.json.JsonWriter
Writes the given JsonObject to the specified Appendable with line breaks and indentation.
write(IStringRepresentation) - Method in class org.pfsw.text.TextFileWriter
Writes the given object's IStringRepresentation.asString().
write(IStringRepresentation) - Method in class org.pfsw.text.UncheckedTextFileWriter
Writes the given object's IStringRepresentation.asString().
writeAll(Object...) - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Writes all given arguments to the output target.
writeAll(Object...) - Method in class org.pfsw.text.FormattedTextWriter
Writes all given arguments to the output target.
writeArrayEnd(FormattedTextWriter) - Method in class org.pfsw.text.json.JsonWriter
 
writeArrayStart(FormattedTextWriter) - Method in class org.pfsw.text.json.JsonWriter
 
writeAssignment() - Method in class org.pfsw.pax.MarkupWriter
 
writeAttribute(String, String) - Method in class org.pfsw.pax.MarkupWriter
 
writeCharData(String, boolean) - Method in class org.pfsw.pax.MarkupWriter
 
writeDocumentStart(Writer, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the start line of an XML document to the given writer.
writeDocumentStart(Writer, String, boolean) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the start line of an XML document to the given writer.
writeDocumentType(Writer, String, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the document type line to the given writer.
writeDocumentType(Writer, String, String, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the document type line to the given writer.
writeDOM(Document, Writer) - Static method in class org.pfsw.six.XmlStreamWriter
Write the given document to the specified writer as XML representation.
writeEmptyTag(String) - Method in class org.pfsw.pax.MarkupWriter
 
writeEndTag(String) - Method in class org.pfsw.pax.MarkupWriter
 
writef(String, Object...) - Method in class org.pfsw.text.TextFileWriter
Allows writing with placeholder replacement as provided by String.format(String, Object...).
writef(String, Object...) - Method in class org.pfsw.text.UncheckedTextFileWriter
Allows writing with placeholder replacement as provided by String.format(String, Object...).
writeField(FormattedTextWriter, JsonWriter.FieldData) - Method in class org.pfsw.text.json.JsonWriter
 
writeIndentation() - Method in class org.pfsw.pax.MarkupWriter
 
writeIndentation() - Method in class org.pfsw.text.FormattedTextWriter
 
writeJsonObject(FormattedTextWriter, JsonObject) - Method in class org.pfsw.text.json.JsonWriter
 
writeJsonObjectFields(FormattedTextWriter, JsonObject) - Method in class org.pfsw.text.json.JsonWriter
 
writeln(String, Object...) - Method in class org.pfsw.text.FormattedTextWriter
Replaces any placeholders (e.g.
writeln(IStringRepresentation) - Method in class org.pfsw.text.FormattedTextWriter
The same as FormattedTextWriter.writeln(String, Object...), except that only the given object is converted to its string representation.
writeln(String, Object...) - Method in class org.pfsw.text.TextFileWriter
Writes the text with placeholder replacement as provided by String.format(String, Object...).
writeln(IStringRepresentation) - Method in class org.pfsw.text.TextFileWriter
Writes the given object's IStringRepresentation.asString() followed by newline character(s).
writeln(String, Object...) - Method in class org.pfsw.text.UncheckedTextFileWriter
Writes the text with placeholder replacement as provided by String.format(String, Object...).
writeln(IStringRepresentation) - Method in class org.pfsw.text.UncheckedTextFileWriter
Writes the given object's IStringRepresentation.asString() followed by newline character(s).
writelnAll(Object...) - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Writes all given arguments to the output target and finally appends a new line.
writelnAll(Object...) - Method in class org.pfsw.text.FormattedTextWriter
Writes all given arguments to the output target and finally appends a new line.
writelnText(String) - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Writes the given text.
writelnText(String) - Method in class org.pfsw.text.FormattedTextWriter
Writes the given text.
writeMultipleValues(FormattedTextWriter, Collection<?>) - Method in class org.pfsw.text.json.JsonWriter
 
writeObjectEnd(FormattedTextWriter) - Method in class org.pfsw.text.json.JsonWriter
 
writeObjectStart(FormattedTextWriter) - Method in class org.pfsw.text.json.JsonWriter
 
writeQuote() - Method in class org.pfsw.pax.MarkupWriter
 
writeQuoted(Writer, String) - Method in class org.pfsw.six.XmlStreamWriter
 
writeSIXElement(Element, Writer) - Static method in class org.pfsw.six.XmlStreamWriter
Write the given element and its children to the specified writer as XML representation.
writeSpace() - Method in class org.pfsw.pax.MarkupWriter
 
writeStart(FormattedTextWriter, JsonSyntaxElement) - Method in class org.pfsw.text.json.JsonWriter
 
writeStartTag(String) - Method in class org.pfsw.pax.MarkupWriter
 
writeText(String) - Method in interface org.pfsw.bif.text.IIndentedTextWriter
Writes the given text.
writeText(String) - Method in class org.pfsw.pax.MarkupWriter
 
writeText(String) - Method in class org.pfsw.text.FormattedTextWriter
Writes the given text.
writeTo(String, PropertiesFileContent) - Method in class org.pfsw.file.PropertiesFileWriter
Writes the given properties including all comments and blank lines to a file with the specified name.
writeTo(File, PropertiesFileContent) - Method in class org.pfsw.file.PropertiesFileWriter
Writes the given properties including all comments and blank lines to the specified file.
writeTo(Writer, PropertiesFileContent) - Method in class org.pfsw.file.PropertiesFileWriter
Writes the given properties including all comments and blank lines to the given writer.
writeToResultBuffer(String) - Method in class org.pfsw.textx.TextEngine
 
writeToResultBuffer(char) - Method in class org.pfsw.textx.TextEngine
 
writeValue(FormattedTextWriter, Object, boolean) - Method in class org.pfsw.text.json.JsonWriter
 
writeWellFormedXML(Element, Writer, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the given element tree as a well formed XML stream.
writeWellFormedXML(Element, Writer, String, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the given element tree as a well formed XML stream.
writeWellFormedXML(Element, Writer, String, String, String) - Static method in class org.pfsw.six.XmlStreamWriter
Writes the given element tree as a well formed XML to the given writer.
WWW_AUTHENTICATE - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 

X

X509NameType - Enum in org.pfsw.security.x509
Constants for alternative subject and issuer names.
X509TrustManagerBuilder - Class in org.pfsw.security.x509
 
X509TrustManagerBuilder() - Constructor for class org.pfsw.security.x509.X509TrustManagerBuilder
 
X509TrustManagerCheck - Interface in org.pfsw.security.x509
 
X_ACCESS_TOKEN - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
X_AUTH_TOKEN - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
X_CONTENT_TYPE_OPTIONS - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
X_FRAME_OPTIONS - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
X_JWT_ASSERTION - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
X_REQUESTED_WITH - Static variable in interface org.pfsw.net.http.RequestHeaderNames
 
X_XSS_PROTECTION - Static variable in interface org.pfsw.net.http.ResponseHeaderNames
 
XmlDocument - Class in org.pfsw.six
Represents the whole XML document and contains 0..n children which can be of type Element or XmlProcessingInstruction.
XmlDocument() - Constructor for class org.pfsw.six.XmlDocument
 
XmlItem - Interface in org.pfsw.six
Defines a minimal common interface each object in an XML tree must support.
XmlItem.Type - Enum in org.pfsw.six
 
XmlProcessingInstruction - Class in org.pfsw.six
Represents a single processing instruction in a XML document.
XmlProcessingInstruction(String, String) - Constructor for class org.pfsw.six.XmlProcessingInstruction
 
XmlReflection - Class in org.pfsw.reflect
Provides a mechanism to create Java object instances from XML meta-data describing the objects to create.
XmlReflection() - Constructor for class org.pfsw.reflect.XmlReflection
Initialize the new instance with default values.
XmlStreamReader - Class in org.pfsw.six
This is the most simple service class to read a XML stream into a hierarchical String based structure or into a DOM tree.
XmlStreamWriter - Class in org.pfsw.six
Provides convenience methods to write XML data easily to streams.
XmlStreamWriter() - Constructor for class org.pfsw.six.XmlStreamWriter
Initialize the new instance with default values.
XMLTagInterpreter - Interface in org.pfsw.pax
This defines the API for a tag interpreter class in the PAX framework.
XMLTagInterpreterController - Interface in org.pfsw.pax
This defines the API for tag interpreter controller classes in the PAX framework.
XMLTagInterpreterFactory - Interface in org.pfsw.pax
This defines the API for classes that can create tag interpreter instances for specific tag names in a defined tag set.
XmlUtil - Class in org.pfsw.pax
This class provides general helper classes that normally should be part of the Java API.
XmlUtil() - Constructor for class org.pfsw.pax.XmlUtil
Initialize the new instance with default values.
XMLWriteController - Class in org.pfsw.pax
This is the controller for wriring a DOM tree to an XML stream.
XMLWriteController(XMLReader, Writer) - Constructor for class org.pfsw.pax.XMLWriteController
Initialize the new instance with the given XML reader and writer.
XMLWriteInterpreter - Class in org.pfsw.pax
The instances of this class are responsible for writing the tag's name, attributes and contents to the given MarkupWriter.
XMLWriteInterpreter(String, MarkupWriter) - Constructor for class org.pfsw.pax.XMLWriteInterpreter
Initialize the new instance with default values.
xor1(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the byte array containing the xor encoded representation of the given input string.
xor1Encrypted(String) - Method in class org.pfsw.security.crypto.CryptoUtil
Returns the given string XOR1 encrypted and base64 encoded with a prefix "{XOR1}".
XPathAccess - Class in org.pfsw.pax
Simplified access via XPath to a Document.
XPathAccess(Element) - Constructor for class org.pfsw.pax.XPathAccess
Initialize the new instance with the element to work on.
XPathAccess(Document) - Constructor for class org.pfsw.pax.XPathAccess
Initialize the new instance with the given document's root element.
XPathAccessException - Exception in org.pfsw.pax
A runtime exception that encapsulate all exceptions that might occur in accessing XML data via XPath queries.
XPathAccessException() - Constructor for exception org.pfsw.pax.XPathAccessException
Initialize the new instance with default values.
XPathAccessException(String, Throwable) - Constructor for exception org.pfsw.pax.XPathAccessException
 
XPathAccessException(String) - Constructor for exception org.pfsw.pax.XPathAccessException
 
XPathAccessException(Throwable) - Constructor for exception org.pfsw.pax.XPathAccessException
 
XU - Static variable in class org.pfsw.pax.XmlUtil
An instance of this class which can be easily included as static import and then used like XU.parseXmlString(string).

Z

zipAllInto(String, File) - Method in class org.pfsw.file.ZipFileCreator
Create (or overwrite) the zip file and put all file under the specified start folder and its sub-folders into it.
ZipFileCreator - Class in org.pfsw.file
Simplifies creation of Zip files.
ZipFileCreator() - Constructor for class org.pfsw.file.ZipFileCreator
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z