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

A

AAssociationProcessor<K,V> - Class in org.pf.util
Specialized abstract processor for Association objects.
AAssociationProcessor() - Constructor for class org.pf.util.AAssociationProcessor
Initialize the new instance with default values.
aboutToAccess(String) - Method in class org.pf.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.pf.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.pf.security.authentication
This class implements (nearly) the same methods as java.net.Authenticator.
AbstractAuthenticator() - Constructor for class org.pf.security.authentication.AbstractAuthenticator
Initialize the new instance with default values.
AbstractFileHandler - Class in org.pf.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.pf.file.AbstractFileHandler
 
AbstractSettingsFileReaderWriter - Class in org.pf.settings.rw
This class provides a common implementation for SettingsReader and SettingsWriter that use a file as datastore.
AbstractSettingsFileReaderWriter() - Constructor for class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Initialize the new instance with default values.
AbstractSettingsFileReaderWriter(String) - Constructor for class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Initialize the new instance with a filename.
AbstractSettingsFileReaderWriter(FileLocator) - Constructor for class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Initialize the new instance with a file locator.
AbstractSettingsReaderWriter - Class in org.pf.settings.rw
Provides common convenience methods for settings readers and writers
AbstractSettingsReaderWriter() - Constructor for class org.pf.settings.rw.AbstractSettingsReaderWriter
Initialize the new instance with default values.
accept(File, String) - Method in class org.pf.file.DefaultFilenameFilter
Tests if a specified file should be included in a file list.
accept(File, String) - Method in class org.pf.file.ExtendedFileFilter
Tests if a specified file should be included in a file list.
actionPerformed(ActionEvent) - Method in class org.pf.swing.RadioButtonGroupBox
Just public due to interface implementation
add(DirectoryContents) - Method in class org.pf.file.TableOfContents
Adds the given directory contents holder to the table of contents
add(String, TextContainer) - Method in class org.pf.nls.TextContainerList
Add the text container to this list.
add(AttributeReadAccess) - Method in class org.pf.osf.ObjectContainer
Adds the given object to the container
add(AttributeReadAccess) - Method in class org.pf.osf.ObjectSearchResult
Adds the given object to the result if it is not yet full.
add(AbstractButton) - Method in class org.pf.swing.RadioButtonGroup
 
add(RadioButton, int) - Method in class org.pf.swing.RadioButtonGroupBox
Adds the given radio button to the box
add(RadioButton, Object, int) - Method in class org.pf.swing.RadioButtonGroupBox
Adds the given radio button to the box
add(RadioButton, Object) - Method in class org.pf.swing.RadioButtonGroupBox
Adds the given radio button to the box
add(RadioButton) - Method in class org.pf.swing.RadioButtonGroupBox
Adds the given radio button to the box
add(String, RadioButton) - Method in class org.pf.swing.RadioButtonGroupBox
Adds the given radio button to the box
add(String) - Method in class org.pf.text.StringCollectionFilter
Add the given string to the internal string collection.
add(StringPattern) - Method in class org.pf.text.StringPatternCollection
Adds the given pattern to the collection of patterns, if it is not yet there
add(String) - Method in class org.pf.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.pf.textx.VariableResolverPool
Add the given resolver under the given name to the pool.
add(Association<K, V>) - Method in class org.pf.util.AssociationList
Adds the specified association.
add(K, V) - Method in class org.pf.util.AssociationList
Adds the specified key and value as new association.
add(NamedText) - Method in class org.pf.util.NamedTextList
Adds the specified named text.
add(Association<String, String>) - Method in class org.pf.util.NamedTextList
Adds the specified association only if it is an instance of NamedText.
add(String, String) - Method in class org.pf.util.NamedTextList
Adds the specified name and text as new NamedText.
add(NamedValue<V>) - Method in class org.pf.util.NamedValueList
Adds the specified named value.
add(Association<String, V>) - Method in class org.pf.util.NamedValueList
Adds the specified association only if it is an instance of NamedValue.
add(String, V) - Method in class org.pf.util.NamedValueList
Adds the specified name and value as new NamedValue.
add(Object) - Method in class org.pf.util.OrderedCollection
Appends the specified element to the end of this list.
add(int, Object) - Method in class org.pf.util.OrderedCollection
Inserts the specified element at the specified position in this list.
add(Object) - Method in class org.pf.util.OrderedSet
 
add(int, Object) - Method in class org.pf.util.OrderedSet
Inserts the specified element at the specified position in this list
addActionListener(ActionListener) - Method in class org.pf.swing.RadioButtonGroupBox
Add the given listener to the collection of change listeners
addAll(Collection<String>, String[]) - Method in class org.pf.text.StringUtil
Adds all given strings to the specified collection.
addAll(Map<K, V>) - Method in class org.pf.util.AssociationList
Add all entries of the specified map as associations
addAll(Properties) - Method in class org.pf.util.AssociationList
Add all entries of the specified properties as associations
addAll(Association<K, V>...) - Method in class org.pf.util.AssociationList
Adds all association elements of the given array to the list.
addAll(Collection, Object[]) - Method in class org.pf.util.CollectionUtil
Adds all given objects to the specified collection.
addAll(NamedText...) - Method in class org.pf.util.NamedTextList
Adds all named text elements of the given array to the list.
addAll(NamedValue<V>...) - Method in class org.pf.util.NamedValueList
Adds all named value elements of the given array to the list.
addAll(Collection) - Method in class org.pf.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) - Method in class org.pf.util.OrderedCollection
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection) - Method in class org.pf.util.OrderedSet
 
addAll(int, Collection) - Method in class org.pf.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.
addAllNew(Collection<String>, String[]) - Method in class org.pf.text.StringUtil
Adds all given strings to the specified collection, if they are not already in the collection.
addAllNew(Collection, Object[]) - Method in class org.pf.util.CollectionUtil
Adds all given objects to the specified collection, if they are not already in the collection.
addAllToMap(Map<K, V>) - Method in class org.pf.util.AssociationList
Returns the given map object with all associations added to it.
addAttribute(MultiValueAttribute) - Method in class org.pf.directory.MultiValueAttributes
Adds the given attribute.
addChild(LDAPDirEntry) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Adds the given entry as child of this container
addChild(Element) - Method in class org.pf.six.Element
Adds the given element as a child to the receiver
addDynamicSlot(String) - Method in class org.pf.swing.DynamicPanel
Adds a new dynamic slot with the given name to the panel.
addDynamicSlot(String, Object) - Method in class org.pf.swing.DynamicPanel
Adds a new dynamic slot with the given name to the panel.
addElement(MatchElement) - Method in class org.pf.text.MatchGroup
Add the specified element to the group.
addFileInfo(FileInfo) - Method in class org.pf.file.DirectoryContents
Adds the given file info to the list of contained file info objects
addFrom(Map) - Method in class org.pf.textx.BasicVariableContainer
Adds all key value pairs from the given map to the variables, if the key is a String.
addLayoutComponent(String, Component) - Method in class org.pf.swing.TakeAllLayoutManager
 
addLine(String) - Method in class org.pf.file.PropertiesFileContent
Adds the given line at the end of all contained elements
addMapping(String, String) - Method in class org.pf.pax.NamespacePrefixMapper
Add the prefix and URI to the mappings.
addNamespacesFrom(NamespacePrefixMapper, Element) - Method in class org.pf.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.pf.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.pf.text.CommandLineArguments
Adds the given option to the command line.
addOptionWithArgument(String, String) - Method in class org.pf.text.CommandLineArguments
Adds the given option to the command line.
addPattern(String) - Method in class org.pf.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, char) - Method in class org.pf.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, boolean) - Method in class org.pf.file.ExtendedFileFilter
Adds a pattern.
addPattern(String, boolean, char) - Method in class org.pf.file.ExtendedFileFilter
Adds a pattern.
addPattern(String) - Method in class org.pf.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.pf.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.pf.file.ExtendedFileFilter
Adds one or more patterns separated by semi-colon (';').
addPatterns(String) - Method in class org.pf.text.StringPatternCollection
Adds all patterns in the given string which must be separated by ';'.
addPatterns(String, String) - Method in class org.pf.text.StringPatternCollection
Adds all patterns in the given string which must be separated by ';'.
addPatterns(Collection<String>) - Method in class org.pf.text.StringPatternCollection
Adds all patterns strings in the given collection.
addPatterns(StringPatternCollection) - Method in class org.pf.text.StringPatternCollection
Adds all patterns from the given pattern collection.
addPatterns(String[]) - Method in class org.pf.text.StringPatternCollection
Adds all patterns in the given array.
addProperty(String, String) - Method in class org.pf.file.PropertiesFileContent
Adds the property with the specified name and value.
addSystemExitListener(ISystemExitListener) - Method in class org.pf.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.
addValue(Object) - Method in class org.pf.directory.MultiValueAttribute
Add the given value if it not already exists in the attributes values
addValue(String, Object) - Method in class org.pf.directory.MultiValueAttributes
Adds the given value to the attribute with the given name.
addValue(String, Object, boolean) - Method in class org.pf.directory.MultiValueAttributes
Adds the given value to the attribute with the given name.
addValue(String, String, String) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Adds the value to the given key in the specified category.
addValue(String, String) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Adds the value to the given key in the default category.
addValues(Object[]) - Method in class org.pf.directory.MultiValueAttribute
Adds all given values to this attribute skipping duplicate values.
addValues(List) - Method in class org.pf.directory.MultiValueAttribute
Adds all given values to this attribute skipping duplicate values.
addValues(String, String, String[]) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Adds the values to the given key in the specified category.
addValues(String, String[]) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Adds the values to the given key in the default category.
AFileProcessor - Class in org.pf.file
An abstract class that defines the method proccessFile( File ) to be implemented by any subclass.
AFileProcessor() - Constructor for class org.pf.file.AFileProcessor
Initialize the new instance with default values.
allElements() - Method in class org.pf.file.Classpath
Returns all classpath elements.
allowMissingPlaceholders() - Method in class org.pf.textx.TextEngine
Allows placeholders that cannot be resolved by the variable resolver.
allParts(String, String) - Method in class org.pf.text.StringUtil
Returns an array of substrings of the given text.
allParts(String, String, char) - Method in class org.pf.text.StringUtil
Returns an array of substrings of the given text.
allParts(String, String, char[]) - Method in class org.pf.text.StringUtil
Returns an array of substrings of the given text.
allSubstrings(String, String) - Method in class org.pf.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.pf.file.ExtendedFileFilter
Sets the filter to never accept directories.
alwaysIncludeDirectories() - Method in class org.pf.file.ExtendedFileFilter
Sets the filter to always accept directories, even if they don't match a given pattern.
append(String[], String) - Method in class org.pf.text.StringUtil
Returns the given string array extended by one element that hold the specified string.
append(String[], String[]) - Method in class org.pf.text.StringUtil
Returns an array of strings that contains all strings given by the first and second string array.
append(Object[], Object) - Method in class org.pf.util.CollectionUtil
Returns the given object array extended by one element that hold the specified object.
append(Object[], Object[]) - Method in class org.pf.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.pf.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.pf.util.CollectionUtil
Returns an array of long values that contains all longs given by the first and second array.
appendDocumentStart(Writer, String) - Method in class org.pf.six.XmlStreamWriter
Appends the start line of an XML document to the given writer.
appendDocumentStart(Writer, String, boolean) - Method in class org.pf.six.XmlStreamWriter
Appends the start line of an XML document to the given writer.
appendDocumentType(Writer, String, String) - Method in class org.pf.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.pf.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.pf.six.XmlStreamWriter
Appends the given document to the specified writer as XML representation.
appendDOMElement(Element, Writer) - Method in class org.pf.six.XmlStreamWriter
Appends the given DOM element to the specified writer as XML string representation.
appendGroup(LdapMatchRuleVisitor.GroupInfo) - Method in class org.pf.text.LdapMatchRuleVisitor
 
appendIfNotThere(String[], String) - Method in class org.pf.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.pf.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.
appendSIXElement(Element, Writer) - Method in class org.pf.six.XmlStreamWriter
Appends the given element and its children to the specified writer as XML representation.
appendStylesheetPI(Writer, String) - Method in class org.pf.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendStylesheetPI(Writer, Map) - Method in class org.pf.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendStylesheetPI(Writer, NamedTextList) - Method in class org.pf.six.XmlStreamWriter
Appends a stylesheet processing instruction with the given attributes.
appendUpToPosition(StringBuffer, int) - Method in class org.pf.text.StringExaminer
Appends all characters from the current position up to the specified position of the examined string to the given buffer.
appendWellFormedXML(Element, Writer, String) - Method in class org.pf.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.pf.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.pf.six.XmlStreamWriter
Appends the given element tree as a well formed XML to the given writer.
appendXslStylesheetPI(Writer, String) - Method in class org.pf.six.XmlStreamWriter
Appends an XSL stylesheet processing instruction for the given XSL filename
appliesTo(String, String) - Method in class org.pf.security.authentication.LocationCredentials
Returns true if the given realm and URL match the settings in this object.
appliesToRealm(String) - Method in class org.pf.security.authentication.LocationCredentials
Returns true if the given realm matches the realm name of this object.
appliesToURL(String) - Method in class org.pf.security.authentication.LocationCredentials
Returns true if the given URL matches any of the underlying patterns.
apply(MatchRuleVisitor) - Method in class org.pf.text.MatchRule
Iterates through all elements of the rule and calls the appropriate methods of the given visitor.
ArchiveTOC - Class in org.pf.file
This is a wrapper class around a zip archive's table of contents.
ArchiveTOC(String) - Constructor for class org.pf.file.ArchiveTOC
Initialize the new instance with the archive named by the given filename.
ArchiveTOC(File) - Constructor for class org.pf.file.ArchiveTOC
Initialize the new instance with the archive identified by the given file.
areEqual(String[], String[]) - Method in class org.pf.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.pf.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.
asArray() - Method in interface org.pf.bif.text.IStringPair
Returns both strings of this pair in a String array.
asArray(Class) - Method in class org.pf.osf.ObjectContainer
Returns the elements of this container in an array of the specified type
asArray() - Method in class org.pf.text.StringPair
Returns both strings of this pair in a String array.
asBoolean() - Method in class org.pf.util.Bool
Returns the Boolean value of the receiver.
asBritishString() - Method in class org.pf.util.SimpleDate
Returns the date in the format "dd/MM/yyyy" ("23/11/2002").
asCalendar(Date) - Method in class org.pf.util.DateUtil
Returns the given date as Calendar in the current machines time zone.
asCalendar(TimeZone, Date) - Method in class org.pf.util.DateUtil
Returns the given date as Calendar in the specified time zone.
asDate() - Method in class org.pf.util.SimpleDate
Returns this date as Java Date object.
asEncryptedStringIfApplicable(Object) - Method in class org.pf.directory.ldap.LDAPUtil
Returns the given value as a String if it is a byte array containing an encrypted string.
asEnumeration(Collection) - Method in class org.pf.util.CollectionUtil
Convert the given collection to an Enumeration.
asEnumeration(Object[]) - Method in class org.pf.util.CollectionUtil
Convert the given collection to an Enumeration.
asFile() - Method in class org.pf.file.FileInfo
Returns the file this info objects describes or null if it is inside an archive.
asFileLocator() - Method in class org.pf.file.FileInfo
Returns a FileLocator that corresponds to the file specified by this FileInfo object.
asGermanString() - Method in class org.pf.util.SimpleDate
Returns the date in the format "dd.MM.yyyy" ("23.11.2002").
asGMTCalendar(Date) - Method in class org.pf.util.DateUtil
Returns the given date as Calendar in the GMT time zone.
asHashMap() - Method in class org.pf.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.pf.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.
asInteger(String, int) - Method in class org.pf.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.pf.util.SimpleDate
Returns the date in the format "yyyy-MM-dd" ("2002-11-23").
asIterator(Enumeration) - Method in class org.pf.util.CollectionUtil
Returns an iterator based on the given enumeration or null if the input parameter is null, too.
asList() - Method in class org.pf.osf.ObjectContainer
Returns all contained objects as List.
asList() - Method in class org.pf.util.AssociationList
Returns all associations as list
asList(Enumeration) - Method in class org.pf.util.CollectionUtil
Returns a list containing all elements of the given enumeration.
asLong(String, long) - Method in class org.pf.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.pf.text.StringUtil
Returns a new map object that contains all key-value pairs of the specified string.
asMap(String, String) - Method in class org.pf.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.pf.text.StringUtil
Returns a new map object that contains all key-value pairs of the specified string.
asPlainText(String) - Method in class org.pf.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.pf.text.StringUtil
Adds all key-value pairs of the given string to a new properties object.
asProperties() - Method in class org.pf.util.NamedTextList
Returns all name/text pairs transformed to a Properties object.
asSearchString(MatchRule) - Method in class org.pf.text.LdapMatchRuleVisitor
Converts the given match rule into a LDAP search string compliant to RFC 1558.
Association<K,V> - Class in org.pf.util
Simple association of a key object and a value object.
Association() - Constructor for class org.pf.util.Association
Initialize the new instance with default values.
Association(K, V) - Constructor for class org.pf.util.Association
Initialize the new instance with a key an a value.
associationArray() - Method in class org.pf.util.AssociationList
Returns all associations as an array
associationArray(IObjectFilter) - Method in class org.pf.util.AssociationList
Returns an array of all those elements contained in this list that match the given filter.
associationAt(int) - Method in class org.pf.util.AssociationList
Returns the association at the specified index.
AssociationList<K,V> - Class in org.pf.util
A container that holds a collection of Association objects.
AssociationList() - Constructor for class org.pf.util.AssociationList
Initialize the new instance with default values.
AssociationList(Map<K, V>) - Constructor for class org.pf.util.AssociationList
Initialize the new instance with values from the given map.
asSortedString(String[]) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings sorted (in ascending order), concatenated and separated by the specified separator.
asSortedString(String[], String) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings sorted (in ascending order), concatenated and separated by the specified separator.
asSortedString(String[], String, boolean) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings sorted, concatenated and separated by the specified separator.
asSortedString(String[], String, Comparator) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings sorted, concatenated and separated by the specified separator.
asSortString() - Method in class org.pf.util.SimpleDate
Returns the date in the format "yyyyMMdd" ("20021123").
asSqlClause(MatchRule) - Method in class org.pf.text.SqlMatchRuleVisitor
Converts the given match rule into a SQL conditional clause.
asString(String) - Method in interface org.pf.bif.text.IStringPair
Returns the two strings as one string separated by the given separator.
asString(MatchRule) - Method in class org.pf.text.MatchRulePrinter
Returns the specified match rule as a string.
asString(String) - Method in class org.pf.text.StringPair
Returns the two strings as one string separated by the given separator.
asString(String[]) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings concatenated and separated by comma.
asString(String[], String) - Method in class org.pf.text.StringUtil
Returns a string that contains all given strings concatenated and separated by the specified separator.
asString(Collection) - Method in class org.pf.text.StringUtil
Returns a string that contains all strings from the given collection concatenated and separated by comma.
asString(Collection, String) - Method in class org.pf.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.pf.text.StringUtil
Converts the given map to a string utilizing the given separators.
asString(Map, String) - Method in class org.pf.text.StringUtil
Converts the given map to a string utilizing the given separator.
asString(Map) - Method in class org.pf.text.StringUtil
Converts the given map to a string.
asString(char) - Method in class org.pf.text.StringUtil
Returns a new string that contains only the given character.
asStrings(Collection<String>) - Method in class org.pf.text.StringUtil
Returns a string array containing all elements of the given collection.
asStrings(Enumeration<String>) - Method in class org.pf.text.StringUtil
Returns a string array containing all elements of the given enumeration.
asText() - Method in interface org.pf.textx.TextRepresentation
Returns if the textual representation of the receiver.
AStringFilter - Class in org.pf.text
Subclasses of this abstract string filter class usually must override only method matches(String).
AStringFilter() - Constructor for class org.pf.text.AStringFilter
Initialize the new instance with default values.
asUSString() - Method in class org.pf.util.SimpleDate
Returns the date in the format "MM/dd/yyyy" ("11/23/2002").
at(int) - Method in class org.pf.util.OrderedCollection
Returns the element at the specified position in this list.
atEnd() - Method in class org.pf.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, Object) - Method in class org.pf.util.OrderedCollection
Replaces the element at the specified position in this list with the specified element.
attribute(String, int, String[], boolean, boolean) - Method in class org.pf.text.LdapMatchRuleVisitor
This method will be called for each attribute.
attribute(String, int, String[], boolean, boolean) - Method in class org.pf.text.MatchRulePrinter
This method will be called for each attribute.
attribute(String, int, String[], boolean, boolean) - Method in interface org.pf.text.MatchRuleVisitor
This method will be called for each attribute.
attribute(String, int, String[], boolean, boolean) - Method in class org.pf.text.SqlMatchRuleVisitor
This method will be called for each attribute.
AttributeMetaData - Class in org.pf.directory.metadata
Provides meta information about an attribute.
AttributeMetaData(String) - Constructor for class org.pf.directory.metadata.AttributeMetaData
Initialize the new instance with its name.
attributeMetaData(String) - Method in class org.pf.directory.metadata.AttributesMetaData
Returns the meta data for the given attribute name.
AttributeReadAccess - Interface in org.pf.reflect
Specifies the methods an object must implement to provide generic read access to its attributes.
AttributeReadWriteAccess - Interface in org.pf.reflect
Specifies the methods an object must implement to provide generic write access to its attributes.
AttributesMetaData - Class in org.pf.directory.metadata
A container for a collection of AttributeMetaData objects.
AttributesMetaData() - Constructor for class org.pf.directory.metadata.AttributesMetaData
Initialize the new instance with default values.
ATTRNAME_CREATE_TIMESTAMP - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
ATTRNAME_CREATORS_NAME - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
ATTRNAME_MODIFIERS_NAME - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
ATTRNAME_MODIFY_TIMESTAMP - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
ATTRNAME_NAMING_CONTEXTS - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
ATTRNAME_SUBSCHEMA_SUBENTRY - Static variable in class org.pf.directory.ldap.LDAPDirEntry
 
AutoAuthenticationManager - Class in org.pf.security.authentication
This manager class is responsible to hold a registry of LocationCredentials objects.

B

Base64Converter - Class in org.pf.util
A converter that allows to encode strings, byte arrays and char arrays to BASE64 and vice versa.
BaseMatchRuleParser - Class in org.pf.text
Abstract superclass for parsers that produce a MatchRule from any specific syntax.
BaseMatchRuleParser() - Constructor for class org.pf.text.BaseMatchRuleParser
Initialize the new instance with default values
BaseMatchRuleParser(String) - Constructor for class org.pf.text.BaseMatchRuleParser
Initialize the new instance with the given rule.
BaseTextRequestProcessor - Class in org.pf.net
The abstract implementation of a text request processor that leaves only the processing of a single request to subclasses.
BaseTextRequestProcessor(TextSocketConnection) - Constructor for class org.pf.net.BaseTextRequestProcessor
Initialize the new instance with default values.
BaseXMLTagInterpreter - Class in org.pf.pax
This is a basic implemantation of a tag interpreter that is compliant to the interface XMLTagInterpreter.
BaseXMLTagInterpreter() - Constructor for class org.pf.pax.BaseXMLTagInterpreter
Initializes any new instance.
BaseXMLTagInterpreterController - Class in org.pf.pax
This defines the API for classes that can create tag interpreter in instances for specific tag names in a defined tag set.
BaseXMLTagInterpreterController(XMLReader) - Constructor for class org.pf.pax.BaseXMLTagInterpreterController
Initializes the instance variables with default values.
BaseXMLTagInterpreterFactory - Class in org.pf.pax
This is the basic implemenatation of a registry of tag interpreter classes an their associated tag names.
BaseXMLTagInterpreterFactory() - Constructor for class org.pf.pax.BaseXMLTagInterpreterFactory
 
BasicTextFunctionResolver - Class in org.pf.textx
This class provides support for some basic functions, that are useful in text replacement done by a TextEngine.
BasicTextFunctionResolver() - Constructor for class org.pf.textx.BasicTextFunctionResolver
 
BasicVariableContainer - Class in org.pf.textx
This is a basic implementation of the interface VariableResolver.
BasicVariableContainer() - Constructor for class org.pf.textx.BasicVariableContainer
Initialize the new instance with default values.
BasicVariableContainer(Map) - Constructor for class org.pf.textx.BasicVariableContainer
Initialize the new instance with the given mapping.
beginStartTag(String) - Method in class org.pf.pax.MarkupWriter
 
beMultiValued() - Method in class org.pf.directory.metadata.AttributeMetaData
Defines that the attribute allows multiple values
beSingleValued() - Method in class org.pf.directory.metadata.AttributeMetaData
Defines that the attribute allows only a single value
BinaryRequestServer - Class in org.pf.net
Abstract superclass for servers that handle binary requests
BinaryRequestServer() - Constructor for class org.pf.net.BinaryRequestServer
Initialize the new instance with default values.
BinaryRequestServer(ExceptionHandler) - Constructor for class org.pf.net.BinaryRequestServer
Initialize the new instance with default values.
BinarySocketConnection - Class in org.pf.net
Receives binary data from a socket and provides it to a request processor by the getData() method
BinarySocketConnection(Socket) - Constructor for class org.pf.net.BinarySocketConnection
 
BinarySocketConnection(Socket, ExceptionHandler) - Constructor for class org.pf.net.BinarySocketConnection
 
BitSet - Class in org.pf.util
Represents a set of 8 bits and provides methods for convenient bit manipulation.
BitSet() - Constructor for class org.pf.util.BitSet
Initializes the new instance with the default value 0.
BitSet(int) - Constructor for class org.pf.util.BitSet
Initializes the new instance with the given value.
Block1 - Class in org.pf.util
This is ablock closure for one argument blocks.
Block1() - Constructor for class org.pf.util.Block1
 
Bool - Class in org.pf.util
Utility class for missing convenience with Boolean and boolean.
booleanValue() - Method in class org.pf.util.Bool
Returns the boolean value of the receiver

C

calculateClasspath() - Method in class org.pf.file.FileUtil
Returns the current classpath.
canBeTriggeredBy(Trigger) - Method in class org.pf.settings.impl.ReloadableSettings
Returns whether or not the trigger is allowed to activate the trigger client's triggeredBy() method.
canBeTriggeredBy(Trigger) - Method in class org.pf.util.TemporaryMap
FOR INTERNAL USE ONLY!
canBeTriggeredBy(Trigger) - Method in interface org.pf.util.TriggerClient
Returns whether or not the trigger is allowed to activate the trigger client's triggeredBy() method.
CaseInsensitiveKeyMap - Class in org.pf.util
This class provides a map that treats all keys as case-insensitive strings.
CaseInsensitiveKeyMap() - Constructor for class org.pf.util.CaseInsensitiveKeyMap
Initialize the new instance with default values.
CaseInsensitiveKeyMap(int) - Constructor for class org.pf.util.CaseInsensitiveKeyMap
Initialize the new instance with an initial capacity.
CaseSensitivity - Interface in org.pf.settings
Classes that are implementing this interface are able to switch their string comparisons from case sensistive to case insensitive and vice versa.
center(String, int) - Method in class org.pf.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.pf.text.StringUtil
Returns the given string filled equally left and right up to the specified length with the given character.
centerFrame(JFrame, int, int) - Method in class org.pf.swing.SwingUtil
Change the given frame's upper left corner coordinates, so that it will be shown in the center of the screen according to the specified width and height.
centerFrame(JFrame) - Method in class org.pf.swing.SwingUtil
Change the given frames upper left corner coordinates, so that it will be shown in the center of the screen.
centerWindow(Window, int, int) - Method in class org.pf.swing.SwingUtil
Change the given window's upper left corner coordinates, so that it will be shown in the center of the screen according to the specified width and height.
centerWindow(Window) - Method in class org.pf.swing.SwingUtil
Change the given window's upper left corner coordinates, so that it will be shown in the center of the screen.
CH_CR - Static variable in class org.pf.text.StringUtil
Constant for the carriage return character
CH_NEWLINE - Static variable in class org.pf.text.StringUtil
Constant for the new line character
CH_SPACE - Static variable in class org.pf.text.StringUtil
Constant for the space character
CH_TAB - Static variable in class org.pf.text.StringUtil
Constant for the tabulator character
characterData(String) - Method in class org.pf.pax.BaseXMLTagInterpreter
This method is called whenever character data is received from the parser.
characterData(String) - Method in class org.pf.pax.XMLWriteInterpreter
This method is called whenever character data is received from the parser.
characters(char[], int, int) - Method in class org.pf.pax.BaseXMLTagInterpreter
Is called for PCDATA between a start and end tag.
checkNameOfDirectories() - Method in class org.pf.file.ExtendedFileFilter
Sets the filter to only accept directories that match a defined pattern.
classes() - Method in class org.pf.plugin.ClassRegistry
Returns all class objects that are currently in this registry.
classExists(String) - Method in class org.pf.reflect.ReflectUtil
Returns true, if the class with the given name can be found in the classpath.
ClassInfo<T> - Class in org.pf.reflect
Contains the name of a class and the class itself.
ClassInfo(String) - Constructor for class org.pf.reflect.ClassInfo
Initialize the new instance with a class name.
ClassInfo(String, boolean) - Constructor for class org.pf.reflect.ClassInfo
Initialize the new instance with a class name and a flag if it is a singleton.
ClassInfo(Class) - Constructor for class org.pf.reflect.ClassInfo
Initialize the new instance with a class.
ClassInfo(Class, boolean) - Constructor for class org.pf.reflect.ClassInfo
Initialize the new instance with a class.
classNames() - Method in class org.pf.plugin.ClassRegistry
Returns all class names of the classes that are currently in this registry.
Classpath - Class in org.pf.file
Represents a classpath definition whereas the elements are already parsed an validated.
Classpath() - Constructor for class org.pf.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.pf.file.Classpath
Initialize the new instance with a classpath definition.
Classpath(String, String) - Constructor for class org.pf.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.pf.file.Classpath
Initialize the new instance with the given elements.
Classpath(Collection) - Constructor for class org.pf.file.Classpath
Initialize the new instance with the given elements.
ClasspathElement - Class in org.pf.file
Represents one entry in a classpath.
ClasspathElement(File) - Constructor for class org.pf.file.ClasspathElement
Initialize the new instance with a file representing either a directory or an archive file.
ClasspathElement(String) - Constructor for class org.pf.file.ClasspathElement
Initialize the new instance with default values.
ClassRegistry<T> - Class in org.pf.plugin
A class registry is a container that keeps classes registered under a logical key.
ClassRegistry() - Constructor for class org.pf.plugin.ClassRegistry
Initialize the new instance with default values.
ClassRegistry(Class<T>) - Constructor for class org.pf.plugin.ClassRegistry
Initialize the new instance with a type all classes that are registered must comply to.
ClassRegistryException - Exception in org.pf.plugin
A generic exception for all problems that occur within the class registry.
ClassRegistryException(String) - Constructor for exception org.pf.plugin.ClassRegistryException
Initialize the new instance with a message.
clear() - Method in class org.pf.osf.MapFacade
NOT SUPPORTED
clear() - Method in class org.pf.osf.ObjectContainer
Removes all objects from the container
clear() - Method in class org.pf.osf.ObjectSearchResult
Resets the result to contain nothing at all.
clear() - Method in class org.pf.util.AssociationList
Removes all association from the list.
clear() - Method in class org.pf.util.CollectorDictionary
Removes all mappings from this map (optional operation).
clear() - Method in class org.pf.util.MapWrapper
Removes all entries from this map.
clear() - Method in class org.pf.util.OrderedCollection
Removes all of the elements from this list.
clear() - Method in class org.pf.util.OrderedMap
Removes all entries from this map.
clear() - Method in class org.pf.util.OrderedProperties
Removes all properties
clear() - Method in class org.pf.util.OrderedSet
 
clear() - Method in class org.pf.util.StackedMap
Removes all entries from this map, but not from the maps on the stack!
clone() - Method in class org.pf.util.SimpleDate
 
close() - Method in class org.pf.db.util.SQLExecutor
Closes all open connections.
close() - Method in class org.pf.file.ClasspathElement
Close any underlying (maybe) opened archive
close(InputStream) - Method in class org.pf.file.FileUtil
Close the given stream ignoring any exception.
close(OutputStream) - Method in class org.pf.file.FileUtil
Close the given stream ignoring any exception.
close(Reader) - Method in class org.pf.file.FileUtil
Close the given reader ignoring any exception.
close(Writer) - Method in class org.pf.file.FileUtil
Close the given writer ignoring any exception.
close(ZipFile) - Method in class org.pf.file.FileUtil
Close the given ZIP file ignoring any exception.
close() - Method in class org.pf.net.BinarySocketConnection
Close the connection and all release underlying resources.
close() - Method in class org.pf.net.PortListener
Close the underlying socket.
close() - Method in class org.pf.net.SocketConnection
Close the connection and all release underlying resources.
close() - Method in class org.pf.net.TextSocketConnection
Close the connection and all release underlying resources.
closeStatement(Statement) - Method in class org.pf.db.util.SQLExecutor
Closes the given statement.
CollectionEnumeration<E> - Class in org.pf.util
An enumeration object that can be used to iterate over all elements of an underlying collection.
CollectionEnumeration(Iterator<E>) - Constructor for class org.pf.util.CollectionEnumeration
Initialize the new instance with an iterator.
CollectionEnumeration(Collection<E>) - Constructor for class org.pf.util.CollectionEnumeration
Initialize the new instance with a collection.
CollectionUtil - Class in org.pf.util
This class implements the singleton pattern.
collectObject(Collection, Object) - Method in interface org.pf.bif.callback.IObjectCollector
Will be called with an object that maybe must be added to the given collection.
CollectorDictionary - Class in org.pf.util
This class implements the java.util.Map interface.
CollectorDictionary() - Constructor for class org.pf.util.CollectorDictionary
Initialize the new instance with default values.
CollectorDictionary(int) - Constructor for class org.pf.util.CollectorDictionary
Initialize the new instance with default values.
CollectorDictionary(boolean) - Constructor for class org.pf.util.CollectorDictionary
Initialize the new instance with default values.
CommandLineArguments - Class in org.pf.text
Utility class for easy evaluation of command line arguments.
CommandLineArguments() - Constructor for class org.pf.text.CommandLineArguments
Initialize the new instance with no arguments.
CommandLineArguments(String[]) - Constructor for class org.pf.text.CommandLineArguments
Initialize the new instance with an array of arguments.
CommandLineArguments(String[], String) - Constructor for class org.pf.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.pf.pax.BaseXMLTagInterpreter
 
comment(char[], int, int) - Method in class org.pf.pax.LexicalHandlerDispatcher
 
commentProperty(String) - Method in class org.pf.file.PropertiesFileContent
Turns the property specified by the given name to a comment.
compare(Object, Object) - Method in class org.pf.text.ReverseComparator
Compares its two arguments for order.
compareTo(Object) - Method in class org.pf.text.Version
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.pf.util.NamedValue
Compares this object with the specified object for order.
compareTo(Object) - Method in class org.pf.util.SimpleDate
 
completeText(String) - Method in class org.pf.textx.TextEngine
Returns the given text, after replaceing all placeholders with according text.
ComponentPoint - Class in org.pf.swing
Represents a point relative to a component.
ComponentPoint(Component) - Constructor for class org.pf.swing.ComponentPoint
Initialize the new instance with a component and relative position x=0, y=0.
ComponentPoint(Component, Point) - Constructor for class org.pf.swing.ComponentPoint
Initialize the new instance with a component and a point.
ComponentPoint(Component, int, int) - Constructor for class org.pf.swing.ComponentPoint
Initialize the new instance with a component and relative coordinates.
ComponentPoint(MouseEvent) - Constructor for class org.pf.swing.ComponentPoint
Initialize the new instance with values to derive from the given mouse event.
configure(Map) - Method in interface org.pf.bif.lifecycle.IConfigurable
Configure the reveiver with the data provided by the given map
ConnectionPool - Class in org.pf.net
This class provides a mechanism to reuse established connections rather than creating new ones every time.
ConnectionPool(String, int) - Constructor for class org.pf.net.ConnectionPool
Initialize the new instance with the hostname and the port of the server to connect to.
ConnectionPool(String, int, int) - Constructor for class org.pf.net.ConnectionPool
Initialize the new instance with the hostname and the port of the server to connect to.
ConnectionPool(String, int, ExceptionHandler) - Constructor for class org.pf.net.ConnectionPool
Initialize the new instance with the hostname and the port of the server to connect to.
ConnectionPool(String, int, int, ExceptionHandler) - Constructor for class org.pf.net.ConnectionPool
Initialize the new instance with the hostname and the port of the server to connect to.
contains(LDAPDirEntry) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns true if this container contains exactly the given object.
contains(DistinguishedName) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns true if this container contains an entry with the given distinguished name.
contains(String) - Method in class org.pf.file.ClasspathElement
Returns whether or not this element contains a file with the given name.
contains(AttributeReadAccess) - Method in class org.pf.osf.ObjectContainer
Returns true if the given object is already in this container.
contains(Class[], Class) - Method in class org.pf.reflect.ReflectUtil
Returns true if the given class is found in the provided class array.
contains(String[], String, boolean) - Method in class org.pf.text.StringUtil
Returns whether or not the specified string can be found in the given string array.
contains(String[], StringPattern) - Method in class org.pf.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.pf.text.StringUtil
Returns whether or not the specified string can be found in the given string array.
contains(Object[], Object) - Method in class org.pf.util.CollectionUtil
Returns true if the search object exists in the given object array.
contains(int[], int) - Method in class org.pf.util.CollectionUtil
Returns true only if the given value is found in the given array.
contains(long[], long) - Method in class org.pf.util.CollectionUtil
Returns true only if the given value is found in the given array.
contains(Object) - Method in class org.pf.util.OrderedCollection
Returns true if this list contains the specified element.
contains(Object) - Method in class org.pf.util.OrderedSet
 
containsAll(Collection) - Method in class org.pf.util.OrderedCollection
Returns true if this list contains all of the elements of the specified collection.
containsAll(Collection) - Method in class org.pf.util.OrderedSet
 
containsEqualObject(AttributeReadAccess) - Method in class org.pf.osf.ObjectContainer
Returns true if the container contains an object equal to the given object.
containsIdentical(Object[], Object) - Method in class org.pf.util.CollectionUtil
Returns true if the search object exists in the given object array.
containsIgnoreCase(String[], String) - Method in class org.pf.text.StringUtil
Returns whether or not the specified string can be found in the given string array.
containsKey(String) - Method in class org.pf.nls.TextContainer
Returns true if this container or its default container can provide a text for the specified key.
containsKey(Object) - Method in class org.pf.osf.MapFacade
 
containsKey(K) - Method in class org.pf.util.AssociationList
Returns true if the given key is in the list
containsKey(Object) - Method in class org.pf.util.CaseInsensitiveKeyMap
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pf.util.CollectorDictionary
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class org.pf.util.MapWrapper
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pf.util.OrderedMap
This method returns true, if the given key can be found in this map.
containsKey(Object) - Method in class org.pf.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.pf.util.TemporaryMap
This method returns true, if the given key can be found in this map.
containsName(String) - Method in class org.pf.util.NamedValueList
Returns true if this list contains an entry with the given name (case-sensitive)
containsNothing() - Method in interface org.pf.nls.IExtendedTextProvider
Returns true if this text provider holds no text and also its default text provider contains nothing.
containsNothing() - Method in class org.pf.nls.ResourceBundleTextProvider
Returns true if this text provider holds no text and also its default text provider contains nothing.
containsNothing() - Method in class org.pf.nls.TextContainer
Returns true if this container holds no text and also its default container contains nothing.
containsNothing() - Method in class org.pf.nls.TextContainerList
Returns true if this text provider holds no text and also its default text provider contains nothing.
containsValue(Object) - Method in class org.pf.directory.MultiValueAttribute
Returns true if the given value is one of the values of this attribute.
containsValue(Object) - Method in class org.pf.osf.MapFacade
 
containsValue(Object) - Method in class org.pf.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.pf.util.CollectorDictionary
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.pf.util.MapWrapper
This method returns true, if the given value is a value of any entry in this map.
containsValue(Object) - Method in class org.pf.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.pf.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.pf.util.TemporaryMap
This method returns true, if the given value is a value of any entry in this map.
containsWildcard(String) - Static method in class org.pf.text.StringPattern
Returns true if the given string contains a single or multi character wildcard.
contents() - Method in class org.pf.pax.MarkupWriter
 
convertDateIntoZuluTime(Date) - Method in class org.pf.util.DateUtil
Converts the given date into the so-called zulu time.
convertFromURLSyntax(String) - Method in class org.pf.file.FileUtil
Converts the given filename from URL syntax to normal file system syntax.
convertFromURLSyntax(File) - Method in class org.pf.file.FileUtil
Converts the given file from URL syntax to normal file system syntax.
convertToURLSyntax(String) - Method in class org.pf.file.FileUtil
Converts the given filename to URL syntax.
convertZuluTimeIntoDate(String) - Method in class org.pf.util.DateUtil
Converts the given string that must be formatted as so-called zulu-time to a Date object.
copy() - Method in class org.pf.directory.MultiValueAttribute
Returns a copy of this object
copy() - Method in class org.pf.net.UniformResourceLocator
Creates a copy of this object.
copy() - Method in class org.pf.osf.ObjectContainer
Returns a copy of this object container.
copy() - Method in class org.pf.six.Element
Returns a copy of the element with all child elements copied as well.
copy() - Method in class org.pf.text.CommandLineArguments
Returns a copy of this object, with all internal state being the same as in the original.
copy() - Method in class org.pf.text.StringPattern
Returns a copy of this pattern.
copy() - Method in class org.pf.text.StringPatternCollection
Returns a copy of this pattern collection.
copy(String[], StringFilter) - Method in class org.pf.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.pf.text.StringUtil
Returns a copy (new array) that contains all the strings of the given array
copy(Collection, StringFilter) - Method in class org.pf.text.StringUtil
Returns a new array that contains all strings of the given array that matched the specified filter.
copy() - Method in class org.pf.text.Version
Returns a new version object with the same value as this one.
copy(Object[]) - Method in class org.pf.util.CollectionUtil
Returns a copy of the given object array.
copy(Object[], IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the given object array which contains only those objects that match the given filter.
copy(Collection, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the given collection which contains only those objects that match the given filter.
copy(Map, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the given map which contains only those objects that match the given filter.
copy() - Method in class org.pf.util.NamedText
Returns a copy of this object
copyAssociation() - Method in class org.pf.util.Association
Returns a copy of this object
copyFile(File, File, boolean) - Method in class org.pf.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.pf.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.pf.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.pf.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.pf.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.pf.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.pf.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.pf.text.StringUtil
Returns all elements of string array from in a new array from index start up to index end (inclusive).
copyLowerCase(String[]) - Method in class org.pf.text.StringUtil
Returns a copy of the given string array where all elements are converted to lower case.
copyNamedText() - Method in class org.pf.util.NamedText
Returns a copy of this object
copyNamedValue() - Method in class org.pf.util.NamedValue
Returns a copy of this object
copyPropertiesStartingWith(Properties, Properties, String, boolean) - Method in class org.pf.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.pf.file.FileUtil
Copies all data from the input stream to the output stream using a buffer with the default size (1024 bytes).
copyStream(InputStream, OutputStream, int) - Method in class org.pf.file.FileUtil
Copies all data from the iniput stream to the output stream using a buffer of the given size in bytes.
copyText(Reader, StringWriter) - Method in class org.pf.file.FileUtil
Copies all text lines from the specified reader to the given writer.
copyToTempFile(InputStream) - Method in class org.pf.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.pf.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.pf.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.pf.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.pf.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.pf.text.StringUtil
Returns a copy of the given string array where all elements are converted to upper case.
copyWithout(String[], StringFilter) - Method in class org.pf.text.StringUtil
Returns a new array that contains all strings of the given array that do NOT match the specified filter.
copyWithout(Collection, StringFilter) - Method in class org.pf.text.StringUtil
Returns a new collection that contains all strings of the given collection that do NOT match the specified filter.
copyWithout(Object[], Object[]) - Method in class org.pf.util.CollectionUtil
Returns a copy of the first array that contains only elements that are not in the second array.
copyWithout(Object[], IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the specified array that contains only those elements that do NOT match the given filter.
copyWithout(Collection, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the specified collection that contains only those elements that do NOT match the given filter.
copyWithout(Map, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns a copy of the specified map that contains only those elements that do NOT match the given filter.
copyWithoutIdentical(Object[], Object[]) - Method in class org.pf.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.pf.text.StringUtil
Returns how often the given sub string occurs in the source String.
Countdown - Class in org.pf.util
Supports loops with a countdown of a defined time.
create(File) - Static method in class org.pf.file.FileLocator
Create a file locator that corresponds to the given file name.
create(URL) - Static method in class org.pf.file.FileLocator
Create a file locator that corresponds to the given URL.
create(String) - Static method in class org.pf.file.FileLocator
Create a file locator that corresponds to the given file name.
create() - Static method in class org.pf.text.DefaultMatchRuleParser
Returns a new parser that generates rules which treat the multi-char wildcard (i.e. '*') in a way that it matches empty strings.
create(MatchRuleChars) - Static method in class org.pf.text.DefaultMatchRuleParser
Returns a new parser that generates rules which treat the multi-char wildcard (i.e. '*') in a way that it matches empty strings.
create(String) - Static method in class org.pf.text.StringPattern
Returns a new instance with the string pattern.
create(String, boolean) - Static method in class org.pf.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.pf.text.StringPattern
Returns anew instance with the string pattern and a digit wildcard character.
create(String, boolean, char) - Static method in class org.pf.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, boolean) - Static method in class org.pf.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.pf.text.StringPatternCollection
Returns a new instance with the given string patterns and the selection, if case should be ignored when comparing characters.
createConnections(int) - Method in class org.pf.net.ConnectionPool
Creates connections ready to be used in the pool.
createInstance() - Method in class org.pf.reflect.ClassInfo
Returns a new instance of the class or null in any case of error.
createLocale(String) - Method in class org.pf.nls.NLSUtil
Creates a locale from the given name.
createSHAhash(String) - Method in class org.pf.security.crypto.CryptoUtil
Returns the SHA hash representation of the given string
createSSHAhash(String) - Method in class org.pf.security.crypto.CryptoUtil
Returns the SSHA hash representation of the given string
createSSHAhash(String, byte[]) - Method in class org.pf.security.crypto.CryptoUtil
Returns the SSHA hash representation of the given string
createTimestamp(Date) - Method in class org.pf.directory.ldap.LDAPUtil
Creates an LDAP syntax compliant timestamp for the given date.
createTimestamp() - Method in class org.pf.directory.ldap.LDAPUtil
Creates an LDAP syntax compliant timestamp for the current date.
createURL(String) - Method in class org.pf.file.ClasspathElement
Creates a URL for the file with the given name that is in this file container.
CryptoUtil - Class in org.pf.security.crypto
This utility class simplifies hashing passwords and particularly comparison of passwords.
current() - Static method in class org.pf.directory.ldap.LDAPUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.file.FileUtil
 
current() - Static method in class org.pf.nls.NLSUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.pax.XmlUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.plugin.PluginUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.reflect.ReflectUtil
Returns an instance this class supports.
current() - Static method in class org.pf.security.crypto.CryptoUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.swing.SwingUtil
Returns the single instance of this class.
current() - Static method in class org.pf.text.StringUtil
Returns the one and only instance of this class.
current() - Static method in class org.pf.util.CollectionUtil
Returns the one and only instance of this class.
current() - Static method in class org.pf.util.DateUtil
Returns the only instance this class supports (design pattern "Singleton")
current() - Static method in class org.pf.util.SysUtil
Returns the only instance this class supports (design pattern "Singleton")
cutHead(String, String) - Method in class org.pf.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.pf.text.StringUtil
Returns the portion of the given string that comes before the last occurrence of the specified separator.

D

DataSourceProxy - Class in org.pf.db.util
This class is a datasource wrapper for other datasources or simple connections.
DataSourceProxy(Connection) - Constructor for class org.pf.db.util.DataSourceProxy
Initialize the new instance with a ready-to-use connection.
DataSourceProxy(String, String, String) - Constructor for class org.pf.db.util.DataSourceProxy
Initialize the new instance with all necessary connection information.
DataSourceProxy(String) - Constructor for class org.pf.db.util.DataSourceProxy
Initialize the new instance with an URL for the database connection.
DataSourceProxy(DataSource, String, String) - Constructor for class org.pf.db.util.DataSourceProxy
 
DataSourceProxy(DataSource) - Constructor for class org.pf.db.util.DataSourceProxy
 
DATE - Static variable in class org.pf.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with a lower case first letter.
DateUtil - Class in org.pf.util
This class is intended to provide convenience methods around the java.util.Date class.
DEBUG - Static variable in class org.pf.nls.NLSIniFileDetector
 
DEBUG - Static variable in class org.pf.plugin.PluginCollector
 
decIndent() - Method in class org.pf.pax.MarkupWriter
 
decode(char[]) - Static method in class org.pf.util.Base64Converter
Returns a byte array decoded from the given BASE64 encoded char array
decode(String) - Static method in class org.pf.util.Base64Converter
Returns a byte array decoded from the given BASE64 encoded String
decodeToString(String) - Static method in class org.pf.util.Base64Converter
Returns a string decoded from the given BASE64 encoded String
decodeToString(String, String) - Static method in class org.pf.util.Base64Converter
Returns a string decoded from the given BASE64 encoded String
deepCopy() - Method in class org.pf.six.Element
Returns a deep copy of the element.
DEFAULT_CATEGORY_NAME - Static variable in class org.pf.settings.impl.GenericSettingsImpl
The name of the default category (i.e."") which is also representing null as value for category.
DEFAULT_FILE_EXTENSTION - Static variable in class org.pf.nls.NLSIniFileDetector
 
DEFAULT_NS_PREFIX - Static variable in class org.pf.pax.XmlUtil
The prefix name that is used for the default namespace (i.e.
DEFAULT_TEMP_FILE_PREFIX - Static variable in class org.pf.file.FileUtil
The constant that contains the default prefix for temporary file.
DEFAULT_TEXT_DELIMITERS - Static variable in class org.pf.text.StringUtil
Defines the delimiter string pair for two apostrophes: ' '
DEFAULT_URL_STR_ENCODING - Static variable in class org.pf.file.FileUtil
Contains the default URL string encoding used in this class: "UTF-8"
defaultEncrypted(String) - Method in class org.pf.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.pf.file
This filter implements the standard pattern matching on UNIX and Windows platforms.
DefaultFilenameFilter(String) - Constructor for class org.pf.file.DefaultFilenameFilter
Initialize the new instance with the given filename pattern.
DefaultFilenameFilter(String, boolean) - Constructor for class org.pf.file.DefaultFilenameFilter
Initialize the new instance with the given filename pattern.
DefaultMatchRuleParser - Class in org.pf.text
This parser translates the match-rule syntax to a MatchRule object.
DefaultMatchRuleParser() - Constructor for class org.pf.text.DefaultMatchRuleParser
Initialize the new instance with default values.
DefaultMatchRuleParser(MatchRuleChars) - Constructor for class org.pf.text.DefaultMatchRuleParser
Initialize the new instance with a set of rule characters.
defaultSettings(ReadOnlySettings) - Method in class org.pf.settings.impl.GenericSettingsImpl
 
deleteProperty(String) - Method in class org.pf.util.OrderedProperties
Deletes the property with the specified name.
DELIMITER_APOS - Static variable in class org.pf.text.StringUtil
Defines the delimiter string pair for two apostrophes: ' '
DELIMITER_QUOTE - Static variable in class org.pf.text.StringUtil
Defines the delimiter string pair for two quotes: " "
detect(String) - Method in class org.pf.nls.NLSIniFileDetector
Detects all meta information files for the given base name on the current NLS lookup path.
detect_(Block1) - Method in class org.pf.util.OrderedCollection
Loop over all the receiver's elements and call the given blocks eval() - method for each.
DF_GERMAN_DATE - Static variable in class org.pf.util.DateUtil
 
DF_GERMAN_DATE_TIME - Static variable in class org.pf.util.DateUtil
 
DF_UK_DATE - Static variable in class org.pf.util.DateUtil
 
DF_US_DATE - Static variable in class org.pf.util.DateUtil
 
dirContentAt(int) - Method in class org.pf.file.TableOfContents
Returns the DirectoryContents entry at the specified index.
DirectoryContents - Class in org.pf.file
Represents one directory path with all its contained files.
DirectoryContents(String) - Constructor for class org.pf.file.DirectoryContents
Initialize the new instance with the directory's name.
DirectoryContents(String, FileInfo[]) - Constructor for class org.pf.file.DirectoryContents
Initialize the new instance with the directory's name and its content
directoryEnd(File) - Method in class org.pf.file.AbstractFileHandler
The default is to do nothing and return true so that the FileWalker can continue
directoryEnd(File) - Method in class org.pf.file.FileFinder
This method is called for each directory, that a FileWalker finished to walk through.
directoryEnd(File) - Method in interface org.pf.file.FileHandler
This method is called for each directory, that a FileWalker finished to walk through.
DirectoryObject - Class in org.pf.directory
Represents one object in a directory.
DirectoryObject(String) - Constructor for class org.pf.directory.DirectoryObject
Initialize the new instance with a unique identifier.
directoryStart(File, int) - Method in class org.pf.file.AbstractFileHandler
The default is to do nothing and return true so that the FileWalker can continue
directoryStart(File, int) - Method in class org.pf.file.FileFinder
This method is called for each directory, that a FileWalker starts to walk through.
directoryStart(File, int) - Method in interface org.pf.file.FileHandler
This method is called for each directory, that a FileWalker starts to walk through.
dirNameAt(int) - Method in class org.pf.file.TableOfContents
Returns the name of the directory entry at the specified index.
dispose() - Method in interface org.pf.bif.lifecycle.IDisposable
Get rid of all internal references to other objects.
DISTINGUISHED_NAME - Static variable in class org.pf.directory.ldap.LDAPUtil
The distinguished name identifier (i.e.
DistinguishedName - Class in org.pf.directory
Contains a normalized form of a distinguished name that allows comparison.
DistinguishedName(String) - Constructor for class org.pf.directory.DistinguishedName
Initialize the new instance with a DN.
DistinguishedNameElement - Class in org.pf.directory
Represents a single element of a Distinguished Name.
DistinguishedNameElement(String, String) - Constructor for class org.pf.directory.DistinguishedNameElement
Initialize the new instance with default values.
do_(Block1) - Method in class org.pf.util.OrderedCollection
Loop over all the receiver's elements and call the given blocks eval() - method for each.
DOMTreeXMLReader - Class in org.pf.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.pf.pax.DOMTreeXMLReader
Initialize the new instance with default values.
Dynamic - Class in org.pf.reflect
This class supports more dynamic programming than usually possible in Java.
Dynamic() - Constructor for class org.pf.reflect.Dynamic
 
DynamicPanel - Class in org.pf.swing
This panel can contain one or more DynamicPanelSlots, which can be used to dynamically replace subcomponents with minimum effort.
DynamicPanel() - Constructor for class org.pf.swing.DynamicPanel
Initialize the new instance with default values.
DynamicPanel(LayoutManager, boolean) - Constructor for class org.pf.swing.DynamicPanel
Initialize the new instance with a layout manager and a double buffered flag
DynamicPanel(LayoutManager) - Constructor for class org.pf.swing.DynamicPanel
Initialize the new instance with a layout manager
DynamicPanel(boolean) - Constructor for class org.pf.swing.DynamicPanel
Initialize the new instance with a flag to have it double buffered or not
DynamicPanelSlot - Class in org.pf.swing
This is a panel that containes one other panel which can be replaced at any time.
DynamicPanelSlot() - Constructor for class org.pf.swing.DynamicPanelSlot
Initialize the new instance with default values.

E

Element - Class in org.pf.six
Each element represents one tag occurrence in a XML stream.
Element() - Constructor for class org.pf.six.Element
Initialize the new instance with default values.
Element(String) - Constructor for class org.pf.six.Element
Initialize the new instance with the given name.
Element(String, String) - Constructor for class org.pf.six.Element
Initialize the new instance with the given name and text.
elementCount() - Method in class org.pf.text.MatchGroup
Returns the current number of elements in this group.
elementsContaining(String) - Method in class org.pf.file.Classpath
Returns all elements that contain a file with the specified name.
EMPTY_ARRAY - Static variable in interface org.pf.bif.text.IStringPair
An immutable empty array of this type.
EMPTY_ARRAY - Static variable in class org.pf.six.Element
 
EMPTY_ARRAY - Static variable in class org.pf.text.StringPair
 
EMPTY_ASSOCIATION_ARRAY - Static variable in class org.pf.util.AssociationList
 
EMPTY_CLASS_ARRAY - Static variable in class org.pf.reflect.ReflectUtil
A reusable empty array of type Class[]
EMPTY_CONSTRUCTOR_ARRAY - Static variable in class org.pf.reflect.ReflectUtil
A reusable empty array of type Constructor[]
EMPTY_DN - Static variable in class org.pf.directory.DistinguishedName
This is a special DN with an empty string as name and no elements at all
EMPTY_FIELD_ARRAY - Static variable in class org.pf.reflect.ReflectUtil
A reusable empty array of type Field[]
EMPTY_INT_ARRAY - Static variable in class org.pf.util.CollectionUtil
A constant that contains an empty int array.
EMPTY_LIST - Static variable in class org.pf.util.CollectionUtil
A constant that contains an immutable empty List.
EMPTY_LONG_ARRAY - Static variable in class org.pf.util.CollectionUtil
A constant that contains an empty long array.
EMPTY_MAP - Static variable in class org.pf.util.CollectionUtil
A constant that contains an immutable empty Map.
EMPTY_METHOD_ARRAY - Static variable in class org.pf.reflect.ReflectUtil
A reusable empty array of type Method[]
EMPTY_NAMED_TEXT_ARRAY - Static variable in class org.pf.util.NamedTextList
 
EMPTY_NAMED_VALUE_ARRAY - Static variable in class org.pf.util.NamedValueList
 
EMPTY_OBJECT_ARRAY - Static variable in class org.pf.reflect.ClassInfo
 
EMPTY_OBJECT_ARRAY - Static variable in class org.pf.util.CollectionUtil
A constant that contains an empty object array.
EMPTY_SET - Static variable in class org.pf.util.CollectionUtil
A constant that contains an immutable empty Set.
EMPTY_STRING - Static variable in class org.pf.text.StringUtil
An empty String to avoid multiple creation of such an object
EMPTY_STRING_ARRAY - Static variable in class org.pf.text.StringUtil
An empty String array to avoid multiple creation of such an object
EmptyEntityResolver - Class in org.pf.six
This resolver always returns an empty stream as the result of its method resolveEntity().
EmptyEntityResolver() - Constructor for class org.pf.six.EmptyEntityResolver
Initialize the new instance with default values.
encode(String) - Static method in class org.pf.util.Base64Converter
Returns a BASE64 encoded version of the given string
encode(char[]) - Static method in class org.pf.util.Base64Converter
Returns a BASE64 encoded version of the given character array
encode(byte[]) - Static method in class org.pf.util.Base64Converter
Returns a BASE64 encoded version of the given byte array
encodeToBase64(Object) - Method in class org.pf.directory.ldap.LDAPUtil
Encodes the given object to BASE64 encoding
encodeToString(byte[]) - Static method in class org.pf.util.Base64Converter
Returns a BASE64 encoded version of the given byte array as String
encodeToString(char[]) - Static method in class org.pf.util.Base64Converter
Returns a BASE64 encoded version of the given char array as String
encodeToStringWithLineBreaks(byte[]) - Static method in class org.pf.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.pf.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.pf.util.Base64Converter
Returns a BASE64 encoded version of the given byte array with new lines after all 76 bytes (MIME compliant).
ENCRYPTION_PATTERN - Static variable in class org.pf.directory.ldap.LDAPUtil
The pattern that an encrypted string usually matches (e.g.
END_REACHED - Static variable in class org.pf.text.StringScanner
 
endCDATA() - Method in class org.pf.pax.BaseXMLTagInterpreter
 
endCDATA() - Method in class org.pf.pax.LexicalHandlerDispatcher
 
endDocument() - Method in class org.pf.pax.XMLWriteController
Receive notification of the end of a document.
endDTD() - Method in class org.pf.pax.BaseXMLTagInterpreter
 
endDTD() - Method in class org.pf.pax.LexicalHandlerDispatcher
 
endElement(String, String, String) - Method in class org.pf.pax.BaseXMLTagInterpreter
Is called from the parser for an end tag.
endEntity(String) - Method in class org.pf.pax.BaseXMLTagInterpreter
 
endEntity(String) - Method in class org.pf.pax.LexicalHandlerDispatcher
 
endGroup() - Method in class org.pf.text.LdapMatchRuleVisitor
This method will be called for each group end occurence.
endGroup() - Method in class org.pf.text.MatchRulePrinter
This method will be called for each group end occurence.
endGroup() - Method in interface org.pf.text.MatchRuleVisitor
This method will be called for each group end occurence.
endGroup() - Method in class org.pf.text.SqlMatchRuleVisitor
This method will be called for each group end occurence.
endNotReached(char) - Method in class org.pf.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.pf.text.StringScanner
Returns true, if the given character indicates that the end of the scanned string is reached.
enforceFocusOn(JComponent) - Static method in class org.pf.swing.FocusEnforcer
Starts a thread to put the focus on the given component.
entrySet() - Method in class org.pf.osf.MapFacade
 
entrySet() - Method in class org.pf.util.CaseInsensitiveKeyMap
This method automatically touches every entry, so that its expire period starts anew.
entrySet() - Method in class org.pf.util.CollectorDictionary
Returns a set view of the mappings contained in this map.
entrySet() - Method in class org.pf.util.MapWrapper
Returns all entries of the map
entrySet() - Method in class org.pf.util.OrderedMap
Returns all entries of the map
entrySet() - Method in class org.pf.util.OrderedProperties
Returns all entries in the order they have been added
entrySet() - Method in class org.pf.util.StackedMap
Returns all entries of the map and all stacked maps.
entrySet() - Method in class org.pf.util.TemporaryMap
This method automatically touches every entry, so that its expire period starts anew.
EnumerationIterator - Class in org.pf.util
Provides the Iterator interface on a given Enumeration.
EnumerationIterator(Enumeration) - Constructor for class org.pf.util.EnumerationIterator
Initialize the new instance with an enumeration.
equals(Object) - Method in class org.pf.directory.DirectoryObject
Returns true if the given object is of the identical class as this object and if both IDs are equal (case-sensitive).
equals(Object) - Method in class org.pf.directory.DistinguishedName
 
equals(DistinguishedNameElement) - Method in class org.pf.directory.DistinguishedNameElement
 
equals(Object) - Method in class org.pf.file.ClasspathElement
Returns true if the given object is equal to this object
equals(Object) - Method in class org.pf.reflect.Modifiers
Indicates whether some other object is "equal to" this one.
equals(String, String) - Method in class org.pf.security.crypto.CryptoUtil
Compares whether or not the two given strings are equal.
equals(Object) - Method in class org.pf.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.pf.text.StringPattern
Returns true if the given object is equal to the receiver.
equals(Object) - Method in class org.pf.text.Version
Returns true if this version is equal to the given object.
equals(Object) - Method in class org.pf.util.Association
 
equals(Object) - Method in class org.pf.util.BitSet
Returns true, if the given arguments equals the receiver.
equals(boolean) - Method in class org.pf.util.Bool
Returns whether the given boolean value is equal to the receiver.
equals(Boolean) - Method in class org.pf.util.Bool
Returns whether the given Boolean object is equal to the receiver.
equals(Bool) - Method in class org.pf.util.Bool
Returns whether the given Bool object is equal to the receiver.
equals(Object) - Method in class org.pf.util.Bool
Returns whether the given object is equal to the receiver.
equals(Object) - Method in class org.pf.util.CollectorDictionary
Compares the specified object with this map for equality.
equals(Object) - Method in class org.pf.util.OrderedCollection
Compares the specified object with this list for equality.
equals(Object) - Method in class org.pf.util.SimpleDate
 
equalsIgnoreCase(DistinguishedNameElement) - Method in class org.pf.directory.DistinguishedNameElement
 
eval(Object) - Method in class org.pf.util.Block1
 
exception() - Method in class org.pf.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.pf.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.
ExceptionIgnorer - Class in org.pf.util
An abstract superclass that provides an instance variable to hold an optional ExceptionHandler.
ExceptionIgnorer() - Constructor for class org.pf.util.ExceptionIgnorer
Initialize the new instance with default values.
ExceptionIgnorer(ExceptionHandler) - Constructor for class org.pf.util.ExceptionIgnorer
Initialize the new instance with an exception handler.
exceptionOccurred(Throwable) - Method in class org.pf.util.ExceptionIgnorer
Can be called for all exceptions that should be handled in the same way.
execute() - Method in interface org.pf.bif.execution.IExecutable
execute the implementor's functionality
execute(String) - Method in class org.pf.db.util.SQLExecutor
Executes the given SQL command and returns the number of affected rows.
executeFunction(String, Vector) - Method in class org.pf.textx.BasicTextFunctionResolver
Returns the value for the function with the given name.
executeFunction(String, Vector) - Method in interface org.pf.textx.FunctionResolver
Returns the value for the function with the given name.
executeSQL(String) - Method in class org.pf.db.util.SQLExecutor
Executes the given SQL command and returns true if the execution was successful.
executeWriteStatement(PreparedStatement) - Method in class org.pf.db.util.SQLExecutor
Executes the given statement and returns the number of affected rows.
exists() - Method in class org.pf.file.ClasspathElement
Returns whether or not this classpath element exists.
exists() - Method in class org.pf.file.FileLocator
Returns whether or not the file specified by this locator exists.
exit(int) - Method in class org.pf.util.SysUtil
Calling this method terminates the JVM.
exit(int, long) - Method in class org.pf.util.SysUtil
Calling this method terminates the JVM after the specified sleep time.
ExtendedFileFilter - Class in org.pf.file
This filter implements the standard pattern matching on UNIX and Windows platforms.
ExtendedFileFilter() - Constructor for class org.pf.file.ExtendedFileFilter
Initialize the new instance with default values.
ExtendedFileFilter(String) - Constructor for class org.pf.file.ExtendedFileFilter
Initialize the new instance with patterns.
ExtendedFileFilter(char) - Constructor for class org.pf.file.ExtendedFileFilter
Initialize the new instance with a wildcard character for digits.
ExtendedFileFilter(boolean) - Constructor for class org.pf.file.ExtendedFileFilter
Initialize the new instance with the option of a more restrictive handling of wildcard matching.
ExtendedFileFilter(char, boolean) - Constructor for class org.pf.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.
ExtendedMap - Class in org.pf.osf
Provides map wrapper that additionally implements the interface AttributeReadWriteAccess to enable OSF generif search functionality on the inner (wrapped) map.
ExtendedMap() - Constructor for class org.pf.osf.ExtendedMap
Initialize the new instance with default values.
ExtendedMap(Map) - Constructor for class org.pf.osf.ExtendedMap
Initialize the new instance with an inner map.
extractNamespacesFrom(Element) - Method in class org.pf.pax.XmlUtil
Extracts all namespace definitions from the given root element and returns them in a NamespaceContext implementation.
extractNamespacesFrom(Document) - Method in class org.pf.pax.XmlUtil
Extracts all namespace definitions from the given document and returns them in a NamespaceContext implementation.

F

FEATURE_NAMESPACE_PREFIXES - Static variable in interface org.pf.pax.SAXConstants
This constant contains the SAX feature name URL for namespace prefixes.
FEATURE_NAMESPACES - Static variable in interface org.pf.pax.SAXConstants
This constant contains the SAX feature name URL for namespace support.
FEATURE_VALIDATING - Static variable in interface org.pf.pax.SAXConstants
The name of the XMLReader feature to switch validating on or off
FILE_NOT_FOUND - Static variable in exception org.pf.settings.impl.ReloadableSettingsException
 
FileDirectoryScanner - Class in org.pf.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.pf.file.FileDirectoryScanner
Initialize the new instance with default values.
FileEntityResolver - Class in org.pf.six
Some XML parser packages (e.g. crimson 1.1.3) provide a entity resolver that uses URL connections to retrieve the resources.
FileEntityResolver() - Constructor for class org.pf.six.FileEntityResolver
Initialize the new instance with default values.
FileEntityResolver(boolean) - Constructor for class org.pf.six.FileEntityResolver
Initialize the new instance with the setting if the parser is validating the XML input.
FileFinder - Class in org.pf.file
Helper class with convenient methods to find files.
FileHandler - Interface in org.pf.file
This interface must be implemented by classes, that want to use the generic services of FileWalker.
FileInfo - Class in org.pf.file
This data object holds the name, size and modification date of a file.
FileInfo(File) - Constructor for class org.pf.file.FileInfo
Initialize the new instance from the given file.
FileInfo(String, ZipEntry) - Constructor for class org.pf.file.FileInfo
Initialize the new instance from the given zip file entry.
FileLocator - Class in org.pf.file
This class mainly supports access to files which can be in the normal file directory structure or inside zip archives.
filesAt(int) - Method in class org.pf.file.TableOfContents
Returns the file info objects of the directory entry at the specified index.
FileUtil - Class in org.pf.file
This class provides helper methods for file and stream handling.
FileWalker - Class in org.pf.file
This class provides services to navigate through a file directory and handle files that match a name filter.
FileWalker(AFileProcessor) - Constructor for class org.pf.file.FileWalker
Initialize the new instance with a file processor.
FileWalker(FileHandler) - Constructor for class org.pf.file.FileWalker
Initialize the new instance with a file handler.
FileWalker(FileHandler, char) - Constructor for class org.pf.file.FileWalker
Initialize the new instance with a file handler and a wildcard character for digits.
find(String) - Method in class org.pf.osf.ObjectContainer
Returns all object in this container that match the given rule.
find(MatchRule) - Method in class org.pf.osf.ObjectContainer
Returns all objects in this container that match the given rule.
find(IObjectFilter) - Method in class org.pf.osf.ObjectContainer
Returns all objects in this container that match the given filter.
find(ObjectSearchResult, MatchRule) - Method in class org.pf.osf.ObjectContainer
Adds all objects in this container that match the given rule to the given result object container.
find(ObjectSearchResult, IObjectFilter) - Method in class org.pf.osf.ObjectContainer
Adds all objects in this container that match the given filter to the given result object container.
find(ObjectSearchResult, String, boolean) - Method in class org.pf.osf.ObjectContainer
Adds all objects in this container that match the given rule to the given result object container.
find(String) - Method in class org.pf.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) - Method in class org.pf.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.
findAll(String) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all objects down the whole hierarchy starting from this object if they match the given filter.
findAll(LDAPDirEntryFilter) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all objects down the whole hierarchy starting from this object if they match the given filter.
findAll(String, int) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all objects down the whole hierarchy starting from this object if they match the given filter.
findAll(LDAPDirEntryFilter, int) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all objects down the whole hierarchy starting from this object if they match the given filter.
findAssociation(K) - Method in class org.pf.util.AssociationList
Returns the association with the given key or null if the key can't be found.
findChild(LDAPDirEntryFilter) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns the first immediate child that matches the given filter
findChild(String) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns the first immediate child that matches the given filter
findChildren(String) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all immediate children that match the given filter
findChildren(LDAPDirEntryFilter) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all immediate children that match the given filter
findChildren(String, int) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all immediate children that match the given filter
findChildren(LDAPDirEntryFilter, int) - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns all immediate children that match the given filter
findChildren(String) - Method in class org.pf.six.Element
Returns all children with the given tag name.
findChildren(String, Map) - Method in class org.pf.six.Element
Returns all children with the given tag name and the specified attribute values.
findClass(String) - Method in class org.pf.reflect.ReflectUtil
Returns the class object corresponding to the given class name or null, if the class can't be found.
findComponent(Container, String) - Method in class org.pf.swing.SwingUtil
Searches for the component with the specified name in the given container and all sub containers.
findComponent(Container, Class, String) - Method in class org.pf.swing.SwingUtil
Searches for the component with the specified type and name in the given container and all sub containers.
findConstructor(Class, Class[]) - Method in class org.pf.reflect.ReflectUtil
Returns the constructor of the given class for the specified parameter types of null if no such constructor can be found.
findDirectories(String, String, boolean, char) - Static method in class org.pf.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.pf.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.pf.file.FileFinder
Return all directories that match the given pattern(s) start searching in the specified startDir.
findField(Class, String, int) - Method in class org.pf.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.pf.reflect.ReflectUtil
Returns the field with the specified name in the given class.
findFile(String) - Static method in class org.pf.file.FileFinder
Tries to find the file with the given Name.
findFileOnClasspath(String) - Static method in class org.pf.file.FileFinder
Tries to find the file with the given Name on the classpath.
findFileOnPath(String, String) - Static method in class org.pf.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.pf.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.pf.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.pf.file.FileFinder
Return all files that match the given pattern(s) start searching in the specified dir.
findFiles(String) - Static method in class org.pf.file.FileFinder
Return all files that match the given search pattern.
findFiles(String, char) - Static method in class org.pf.file.FileFinder
Return all files that match the given search pattern.
findFirst(String) - Method in class org.pf.osf.ObjectContainer
Returns the first object in this container that matches the given rule or null if no matching element can be found.
findFirst(MatchRule) - Method in class org.pf.osf.ObjectContainer
Returns the first object in this container that matches the given rule.
findFirst(IObjectFilter) - Method in class org.pf.osf.ObjectContainer
Returns the first object in this container that matches the given filter.
findFirstIgnoreCase(String) - Method in class org.pf.osf.ObjectContainer
Returns the first object in this container that matches the given rule or null if no matching element can be found.
findIgnoreCase(String) - Method in class org.pf.osf.ObjectContainer
Returns all objects in this container that match the given rule.
findMethod(Class, String, Class[], int) - Method in class org.pf.reflect.ReflectUtil
Returns the method with the specified name if it exists in the given class.
findMethod(Class, String, Class[]) - Method in class org.pf.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.pf.util.NamedTextList
Returns the first named text with the specified name or null if none can be found.
findNamedValue(String) - Method in class org.pf.util.NamedValueList
Returns the first named value with the specified name or null if none can be found.
findPositionOf(String) - Method in class org.pf.text.StringExaminer
Returns the position index of the given match string starting to look for it from the current position.
findSubElements(String) - Method in class org.pf.six.Element
Returns all sub elements with the given tag name.
findSubElements(String, Map) - Method in class org.pf.six.Element
Returns all sub elements with the given tag name and the specified attribute values.
finishEmptyTag() - Method in class org.pf.pax.MarkupWriter
 
finishTag() - Method in class org.pf.pax.MarkupWriter
 
first() - Method in class org.pf.util.OrderedCollection
Returns the first element of the receiver.
FIRST_CUSTOM_STATE - Static variable in interface org.pf.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.pf.file.Classpath
Returns the first element that contains a file with the specified name or null if the file cannot be found.
FocusEnforcer - Class in org.pf.swing
This subclass of Thread can be used to set the focus of a window to a specific component.
FocusEnforcer(JComponent) - Constructor for class org.pf.swing.FocusEnforcer
Initialize the new instance the component to put the focus on.
FocusEnforcer(JComponent, String) - Constructor for class org.pf.swing.FocusEnforcer
Initialize the new instance the component to put the focus on.
forbidMissingPlaceholders() - Method in class org.pf.textx.TextEngine
Forbids placeholders that cannot be resolved by the variable resolver.
FunctionResolver - Interface in org.pf.textx
This interface defines the method an object must support, if it wants to provide values for specific function calls.

G

GenericSettingsImpl - Class in org.pf.settings.impl
Generic implementation the Settings interface.
GenericSettingsImpl() - Constructor for class org.pf.settings.impl.GenericSettingsImpl
Initialize the new instance with default values.
GenericSettingsImpl(String) - Constructor for class org.pf.settings.impl.GenericSettingsImpl
Create a new instance with the specified name.
get(Object) - Method in class org.pf.osf.MapFacade
 
get(int) - Method in class org.pf.osf.ObjectContainer
Returns the object at the given index position.
get(String) - Method in class org.pf.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.pf.reflect.ObjectOrMapAccessWrapper
Returns the return value of the getter method of the given field name or null in any case of reflection problem.
get(boolean) - Static method in class org.pf.util.Bool
Returns the Bool instance corresponding to the given boolean value.
get(Boolean) - Static method in class org.pf.util.Bool
Returns the Bool instance corresponding to the given Boolean value.
get(String) - Static method in class org.pf.util.Bool
Returns the Bool instance corresponding to the given String value.
get(Object) - Method in class org.pf.util.CaseInsensitiveKeyMap
Returns the object that was registered under the specified key.
get(Object) - Method in class org.pf.util.CollectorDictionary
 
get(Object) - Method in class org.pf.util.MapWrapper
Returns the object that was registered under the specified key.
get(int) - Method in class org.pf.util.OrderedCollection
Returns the element at the specified position in this list.
get(Object) - Method in class org.pf.util.OrderedMap
Returns the object that was registered under the specified key.
get(int) - Method in class org.pf.util.OrderedSet
Returns the element at the specified position in this list.
get(Object) - Method in class org.pf.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.pf.util.TemporaryMap
Returns the object that was registered under the specified key.
getAbsolutePath() - Method in class org.pf.file.FileLocator
Returns the full absolute pathname.
getAcceptDuplicates() - Method in class org.pf.util.CollectorDictionary
 
getAnd() - Method in class org.pf.text.MatchElement
 
getAndChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for AND operations ( DEFAULT = '&' )
getAndChar() - Method in class org.pf.text.MatchRuleChars
Returns the character for AND operations ( DEFAULT = '&' )
getArchiveName() - Method in class org.pf.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.pf.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.pf.text.CommandLineArguments
Returns a string array containing all arguments.
getArgumentValue(String, String) - Method in class org.pf.text.CommandLineArguments
Returns the value following the specified option.
getArgumentValue(String) - Method in class org.pf.text.CommandLineArguments
Returns the value following the specified option.
getArgumentValues(String) - Method in class org.pf.text.CommandLineArguments
Returns all values that are found for the specified option.
getArgumentValues(String, String[]) - Method in class org.pf.text.CommandLineArguments
Returns the values following the specified option.
getAttribute(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the attribute with the specified name or null if not found
getAttribute(String) - Method in class org.pf.six.Element
Returns the value of the attribute with the given name.
getAttributeAsString(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the first value of the specified attribute as String.
getAttributeAsStringArray(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the values of the specified attribute as String array.
getAttributeLocalNames() - Method in class org.pf.six.Element
Returns the names of all attributes assigned to this element.
getAttributeName() - Method in class org.pf.text.MatchAttribute
Returns the name of the attribute that will be checked by this rule element
getAttributeNames() - Method in class org.pf.directory.MultiValueAttributes
Returns the names of all attributes.
getAttributeNames() - Method in class org.pf.osf.ExtendedMap
 
getAttributeNames() - Method in interface org.pf.reflect.AttributeReadAccess
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributeNames() - Method in class org.pf.reflect.ObjectAccessWrapper
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributeNames() - Method in class org.pf.reflect.ObjectOrMapAccessWrapper
Returns the names of all attributes that can be accessed by the method getAttributeValue().
getAttributeNames() - Method in class org.pf.six.Element
Returns the names of all attributes assigned to this element.
getAttributes() - Method in class org.pf.six.Element
Returns all attributes of this element.
getAttributeValue(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the current value of the attribute with the given name.
getAttributeValue(String) - Method in class org.pf.osf.ExtendedMap
 
getAttributeValue(String) - Method in interface org.pf.reflect.AttributeReadAccess
Returns the current value of the attribute with the given name.
getAttributeValue(String) - Method in class org.pf.reflect.ObjectAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttributeValue(String) - Method in class org.pf.reflect.ObjectOrMapAccessWrapper
Returns the current value of the attribute (field) with the given name.
getAttrName() - Method in class org.pf.directory.metadata.AttributeMetaData
 
getBackslashIsEscapeChar() - Method in class org.pf.settings.rw.PropertiesReaderWriter
Sets whether or not backslashes should be treated as escape character.
getBits() - Method in class org.pf.reflect.Modifiers
Return the bits as they are currently set.
getBlockSize() - Method in class org.pf.db.util.ObjectIdentifierDB
Returns the block size this generator is using.
getBottomMargin() - Method in class org.pf.swing.TakeAllLayoutManager
Returns the current bottom margin
getButtonGroup() - Method in class org.pf.swing.RadioButtonGroupBox
Returns the button group associated with this button box
getCaseSensitive() - Method in interface org.pf.settings.CaseSensitivity
Returns true, if the search for category and key names is case sensitive.
getCaseSensitive() - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns true, if the search for category and key names is case sensitive.
getCategoryNames() - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns an array of all currently known categories.
getCategoryNames() - Method in class org.pf.settings.impl.ReloadableSettings
Returns an array of all currently known categories.
getCategoryNames() - Method in interface org.pf.settings.ReadOnlySettings
Returns an array of all currently known categories.
getChildCount() - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns the number of children
getChildren() - Method in class org.pf.six.Element
Returns all child elements.
getChildrenCount() - Method in class org.pf.six.Element
Returns the number of child elements.
getClass(Object) - Method in class org.pf.plugin.ClassRegistry
Returns the class which is registered under the given key.
getClassInfo(String) - Method in class org.pf.plugin.ClassRegistry
Returns the class information object stored under the given key or null if nothing is found.
getClassName(Object) - Method in class org.pf.plugin.ClassRegistry
Returns the name of the class which is registered under the given key.
getClassName() - Method in class org.pf.reflect.ClassInfo
Returns the name of the class, this object represents.
getClassObject() - Method in class org.pf.reflect.ClassInfo
Returns the the class object.
getClasspath() - Method in class org.pf.file.FileUtil
Returns the current classpath as String.
getClassRegistry() - Method in class org.pf.plugin.PluginCollector
Returns the class registry that contains all loaded plugins
getCommentSeparator() - Method in class org.pf.settings.rw.IniReaderWriter
Returns the separator that indicates the beginning of a comment The default is ";"
getComponent() - Method in class org.pf.swing.ComponentPoint
Returns the component the point is relative to.
getConnection() - Method in class org.pf.db.util.DataSourceProxy
Attempt to establish a database connection
getConnection(String, String) - Method in class org.pf.db.util.DataSourceProxy
Attempt to establish a database connection
getConnection() - Method in class org.pf.net.ConnectionPool
Returns a connection based on the underlying socket.
getConstructorsOf(Object) - Method in class org.pf.reflect.ReflectUtil
Returns a list of all constructors the class of the given object contains.
getConstructorsOf(Class) - Method in class org.pf.reflect.ReflectUtil
Returns a list of all constructors the given class contains.
getContainedFiles() - Method in class org.pf.file.DirectoryContents
Returns an array of information objects on all files contained in this directory
getContentHandler() - Method in class org.pf.pax.DOMTreeXMLReader
 
getCopyOfAttributes(String[]) - Method in class org.pf.directory.MultiValueAttributes
Returns a copy of all those attributes that are specified by the given name array and that exist in this object.
getCreateTimestamp() - Method in class org.pf.directory.ldap.LDAPDirEntry
Returns the creation timestamp of this object
getData() - Method in class org.pf.net.BinarySocketConnection
Tries to read data from the underlying input stream.
getDay() - Method in class org.pf.util.SimpleDate
Returns the day in month as integer (1..31).
getDbPassword() - Method in class org.pf.db.util.DataSourceProxy
 
getDbUrl() - Method in class org.pf.db.util.DataSourceProxy
 
getDbUserid() - Method in class org.pf.db.util.DataSourceProxy
 
getDefaultEncoding() - Method in class org.pf.nls.NLSIniFileLoader
Returns the default encoding that will be used to read text from a file if no explicit encoding was provided.
getDefaultMultiCharWildcard() - Static method in class org.pf.text.StringPattern
Returns the character that is used to specify any number of any character.
getDefaultProvider() - Method in class org.pf.nls.TextContainer
Returns the default container that will be used if a key cannot be found in this container.
getDefaults() - Method in class org.pf.settings.impl.GenericSettingsImpl
Gets the defaults that are looked up, if a setting can't be found in the main settings object.
getDefaults() - Method in class org.pf.settings.impl.ReloadableSettings
Gets the defaults that are looked up, if a setting can't be found in the main settings object.
getDefaults() - Method in interface org.pf.settings.ReadOnlySettings
Gets the defaults that are looked up, if a setting can't be found in the main settings object.
getDefaultSeparator() - Method in class org.pf.text.StringPair
Returns the default separator (here ":").
getDefaultSingleCharWildcard() - Static method in class org.pf.text.StringPattern
Returns the character that is used to specify any single character.
getDelimitedSubstring(String, IStringPair[]) - Method in class org.pf.text.StringUtil
Returns the first substring that is enclosed by one of the specified delimiter pairs.
getDelimitedSubstring(String, IStringPair) - Method in class org.pf.text.StringUtil
Returns the first substring that is enclosed by the specified delimiter pair.
getDelimitedSubstring(String, String, String) - Method in class org.pf.text.StringUtil
Returns the first substring that is enclosed by the specified delimiters.
getDelimitedSubstring(String, String) - Method in class org.pf.text.StringUtil
Returns the first substring that is enclosed by the specified delimiter.
getDirectories() - Method in class org.pf.file.TableOfContents
Returns all contained directories
getDirectoryName() - Method in class org.pf.file.DirectoryContents
Returns the name of the directory this object represents
getDistinguishedName() - Method in class org.pf.directory.ldap.LDAPDirEntry
Returns the distinguished name of this object
getDN() - Method in class org.pf.directory.ldap.LDAPDirEntry
Returns the distinguished name of this object.
getDTDHandler() - Method in class org.pf.pax.DOMTreeXMLReader
This method is not supported !
getDuration() - Method in class org.pf.util.StopWatch
Returns the duration between start and stop in milliseconds.
getDynamicSlotNamed(String) - Method in class org.pf.swing.DynamicPanel
Returns the dynamic slot with the specified name or null if no dynamic slot is found with this name.
getEncoding() - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Set the encoding to be used for reading an writing.
getEntityResolver() - Method in class org.pf.pax.DOMTreeXMLReader
This method is not supported !
getEqualsChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for equals comparisons ( DEFAULT = '=' )
getEqualsChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used to compare if two values are equal ( DEFAULT = '=' )
getErrorCode() - Method in exception org.pf.settings.impl.ReloadableSettingsException
Returns the error code that specifies, what problem occured.
getErrorHandler() - Method in class org.pf.pax.DOMTreeXMLReader
This method is not supported !
getExceptionHandler() - Method in class org.pf.util.ExceptionIgnorer
Returns the exception handler currently in use.
getFallbackAuthenticator() - Method in class org.pf.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.pf.util.Bool
Returns the Bool instance that represents the true value.
getFeature(String) - Method in class org.pf.pax.DOMTreeXMLReader
Returns whether or not the feature with the given name is on.
getField(Object, String) - Method in class org.pf.reflect.ReflectUtil
Returns the field with the specified name in the given object.
getFieldsOf(Object) - Method in class org.pf.reflect.ReflectUtil
Returns a list of all fields the given objects contains.
getFieldsOf(Class) - Method in class org.pf.reflect.ReflectUtil
Returns a list of all fields the given class contains.
getFileForLocales(Locale) - Method in class org.pf.nls.NLSIniFileDetector
Returns the file locator for the given locale or null if not found.
getFileInfo(String) - Method in class org.pf.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.
getFileName() - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Returns the name of the file from which or to which the setting should be written/read.
getFileName() - Method in interface org.pf.settings.SettingsFileReader
Returns the name of the file from which the setting should be read.
getFilesForLocales(Locale[]) - Method in class org.pf.nls.NLSIniFileDetector
Returns a file locators for wich a mapping to the given locales have been found.
getFirstChild() - Method in class org.pf.six.Element
Returns the first child element or null if there is no child element.
getFirstValue() - Method in class org.pf.directory.MultiValueAttribute
Returns the first value of this attribute
getFirstValueAsString() - Method in class org.pf.directory.MultiValueAttribute
Returns the first value of this attribute as String
getFoundObjects() - Method in class org.pf.directory.ldap.LDAPSearchResult
Returns an array containing all found objects.
getFullName() - Method in class org.pf.file.FileInfo
Returns the path + name of the file.
getFunctionResolver() - Method in class org.pf.textx.GlobalLocalPlaceholderReplacement
Returns the function resolver
getFunctionResolver() - Method in class org.pf.textx.TextEngine
Returns the function resolver
getGreaterChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for greater than comparisons ( DEFAULT = '>' )
getGreaterChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used to compare if a value is greater than another ( DEFAULT = '>' )
getGroupEndChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character that ends a logical group ( DEFAULT = ')' )
getGroupEndChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that ends a logical group ( DEFAULT = ')' )
getGroupStartChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character that starts a logical group ( DEFAULT = '(' )
getGroupStartChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that starts a logical group ( DEFAULT = '(' )
getID() - Method in class org.pf.directory.DirectoryObject
Returns the identifier of this object
getIgnoreCase() - Method in class org.pf.directory.MultiValueAttribute
Returns true if this MultiValueAttribute is treated case-insensitive.
getIgnoreCase() - Method in class org.pf.text.StringCollectionFilter
Returns true if the string comparison is done case-insensitive
getIgnoreCase() - Method in class org.pf.text.StringPattern
Returns whether or not the pattern matching ignores upper and lower case
getIgnoreCaseInNames() - Method in class org.pf.text.DefaultMatchRuleParser
Returns true, if the parser produces MatchRules that treat attribute names case-insensitive.
getIgnoreCaseInValues() - Method in class org.pf.text.DefaultMatchRuleParser
Returns true, if the parser produces MatchRules that are case-insensitive when comparing values.
getIndentation() - Method in class org.pf.six.XmlStreamWriter
Returns the current indentation.
getIndentIncrement() - Method in class org.pf.pax.MarkupWriter
 
getIndentIncrement() - Method in class org.pf.pax.XMLWriteController
Returns the number of spaces that are additionally prepended per hierarchy level on each line.
getIndentLevel() - Method in class org.pf.pax.MarkupWriter
 
getInputStream() - Method in class org.pf.file.FileLocator
Returns an opened input stream on the file defined by this locator.
getInstance() - Method in class org.pf.reflect.ClassInfo
Returns either a new instance of the underlying class or always the identical instance if it is defined to be a singleton.
getInterfacesOf(Object) - Method in class org.pf.reflect.ReflectUtil
Returns all interfaces the given object's class implements.
getInterfacesOf(Class) - Method in class org.pf.reflect.ReflectUtil
Returns all interfaces the given class implements.
getInterpreterFor(String) - Method in class org.pf.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.pf.pax.XMLTagInterpreterFactory
Returns an instance of a tag interpreter class corresponding to the specified tag name.
getJavaBaseVersion() - Static method in class org.pf.text.Version
Returns the version of the current JVM with out the patch level.
getJavaVersion() - Static method in class org.pf.text.Version
Returns the version of the current JVM.
getKey() - Method in class org.pf.util.Association
 
getKeyNamesOf(String) - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns all currently known key names in the category with the specified name.
getKeyNamesOf(String) - Method in class org.pf.settings.impl.ReloadableSettings
Returns all currently known key names in the category with the specified name.
getKeyNamesOf(String) - Method in interface org.pf.settings.ReadOnlySettings
Returns all currently known key names in the category with the specified name.
getKeyNamesOfDefaultCategory() - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns all currently known key names in the default category.
getKeyNamesOfDefaultCategory() - Method in class org.pf.settings.impl.ReloadableSettings
Returns all currently known key names in the default category.
getKeyNamesOfDefaultCategory() - Method in interface org.pf.settings.ReadOnlySettings
Returns all currently known key names in the default category.
getKeys() - Method in class org.pf.nls.TextContainer
Returns an array with all keys of this container.
getKeyValueSeparator() - Method in class org.pf.settings.rw.IniReaderWriter
Returns the separator between a key and its associated value The default is "="
getLeftMargin() - Method in class org.pf.swing.TakeAllLayoutManager
Returns the current left margin
getLength() - Method in class org.pf.text.ObjectIdGenerator
Returns the length to which the IDs are filled up
getLessChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for less than comparisons ( DEFAULT = '<' )
getLessChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used to compare if a value is less than another ( DEFAULT = '<' )
getLexicalHandler() - Method in class org.pf.pax.LexicalHandlerDispatcher
 
getLexicalHandlerHolder() - Method in class org.pf.pax.BaseXMLTagInterpreterController
 
getLocale() - Method in class org.pf.nls.ResourceBundleTextProvider
Returns the locale the underlying resource bundle was created
getLocale() - Method in class org.pf.nls.TextContainer
Returns the locale for which this container holds the text strings
getLocales() - Method in interface org.pf.nls.IExtendedTextProvider
Returns the locales for which this text provider has text
getLocales() - Method in class org.pf.nls.ResourceBundleTextProvider
Returns the locales for which this text provider has text
getLocales() - Method in class org.pf.nls.TextContainer
Returns the locales for which this text provider has text
getLocales() - Method in class org.pf.nls.TextContainerList
Returns the locales for which this list has an associated text container
getLocalName() - Method in class org.pf.six.Element
Returns the local name of this element.
getLocation() - Method in class org.pf.file.FileInfo
Returns the full location name, that is in case of a normal file the path and filename combined.
getLogger() - Static method in class org.pf.db.LoggerProvider
Returns the current logger used by this component to report errors and exceptions.
getLogger() - Static method in class org.pf.file.LoggerProvider
Returns the current logger used by this component to report errors and exceptions.
getLogger() - Static method in class org.pf.pax.LoggerProvider
Returns the current logger used by this component to report errors and exceptions.
getLogger() - Static method in class org.pf.plugin.LoggerProvider
Returns the current logger used by this component to report errors and exceptions.
getLogger() - Static method in class org.pf.six.LoggerProvider
Returns the current logger used by this component to report errors and exceptions.
getLoginTimeout() - Method in class org.pf.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 class org.pf.logging.PrintStreamLogger
Returns the current log level
getLogWriter() - Method in class org.pf.db.util.DataSourceProxy
Returns the log writer for this data source
getLookupOrder() - Method in class org.pf.nls.TextContainerList
Returns the current lookup order that will be used within getText(String).
getLookupPath(String) - Method in class org.pf.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.
getMatchRule() - Method in class org.pf.osf.MatchRuleFilter
 
getMetaData(String) - Method in class org.pf.directory.metadata.AttributesMetaData
Returns the meta data for the given attribute name.
getMetaData() - Method in class org.pf.directory.MultiValueAttributes
 
getMethod(Object, String, Class[]) - Method in class org.pf.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.pf.reflect.ReflectUtil
Returns a list of all methods the given objects contains.
getMethodsOf(Class) - Method in class org.pf.reflect.ReflectUtil
Returns a list of all methods the given class contains.
getModifyTimestamp() - Method in class org.pf.directory.ldap.LDAPDirEntry
Returns the modification timestamp of this object
getMonth() - Method in class org.pf.util.SimpleDate
Returns the month as integer (1 = January, ..., 12 = December).
getMultiCharWildcard() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used as placeholder for multiple characters.
getMultiCharWildcard() - Method in class org.pf.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.pf.text.DefaultMatchRuleParser
Returns true, if this parser creates match rules that allow empty strings at the position of the multi character wildcard ('*').
getName() - Method in class org.pf.directory.MultiValueAttribute
Returns the name of this attribute
getName() - Method in class org.pf.file.ClasspathElement
Returns the name of this classpath element
getName() - Method in class org.pf.file.FileInfo
Returns the name of the file (without any path).
getName() - Method in class org.pf.file.TableOfContents
Returns the name of the container this table of contents belongs to
getName() - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns the name of the settings object as a whole.
getName() - Method in class org.pf.settings.impl.ReloadableSettings
Returns the name of the settings object as a whole.
getName() - Method in interface org.pf.settings.ReadOnlySettings
Returns the name of the settings object as a whole.
getName() - Method in class org.pf.six.Element
Returns the name of the element.
getName() - Method in class org.pf.util.Trigger
Returns the name of the trigger
getNamePrefix() - Method in class org.pf.six.Element
 
getNamespaceDeclarations() - Method in class org.pf.six.Element
Returns a map with the names of namespaces as keys and the corresponding namespace URIs as values.
getNamespaceURI(String) - Method in class org.pf.pax.NamespacePrefixMapper
 
getNewlineAfterSection() - Method in class org.pf.settings.rw.IniReaderWriter
Returns true if a new line gets added after each [section]
getNLSLookupPath() - Method in class org.pf.nls.NLSUtil
Returns a classpath that is used to lookup NLS text files.
getNot() - Method in class org.pf.text.MatchElement
 
getNotChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for NOT operations ( DEFAULT = '!'
getNotChar() - Method in class org.pf.text.MatchRuleChars
Returns the character for NOT operations ( DEFAULT = '!'
getObject() - Method in class org.pf.reflect.ObjectAccessWrapper
 
getOptionValues(String) - Method in class org.pf.text.CommandLineArguments
Returns all values after the given option which do NOT start with the configured switch indicator.
getOrChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for OR operations ( DEFAULT = '|' )
getOrChar() - Method in class org.pf.text.MatchRuleChars
Returns the character for OR operations ( DEFAULT = '|' )
getOriginalFileName() - Method in class org.pf.file.FileLocator
Returns the original (unchanged) filename as it was given to the create method of this locator.
getOsFamily() - Method in class org.pf.util.SysUtil
Returns the family name of the current operating system according to the name specified in system property "os.name".
getPackageName(String) - Method in class org.pf.text.StringUtil
Returns the package name of the given full qualified class name.
getPadChar() - Method in class org.pf.text.ObjectIdGenerator
Return the character that is used to fill up the IDs to the full length.
getPanel() - Method in class org.pf.swing.DynamicPanelSlot
Returns the contained panel or null if none is set
getParameter(String) - Method in class org.pf.net.UniformResourceLocator
Returns the value of the parameter with the given name or null.
getParameterNames() - Method in class org.pf.net.UniformResourceLocator
Returns the names of all parameters
getParent() - Method in class org.pf.directory.DistinguishedName
Returns the parent DN of this DN or EMPTY_DN if this DN has no parent.
getParent() - Method in class org.pf.file.FileLocator
Returns the parent of the file represented by this locator
getParseString() - Method in exception org.pf.text.MatchRuleParseException
Returns the string in which caused the parsing exception.
getParts() - Method in class org.pf.directory.DistinguishedName
Returns a copy of the parts that build this DN.
getPartsWithout(int) - Method in class org.pf.directory.DistinguishedName
Returns a copy of the parts that build this DN without the number of elements given by the parameter.
getPasswordAuthentication() - Method in class org.pf.security.authentication.AbstractAuthenticator
Called when password authorization is needed.
getPasswordAuthentication() - Method in class org.pf.security.authentication.LocationCredentials
Returns the password based authentication data.
getPath() - Method in class org.pf.file.FileInfo
Returns the path (without filename) to the file.
getPath() - Method in class org.pf.file.FileLocator
Returns the full pathname.
getPattern() - Method in class org.pf.text.StringPattern
Returns the pattern as string.
getPatterns() - Method in class org.pf.text.MatchAttribute
Returns the value pattern(s) against that will be matched
getPatternStrings() - Method in class org.pf.text.StringPatternCollection
Returns an array with all pattern strings contained in this object.
getPlugin(String) - Method in class org.pf.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) - Method in class org.pf.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.pf.plugin.PluginUtil
Returns the classpath that is used to lookup any plug-in information files.
getPluginIDsOfType(Class) - Method in class org.pf.plugin.PluginRegistry
Returns the IDs of all plug-ins that are of the specified type.
getPluginsOfType(Class) - Method in class org.pf.plugin.PluginRegistry
Returns all plug-ins that are of the specified type.
getPoint() - Method in class org.pf.swing.ComponentPoint
Returns the point coordinates without the component.
getPort() - Method in class org.pf.net.PortListener
Returns the port number this port listener is listening on.
getPort() - Method in class org.pf.net.UniformResourceLocator
Return the defined port.
getPosition() - Method in exception org.pf.text.MatchRuleParseException
Returns the position in the string where the exception was caused.
getPosition() - Method in class org.pf.text.StringScanner
Returns the current position in the string
getPrefix(String) - Method in class org.pf.pax.NamespacePrefixMapper
 
getPrefix() - Method in class org.pf.text.ObjectIdGenerator
Returns the prefix that will be prepended to every generated ID.
getPrefixes(String) - Method in class org.pf.pax.NamespacePrefixMapper
 
getProperty(String) - Method in class org.pf.pax.DOMTreeXMLReader
This method is not supported !
getProperty(String) - Method in class org.pf.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.pf.util.OrderedProperties
Searches for the property with the specified key in this property list.
getPropertyNames() - Method in class org.pf.util.OrderedProperties
Returns an array containing the properties names in the order they have been added or read from a stream.
getQueryString() - Method in class org.pf.net.UniformResourceLocator
Returns the query string, that is everything following the '?'.
getRDN() - Method in class org.pf.directory.DistinguishedName
Returns the relative distinguished name (i.e. the left most element) of this distinguished name.
getRealm() - Method in class org.pf.security.authentication.LocationCredentials
Returns the realm this credentials apply to
getRequestingHost() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestingPort() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestingPrompt() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestingProtocol() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestingScheme() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestingSite() - Method in class org.pf.security.authentication.AbstractAuthenticator
 
getRequestURI() - Method in class org.pf.net.UniformResourceLocator
Returns the request URI
getResourceBundle() - Method in class org.pf.nls.ResourceBundleTextProvider
Returns the wrapped resource bundle
getResult() - Method in class org.pf.pax.BaseXMLTagInterpreter
Returns the result object, created by this interpreter from the XML data .
getResult() - Method in class org.pf.pax.XMLWriteInterpreter
Returns the result object, created by this interpreter from the XML data .
getRightMargin() - Method in class org.pf.swing.TakeAllLayoutManager
Returns the current right margin
getScheme() - Method in class org.pf.net.UniformResourceLocator
 
getSelectedValue() - Method in class org.pf.swing.RadioButtonGroup
Returns the value associated with the button currently selected.
getSelectedValue() - Method in class org.pf.swing.RadioButtonGroupBox
Returns the value associated with the button currently selected.
getServerName() - Method in class org.pf.net.UniformResourceLocator
Return the server name
getServerNameAndPort() - Method in class org.pf.net.UniformResourceLocator
Returns a string containing the server name and optionally the port number, separated by a colon (':').
getSettingsNameOf(String, String) - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns the name of the name of the settings where the specified category and key are found.
getSettingsNameOf(String) - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns the name of the name of the settings where the specified key is found in the default category.
getSettingsNameOf(String, String) - Method in class org.pf.settings.impl.ReloadableSettings
Returns the name of the name of the settings where the specified category and key are found.
getSettingsNameOf(String) - Method in class org.pf.settings.impl.ReloadableSettings
Returns the name of the name of the settings where the specified key is found in the default category.
getSettingsNameOf(String, String) - Method in interface org.pf.settings.ReadOnlySettings
Returns the name of the name of the settings where the specified category and key are found.
getSettingsNameOf(String) - Method in interface org.pf.settings.ReadOnlySettings
Returns the name of the name of the settings where the specified key is found in the default category.
getSingleCharWildcard() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used as placeholder for a single character.
getSingleCharWildcard() - Method in class org.pf.text.StringPattern
Returns the wildcard character that is used as placeholder for a single occurance of any character.
getSize() - Method in class org.pf.file.FileInfo
Returns the size of the file in bytes
getSizeLimit() - Method in class org.pf.osf.ObjectSearchResult
Returns the size limit that was set for the search that produced this result
getSpecialNameCharacters() - Method in class org.pf.text.MatchRuleChars
Returns all extra charcters, that are allowed in attribute names.
getSpecialNameCharacters() - Method in class org.pf.textx.TextEngine
Returns all extra charcters, that are allowed in placeholder names.
getStandardizedAbsolutePath() - Method in class org.pf.file.FileLocator
Returns the full absolute pathname in a standardized form.
getStandardizedPath() - Method in class org.pf.file.FileLocator
Returns the full pathname in a standardized for.
getString(String) - Method in class org.pf.text.StringUtil
Returns a string that does not contain the optional enclosing delimiters " or '.
getString(String, IStringPair) - Method in class org.pf.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.pf.text.StringUtil
Returns a string that does not contain the optional enclosing delimiters specified in the second parameter.
getString1() - Method in interface org.pf.bif.text.IStringPair
Returns the first string of this pair.
getString1() - Method in class org.pf.text.StringPair
 
getString2() - Method in interface org.pf.bif.text.IStringPair
Returns the second string of this pair.
getString2() - Method in class org.pf.text.StringPair
 
getSwitchIndicator() - Method in class org.pf.text.CommandLineArguments
Returns the prefix which must preceed each command line switch (option).
getTagName() - Method in class org.pf.pax.BaseXMLTagInterpreter
Returns the name of the tag, the interpreter is responsible for.
getTagName() - Method in interface org.pf.pax.XMLTagInterpreter
Returns the name of the tag, the interpreter is responsible for.
getTagName() - Method in class org.pf.pax.XMLWriteInterpreter
 
getText(String) - Method in interface org.pf.nls.ITextProvider
Returns the text associated with the given key or null if the key cannot be found.
getText(String) - Method in class org.pf.nls.ResourceBundleTextProvider
Returns the text associated with the given key or null if the key cannot be found.
getText(String) - Method in class org.pf.nls.TextContainer
Returns the text associated with the given key or null if the key cannot be found.
getText(String) - Method in class org.pf.nls.TextContainerList
Returns the text associated with the given key or null if the key cannot be found.
getText() - Method in class org.pf.six.Element
Returns the elements textual content which corresponds to the XML tag's PCDATA.
getTextContainer(String) - Method in class org.pf.nls.TextContainerList
Returns the text container for the given locale name or null if none can be found.
getTextContainer(Locale) - Method in class org.pf.nls.TextContainerList
Returns the text container for the given locale or null if none can be found.
getTextEngine() - Method in class org.pf.textx.GlobalLocalPlaceholderReplacement
Returns the underlying text engine which might be useful to do further configuration settings.
getTopMargin() - Method in class org.pf.swing.TakeAllLayoutManager
Returns the current top margin
getTrue() - Static method in class org.pf.util.Bool
Returns the Bool instance that represents the true value.
getTypeOf(Object) - Method in class org.pf.reflect.ReflectUtil
Returns the type of the given object.
getTypesFromParameters(Object[]) - Method in class org.pf.reflect.ReflectUtil
Returns an array of the types (classes) corresponding to the parameter objects given to this methods.
getUnqualifiedClassName(String) - Method in class org.pf.text.StringUtil
Returns the class name without the package name.
getURL() - Method in class org.pf.file.ClasspathElement
Returns a URL that points to this classpath element.
getValue(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the first value of the attribute with the given name.
getValue() - Method in class org.pf.swing.RadioButton
Return the value this button represents.
getValue(String) - Method in class org.pf.textx.BasicVariableContainer
Returns the value for the variable with the given name.
getValue(String) - Method in class org.pf.textx.GlobalLocalVariables
Returns the value for the variable with the given name.
getValue(String) - Method in interface org.pf.textx.VariableResolver
Returns the value for the variable with the given name.
getValue(String) - Method in class org.pf.textx.VariableResolverPool
Returns the value for the variable with the given name.
getValue() - Method in class org.pf.util.Association
 
getValue() - Method in class org.pf.util.BitSet
Returns the byte value, that is the combination of the 8 bits.
getValueDelimiterChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character that is used to enclose a value ( DEFAULT = '\'' )
getValueDelimiterChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that is used to enclose a value ( DEFAULT = '\'' )
getValueEndChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character ends a list of values ( DEFAULT = '}' )
getValueEndChar() - Method in class org.pf.text.MatchRuleChars
Returns the character ends a list of values ( DEFAULT = '}' )
getValueOf(Object, String) - Method in class org.pf.reflect.ReflectUtil
Returns the current value of the field with the specified name in the given object.
getValueOf(String, String) - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns the value of keyName in the specified category.
getValueOf(String) - Method in class org.pf.settings.impl.GenericSettingsImpl
Returns the value of keyName in the default category.
getValueOf(String, String) - Method in class org.pf.settings.impl.ReloadableSettings
Returns the value of keyName in the specified category.
getValueOf(String) - Method in class org.pf.settings.impl.ReloadableSettings
Returns the value of keyName in the default category.
getValueOf(String, String) - Method in interface org.pf.settings.ReadOnlySettings
Returns the value of keyName in the specified category.
getValueOf(String) - Method in interface org.pf.settings.ReadOnlySettings
Returns the value of keyName in the default category.
getValueOfField(String) - Method in class org.pf.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.pf.reflect.ObjectOrMapAccessWrapper
Returns the value of the field with the given field name or null in any case of reflection error.
getValues() - Method in class org.pf.directory.MultiValueAttribute
Returns the values of this attribute
getValues(String) - Method in class org.pf.directory.MultiValueAttributes
Returns the values of the attribute with the given name.
getValuesAsStrings() - Method in class org.pf.directory.MultiValueAttribute
Returns the values of this attribute as string array
getValueSeparatorChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character for separation of values ( DEFAULT = ',' )
getValueSeparatorChar() - Method in class org.pf.text.MatchRuleChars
Returns the character for separation of values ( DEFAULT = ',' )
getValuesOf(String, String) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Returns the values of keyName in the specified category.
getValuesOf(String) - Method in class org.pf.settings.impl.MultiValueSettingsImpl
Returns the values that are registered under the given keyName.
getValuesOf(String) - Method in interface org.pf.settings.MultiValueSettings
Returns the values that are registered under the given keyName.
getValuesOf(String, String) - Method in interface org.pf.settings.MultiValueSettings
Returns the values of keyName in the specified category.
getValueStartChar() - Method in class org.pf.text.DefaultMatchRuleParser
Returns the character that starts a list of values ( DEFAULT = '{' )
getValueStartChar() - Method in class org.pf.text.MatchRuleChars
Returns the character that starts a list of values ( DEFAULT = '{' )
getVarEndDelimiter() - Method in class org.pf.textx.TextEngine
Returns the delimiter that marks the end of a variable
getVariableResolver() - Method in class org.pf.textx.TextEngine
Returns the variable resolver
getVarStartDelimiter() - Method in class org.pf.textx.TextEngine
Returns the delimiter that marks the start of a variable
getVarStartPrefix() - Method in class org.pf.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.pf.text.Version
Returns an array where all sub-elements are contained.
getVisibility(int) - Method in class org.pf.reflect.ReflectUtil
Returns the visibility defined by the given modifiers as string.
getXmlReader() - Method in class org.pf.pax.BaseXMLTagInterpreterController
Returns the XML reader that will be used to parse XML streams
getYear() - Method in class org.pf.util.SimpleDate
Returns the year as integer (1900..3000).
GlobalLocalPlaceholderReplacement - Class in org.pf.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.pf.textx.GlobalLocalPlaceholderReplacement
Initialize the new instance with default values.
GlobalLocalVariables - Class in org.pf.textx
Contains global and local variable settings.
GlobalLocalVariables() - Constructor for class org.pf.textx.GlobalLocalVariables
Initialize the new instance with default values.

H

handleException(Exception, File) - Method in class org.pf.file.FileFinder
This method is called for whenever an exception occurs in walking through the directories.
handleException(Exception, File) - Method in interface org.pf.file.FileHandler
This method is called for whenever an exception occurs in walking through the directories.
handleException(Throwable) - Method in interface org.pf.util.ExceptionHandler
Handle the given exception in an apropriate way.
handleFile(File) - Method in class org.pf.file.FileFinder
This method is called for each file, that a FileWalker instance finds.
handleFile(File) - Method in interface org.pf.file.FileHandler
This method is called for each file, that a FileWalker instance finds.
hasAttribute(String) - Method in class org.pf.directory.MultiValueAttributes
Returns if this object contains an attribute with the specified name.
hasAttribute(String) - Method in class org.pf.six.Element
Returns true if the element has an attribue with the given name.
hasAttributes() - Method in class org.pf.six.Element
Returns true if the element has any attribue.
hasChildren() - Method in class org.pf.six.Element
Returns true if the element contains any child element.
hashCode() - Method in class org.pf.directory.DirectoryObject
Returns the hash code of this object
hashCode() - Method in class org.pf.directory.DistinguishedName
 
hashCode() - Method in class org.pf.directory.DistinguishedNameElement
 
hashCode() - Method in class org.pf.file.ClasspathElement
Returns the hash value of this object
hashCode() - Method in class org.pf.reflect.Modifiers
Returns a hash code value for the object.
hashCode() - Method in class org.pf.text.StringPair
Returns a hash built over the two contained strings.
hashCode() - Method in class org.pf.text.StringPattern
Returns a hash code value for the object.
hashCode() - Method in class org.pf.text.Version
Returns a hash code
hashCode() - Method in class org.pf.util.Association
 
hashCode() - Method in class org.pf.util.BitSet
Returns the receiver's hash value.
hashCode() - Method in class org.pf.util.Bool
Returns a hash code of the Bool object.
hashCode() - Method in class org.pf.util.CollectorDictionary
Returns the hash code value for this map.
hashCode() - Method in class org.pf.util.OrderedCollection
Returns the hash code value for this list.
hashCode() - Method in class org.pf.util.SimpleDate
 
HashedString - Class in org.pf.security.crypto
Container for a SHA hashed password including salt if it is SSHA.
HashedString(String) - Constructor for class org.pf.security.crypto.HashedString
Initialize the new instance with a hashed password.
hasKey(String) - Method in class org.pf.nls.TextContainer
Returns true if this container can provide a text for the specified key.
hasMoreElements() - Method in class org.pf.util.CollectionEnumeration
 
hasNext() - Method in class org.pf.text.StringScanner
Returns true, if the scanner has not yet reached the end.
hasNext() - Method in class org.pf.util.EnumerationIterator
Returns true if another element is available.
hasNext() - Method in class org.pf.util.ObjectArrayIterator
Returns true if the iteration has more elements.
hasPublicMethod(Class, String, Class[]) - Method in class org.pf.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.pf.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.
hasQueryParameter() - Method in class org.pf.net.UniformResourceLocator
Returns true if this URL contains at least one query parameter
hasText() - Method in class org.pf.six.Element
Returns true if the element has any text.
hasWildcard() - Method in class org.pf.text.StringPattern
Returns true if the pattern contains any '*' or '?'
HTTP_DEFAULT_PORT - Static variable in class org.pf.net.UniformResourceLocator
 
HTTP_SCHEME_PREFIX - Static variable in class org.pf.net.UniformResourceLocator
"http://"
HttpdConfReaderWriter - Class in org.pf.settings.rw
This reader can read Apache httpd.conf files into a MultiValueSettings object.
HttpdConfReaderWriter() - Constructor for class org.pf.settings.rw.HttpdConfReaderWriter
Initialize the new instance with default values.
HttpdConfReaderWriter(String) - Constructor for class org.pf.settings.rw.HttpdConfReaderWriter
Initialize the new instance with a file name.
HttpdConfReaderWriter(FileLocator) - Constructor for class org.pf.settings.rw.HttpdConfReaderWriter
Initialize the new instance with a file locator.
HTTPS_DEFAULT_PORT - Static variable in class org.pf.net.UniformResourceLocator
 
HTTPS_SCHEME_PREFIX - Static variable in class org.pf.net.UniformResourceLocator
"https://"

I

IBasicLifecycle - Interface in org.pf.bif.lifecycle
Combines interfaces IInitializable and IDisposable
ICondition - Interface in org.pf.bif.logic
Represents a condition indipendent of its internal complexity
IConfigurable - Interface in org.pf.bif.lifecycle
Defines a generic configuration method
IDisposable - Interface in org.pf.bif.lifecycle
This interface specifies just a dispose() method an object must understand to dispose its internal resources.
IExecutable - Interface in org.pf.bif.execution
Defines an execute() method
IExtendedTextProvider - Interface in org.pf.nls
Defines additional methods for retrieving keys and checking contants.
ignoreCase(boolean) - Method in class org.pf.text.MatchRule
Defines whether or not the case of characters in value comparison must be ignored.
ignoreCaseInName() - Method in class org.pf.text.MatchAttribute
Returns true, if the attribute name should be treated not case-sensitive.
ignoreCaseInName(boolean) - Method in class org.pf.text.MatchGroup
Defines whether or not the case of characters in attribute names must be ignored.
ignoreCaseInNames(boolean) - Method in class org.pf.text.MatchRule
Defines whether or not the case of characters in attribute names must be ignored.
IInitializable - Interface in org.pf.bif.lifecycle
Generic no argument initialization
IInitializablePlugin - Interface in org.pf.plugin
Defines the methods needed to initialize a plug-in implementation right after its creation via its public no-argument constructor.
implementsInterface(Object, Class) - Method in class org.pf.reflect.ReflectUtil
Returns true if the class of the given object implements the specified interfaceType.
implementsInterface(Class, Class) - Method in class org.pf.reflect.ReflectUtil
Returns true if the given class implements the specified interfaceType.
IMutableStringPair - Interface in org.pf.bif.text
Specifies additional methods for IStringPair objects that allow to modify them.
incIndent() - Method in class org.pf.pax.MarkupWriter
 
indexOf(Class[], Class) - Method in class org.pf.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.pf.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.pf.text.StringUtil
Returns the index of the specified string in the given string array.
indexOf(char[], char, boolean) - Method in class org.pf.text.StringUtil
Returns the index of the specified character in the given char array.
indexOf(K) - Method in class org.pf.util.AssociationList
Returns the index of the given key or -1 if the key can't be found.
indexOf(Object[], Object) - Method in class org.pf.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOf(Object[], IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns the index of the first object in the given object array that matches the given filter.
indexOf(List, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns the index of the first object in the given list that matches the given filter.
indexOf(Object) - Method in class org.pf.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.pf.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.
indexOfIdentical(Object[], Object) - Method in class org.pf.util.CollectionUtil
Returns the index of the search object in the given object array.
indexOfIgnoreCase(String[], String) - Method in class org.pf.text.StringUtil
Returns the index of the specified string in the given string array.
indexOfString(String[], String, boolean) - Method in class org.pf.text.StringUtil
Returns the index of the specified string in the given string array.
IniReaderWriter - Class in org.pf.settings.rw
Read and writes settings from/into Windows ini files.
IniReaderWriter(String) - Constructor for class org.pf.settings.rw.IniReaderWriter
Initialize the new instance with a filename.
IniReaderWriter(String, String) - Constructor for class org.pf.settings.rw.IniReaderWriter
Initialize the new instance with a filename and a character encoding.
IniReaderWriter(FileLocator) - Constructor for class org.pf.settings.rw.IniReaderWriter
Initialize the new instance with a locator that points to an ini file.
IniReaderWriter(FileLocator, String) - Constructor for class org.pf.settings.rw.IniReaderWriter
Initialize the new instance with a locator that points to an ini file and a name for the character encoding of that file.
initialize() - Method in interface org.pf.bif.lifecycle.IInitializable
Initialize the internal state
initialize(Properties) - Method in interface org.pf.logging.Logger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pf.logging.NilLogger
Initialize the logger from the given properties settings.
initialize(Properties) - Method in class org.pf.logging.PrintStreamLogger
Initialize the logger from the given properties settings.
initPlugin(String, Properties) - Method in interface org.pf.plugin.IInitializablePlugin
Initialize the newly created plug-in implementation with the externally defined ID and specified configuration properties.
insertChildAfter(Element, Element) - Method in class org.pf.six.Element
Inserts the given newChild after the specified old child.
insertChildBefore(Element, Element) - Method in class org.pf.six.Element
Inserts the given newChild before the specified old child.
install() - Static method in class org.pf.security.authentication.AutoAuthenticationManager
Must be called once, to activate this authentication manager mechanism within the java.net.Authenticator.
instance() - Static method in class org.pf.security.authentication.AutoAuthenticationManager
Returns the only instance this class supports (design pattern "Singleton")
INVALID_PARAMETER - Static variable in exception org.pf.settings.impl.ReloadableSettingsException
 
invalidElements() - Method in class org.pf.file.Classpath
Returns the classpath elements that are invalid.
InvalidParameterException - Exception in org.pf.textx
This exception class is used for signalling that something is wrong with the parameters given to a function.
InvalidParameterException(String, String) - Constructor for exception org.pf.textx.InvalidParameterException
Initializes the receiver with the function name that caused the exception.
invalidSubTagError(String) - Method in class org.pf.pax.BaseXMLTagInterpreter
This is a convenience method for throwing an exception, when a an invalid sub tag is detected.
invoke(Object, String) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object and without any arguments.
invoke(Object, String, Object) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object with one none primitive argument.
invoke(Object, String, int) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object with one integer argument.
invoke(Object, String, boolean) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object with one boolean argument.
invoke(Object, String, Object[]) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, String, Object[], Class[]) - Static method in class org.pf.reflect.Dynamic
Executes the named method on the given object with several arguments.
invoke(Object, Method, Object[]) - Static method in class org.pf.reflect.Dynamic
Executes the given method on the given object with the specified arguments.
IObjectCollector - Interface in org.pf.bif.callback
Implementors will be called by for elements in a loop or a recursive processing.
IObjectFilter - Interface in org.pf.bif.filter
Defines just one method useful for generic filtering.
IObjectIdGenerator - Interface in org.pf.bif.identifier
Specifies the methods that are needed to generate new (unique) object identifiers.
IObjectProcessor<T> - Interface in org.pf.bif.callback
Specifies a simple interface that allows loops or recursive executions to send each object to an implementor of this interface.
IParameterizedCondition - Interface in org.pf.bif.logic
A condition that evaluates to true or false depending on an external parameter.
IReleasable - Interface in org.pf.bif.lifecycle
This interface specifies just a release() method an object must understand to release its internal resources.
IResettable - Interface in org.pf.bif.lifecycle
To be implemented by objects that can be resetted
IResumable - Interface in org.pf.bif.execution
Defines method resume().
isAbsolute() - Method in class org.pf.net.UniformResourceLocator
Returns true if this is an absolute URL
isAbstract() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the abstract modifier, false otherwise.
isAnyNullOrBlank(String...) - Method in class org.pf.text.StringUtil
Returns true if any one of the given strings is null or blank.
isAppletEnvironment() - Method in class org.pf.util.SysUtil
Returns true if the code is running as part of an applet in a browser plugin JVM.
isArchive() - Method in class org.pf.file.ClasspathElement
Returns true, if this element is an archive file.
isAssignableFrom(Class) - Method in class org.pf.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.pf.reflect.ClassInfo
Determines if the class or interface represented by the specified class parameter is either the same as, or is a superclass or superinterface of, the class or interface represented by this ClassInfo object.
isAttribute() - Method in class org.pf.text.MatchAttribute
Returns true, if the element is an attribute element.
isAttribute() - Method in class org.pf.text.MatchElement
 
isBitNotSet(int) - Method in class org.pf.util.BitSet
Returns true, if the bit defined by the argument is not set.
isBitSet(int) - Method in class org.pf.util.BitSet
Returns true, if the bit defined by the argument is set.
isClosed() - Method in class org.pf.net.SocketConnection
Returns true, if the connection is closed and can't be used anymore.
isContainer() - Method in class org.pf.directory.ldap.LDAPDirEntry
Returns true if this entry is a container object that can contain other entries as children.
isContainer() - Method in class org.pf.directory.ldap.LDAPDirEntryContainer
Returns true if this entry is a container object that can contain other entries as children.
isDefaultPort() - Method in class org.pf.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.pf.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.pf.reflect.ReflectUtil
Returns true, if the visibility defined by the given modifiers is the default (package) visibility.
isDirectory() - Method in class org.pf.file.ClasspathElement
Returns true, if this element is a directory
isDirectory() - Method in class org.pf.file.FileLocator
Returns whether or not the name specified by this locator points to a directory.
isDirectParentOf(DistinguishedName) - Method in class org.pf.directory.DistinguishedName
Returns true if the this distinguished name represents an object that is the direct parent of the given dn in the DIT.
isDistinguishedName(String) - Static method in class org.pf.directory.DistinguishedName
Returns true if the given name is a valid distinguished name.
isEclipse() - Method in class org.pf.util.SysUtil
Returns true if the environment is based on eclipse.
isEmpty() - Method in class org.pf.directory.MultiValueAttribute
Returns true if the attribute has no values
isEmpty() - Method in class org.pf.directory.MultiValueAttributes
Returns true if this object currently contains no attribute at all
isEmpty() - Method in class org.pf.nls.TextContainer
Returns true if this container holds no text.
isEmpty() - Method in class org.pf.osf.MapFacade
 
isEmpty() - Method in class org.pf.osf.ObjectContainer
Returns true if the container currently contains nothing.
isEmpty() - Method in class org.pf.text.StringPatternCollection
Returns true if no pattern definition is currently in this collection
isEmpty() - Method in class org.pf.util.AssociationList
Returns true if this list has no elements
isEmpty() - Method in class org.pf.util.CollectorDictionary
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.pf.util.MapWrapper
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pf.util.OrderedCollection
Returns true if this list contains no elements.
isEmpty() - Method in class org.pf.util.OrderedMap
Returns true, if there is no entry in this map.
isEmpty() - Method in class org.pf.util.OrderedSet
 
isEmpty() - Method in class org.pf.util.StackedMap
Returns true, if there is no entry in this map and in all maps on the stack.
isEmptyDN() - Method in class org.pf.directory.DistinguishedName
Returns true if this object is the empty DN (i.e. the object specified by constant EMPTY_DN).
isEqual(String) - Method in class org.pf.directory.DistinguishedName
Returns true if the given dn is equal to this distinguished name after normalization
isEqual(String) - Method in class org.pf.security.crypto.HashedString
Compares the given clear text string with the hashed value.
isEqual(byte[]) - Method in class org.pf.security.crypto.HashedString
Compares the given clear text password with the hashed password.
isEqualTo(String) - Method in class org.pf.text.Version
Returns true if this version is equal to the version represented by the given string.
IService - Interface in org.pf.bif.execution
Generic tag interface to identify any kind of service
IServiceStateChangeListener - Interface in org.pf.bif.execution
A listener that gets informed about any state changes of a service.
isFalse(String) - Method in class org.pf.text.StringUtil
Returns true if the given string represents a false setting.
isFalse(Object) - Static method in class org.pf.util.Bool
Returns true, if the given object is a sort of boolean "false" representation otherwise false.
isFalse() - Method in class org.pf.util.Bool
Returns true if the receiver is a representation of false.
isFile() - Method in class org.pf.file.ClasspathElement
Returns true, if this element is a file.
isFile() - Method in class org.pf.file.FileLocator
Returns whether or not the name specified by this locator points to a file.
isFinal() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the final modifier, false otherwise.
isFull() - Method in class org.pf.osf.ObjectSearchResult
Returns true if the result is full and no further objects can be added.
isGreaterOrEqual(Version) - Method in class org.pf.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterOrEqual(String) - Method in class org.pf.text.Version
Returns if this version is greater or equal compared to the given version.
isGreaterThan(Version) - Method in class org.pf.text.Version
Returns if this version is greater than the specified version.
isGreaterThan(String) - Method in class org.pf.text.Version
Returns if this version is greater than the given version.
isGroup() - Method in class org.pf.text.MatchElement
 
isGroup() - Method in class org.pf.text.MatchGroup
Returns always true, because this is a group.
isInArchive() - Method in class org.pf.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.pf.file.FileLocator
Returns whether or not the file specified by this locator is inside an archive.
isInsideJavaArchive(String) - Method in class org.pf.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.pf.reflect.ClassInfo
Determines if the specified Object is assignment-compatible with the object represented by this ClassInfo.
isInteger(String) - Method in class org.pf.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.pf.reflect.Modifiers
Return true if the modifiers includes the interface modifier, false otherwise.
isKnownFunction(String) - Method in class org.pf.textx.BasicTextFunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownFunction(String) - Method in interface org.pf.textx.FunctionResolver
Returns if the function with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pf.textx.BasicVariableContainer
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pf.textx.GlobalLocalVariables
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in interface org.pf.textx.VariableResolver
Returns if the variable with the given name can be resolved by the receiver.
isKnownVariable(String) - Method in class org.pf.textx.VariableResolverPool
Returns if the variable with the given name can be resolved by the receiver.
isLessOrEqual(Version) - Method in class org.pf.text.Version
Returns if this version is less or equal compared to the given version.
isLessOrEqual(String) - Method in class org.pf.text.Version
Returns if this version is less or equal compared to the given version.
isLessThan(Version) - Method in class org.pf.text.Version
Returns if this version is less than the given version.
isLessThan(String) - Method in class org.pf.text.Version
Returns if this version is less than the specified version.
isLocal(String) - Method in class org.pf.file.FileUtil
Returns true if the given filename specifies a file (or directory) on the local file system.
isLocalFileURL(String) - Method in class org.pf.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 interface org.pf.logging.Logger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pf.logging.NilLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingDebugs() - Method in class org.pf.logging.PrintStreamLogger
Returns true, if debug messages will be written to the output device(s).
isLoggingErrors() - Method in interface org.pf.logging.Logger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pf.logging.NilLogger
Returns true, if errors will be written to the output device(s).
isLoggingErrors() - Method in class org.pf.logging.PrintStreamLogger
Returns true, if errors will be written to the output device(s).
isLoggingInfos() - Method in interface org.pf.logging.Logger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pf.logging.NilLogger
Returns true, if info messages will be written to the output device(s).
isLoggingInfos() - Method in class org.pf.logging.PrintStreamLogger
Returns true, if info messages will be written to the output device(s).
isLoggingSupressed() - Static method in class org.pf.six.LoggerProvider
Returns true if currently nothing will be logged
isLoggingWarnings() - Method in interface org.pf.logging.Logger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pf.logging.NilLogger
Returns true, if warnings will be written to the output device(s).
isLoggingWarnings() - Method in class org.pf.logging.PrintStreamLogger
Returns true, if warnings will be written to the output device(s).
isLong(String) - Method in class org.pf.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.pf.reflect.ObjectOrMapAccessWrapper
 
isMultiValues() - Method in class org.pf.directory.metadata.AttributeMetaData
Returns true if the attribute allows multiple values
isNative() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the native modifier, false otherwise.
isNoneNullOrBlank(String...) - Method in class org.pf.text.StringUtil
Returns true if none of the given strings is null or blank.
isNullOrBlank(String) - Method in class org.pf.text.StringUtil
Returns true if the given string is null or empty or consists of whitespace characters only.
isNullOrEmpty(String[]) - Method in class org.pf.text.StringUtil
Returns true if the given string array is null or empty
isNullOrEmpty(String) - Method in class org.pf.text.StringUtil
Returns true if the given string is null or empty
isNullOrEmpty(Collection) - Method in class org.pf.util.CollectionUtil
Returns true if the given collection is null or has no elements.
isNullOrEmpty(Object[]) - Method in class org.pf.util.CollectionUtil
Returns true if the given array is null or has no elements.
isNullOrEmpty(Map) - Method in class org.pf.util.CollectionUtil
Returns true if the given map is null or has no elements.
isNullOrEmpty(AssociationList) - Method in class org.pf.util.CollectionUtil
Returns true if the given association list is null or has no elements.
isNumeric() - Method in class org.pf.text.Version
Returns true if this version contains only positive numeric sub parts.
isOpen() - Method in class org.pf.file.ClasspathElement
Returns true, if this element represents an archive (zip file) and that archive is currently open.
isOpen() - Method in class org.pf.net.PortListener
Returns true if the server socket is open and can be used.
isOpen() - Method in class org.pf.net.SocketConnection
Returns true, if the socket connection is open
isOptionSet(String) - Method in class org.pf.text.CommandLineArguments
Returns whether or not the specified option is set in the command line arguments.
isPackageVisible(Field) - Method in class org.pf.reflect.ReflectUtil
Returns true if the given field is not null and is package visible.
isPackageVisible(Method) - Method in class org.pf.reflect.ReflectUtil
Returns true if the given method is not null and is package visible.
isParentOf(DistinguishedName) - Method in class org.pf.directory.DistinguishedName
Returns true if the this distinguished name represents an object that is logically a parent of the given dn in the DIT.
isPrivate() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the private modifier, false otherwise.
isProtected() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the protected modifier, false otherwise.
isPublic() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the public modifier, false otherwise.
isRelative() - Method in class org.pf.net.UniformResourceLocator
Returns true if this is a relative URL
isRemote() - Method in class org.pf.file.FileLocator
Returns true if the locator points to a remote file or directory.
isRemote(String) - Method in class org.pf.file.FileUtil
Returns true if the given filename specifies a file (or directory) on a remote system.
isSingleton() - Method in class org.pf.reflect.ClassInfo
 
isSingleValued() - Method in class org.pf.directory.metadata.AttributeMetaData
Returns true if the attribute allows only a single value
isSizeLimitExceeded() - Method in class org.pf.osf.ObjectSearchResult
Returns true if the size limit has been exceeded.
isStatic() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the static modifier, false otherwise.
isStrict() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the strict modifier, false otherwise.
isSupportingEscaping() - Method in class org.pf.settings.rw.IniReaderWriter
Returns true if escape character backslash ('\') is used to support special characters in values.
isSynchronized() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the synchronized modifier, false otherwise.
IStartable - Interface in org.pf.bif.execution
To be implemented by classes that provide a service which can be started
IStoppable - Interface in org.pf.bif.execution
To be implemented by classes that provide a service which can be stopped
isTransient() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the transient modifier, false otherwise.
IStringPair - Interface in org.pf.bif.text
Specifies a pair of String objects.
isTrue() - Method in interface org.pf.bif.logic.ICondition
Returns whether or not the condition is true
isTrue(Object) - Method in interface org.pf.bif.logic.IParameterizedCondition
Returns true if the condition evaluates to true for the given parameter.
isTrue(String) - Method in class org.pf.text.StringUtil
Returns true if the given string represents a true setting.
isTrue(Object) - Static method in class org.pf.util.Bool
Returns true, if the given object is a sort of boolean "true" representation otherwise false.
isTrue() - Method in class org.pf.util.Bool
Returns true if the receiver is a representation of true.
ISuspendable - Interface in org.pf.bif.execution
Defines method suspend()
isValid() - Method in class org.pf.file.ClasspathElement
Returns true, if this element is either a valid directory or really an archive (zip file).
isValid() - Method in class org.pf.text.Version
Returns true if this version contains only valid sub parts.
isValidVersion(String) - Static method in class org.pf.text.Version
Returns true if the given string represents a valid version.
isVolatile() - Method in class org.pf.reflect.Modifiers
Return true if the modifiers includes the volatile modifier, false otherwise.
isWindows() - Method in class org.pf.util.SysUtil
Returns true if the current operating-system is Windows.
ISystemExitListener - Interface in org.pf.bif.lifecycle
An implementor of this interface can be added to a listener list that
iterator(Object[]) - Method in class org.pf.util.CollectionUtil
Returns an iterator on the given array.
iterator() - Method in class org.pf.util.OrderedCollection
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class org.pf.util.OrderedSet
 
ITextProvider - Interface in org.pf.nls
Defines the minimal interface a class must implement in order to provide text for identifying keys.

J

javaFilename(String) - Method in class org.pf.file.FileUtil
Returns the given filename in the platform independent way that Java understands.
javaFilenames(String[]) - Method in class org.pf.file.FileUtil
Returns a new array of filenames where all backslashes are replaced by forward slashes.

K

key() - Method in class org.pf.util.Association
Returns the key of the association.
key(K) - Method in class org.pf.util.Association
Sets the key of the association.
key(String) - Method in class org.pf.util.NamedValue
Sets the new key.
keyAt(int) - Method in class org.pf.util.AssociationList
Returns the key of the association at the specified index.
keys() - Method in class org.pf.plugin.ClassRegistry
Returns all keys known in this registry.
keys() - Method in class org.pf.util.AssociationList
Returns all values that are currently stored (might contain duplicates)
keys() - Method in class org.pf.util.CollectorDictionary
Returns an iterator over all key objects in this map.
keys() - Method in class org.pf.util.OrderedProperties
Returns all keys of this properties list in the order they have been added.
keySet() - Method in class org.pf.osf.MapFacade
 
keySet() - Method in class org.pf.util.CollectorDictionary
Returns a set view of the keys contained in this map.
keySet() - Method in class org.pf.util.MapWrapper
Returns all keys in this map.
keySet() - Method in class org.pf.util.OrderedMap
Returns all keys in this map.
keySet() - Method in class org.pf.util.OrderedProperties
Returns all keys of this properties list in the order they have been added.
keySet() - Method in class org.pf.util.StackedMap
Returns all keys in this map and the maps on the stack
keySet() - Method in class org.pf.util.TemporaryMap
Returns all keys in this map.
knownVariableNames() - Method in class org.pf.textx.BasicVariableContainer
Returns all variable name the resolver currently knows
knownVariableNames() - Method in class org.pf.textx.GlobalLocalVariables
Returns all variable name the resolver currently knows
knownVariableNames() - Method in interface org.pf.textx.VariableResolver
Returns all variable name the resolver currently knows
knownVariableNames() - Method in class org.pf.textx.VariableResolverPool
Returns all variable name the resolver currently knows

L

last() - Method in class org.pf.util.OrderedCollection
Returns the last element of the receiver.
lastIndexOf(Object[], IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns the index of the last object in the given object array that matches the given filter.
lastIndexOf(List, IObjectFilter) - Method in class org.pf.util.CollectionUtil
Returns the index of the last object in the given list that matches the given filter.
lastIndexOf(Object) - Method in class org.pf.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.pf.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.pf.file.FileInfo
Returns the timestamp of the file's last modification
lastModified() - Method in class org.pf.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.pf.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.
layoutContainer(Container) - Method in class org.pf.swing.TakeAllLayoutManager
 
LDAPDirEntry - Class in org.pf.directory.ldap
Represents an object from a LDAP directory
LDAPDirEntry(String) - Constructor for class org.pf.directory.ldap.LDAPDirEntry
Initialize the new instance with its dn.
LDAPDirEntry(DistinguishedName) - Constructor for class org.pf.directory.ldap.LDAPDirEntry
Initialize the new instance with its distinguished name.
LDAPDirEntry(LDAPDirEntry) - Constructor for class org.pf.directory.ldap.LDAPDirEntry
Initialize the new instance with the given entry data.
LDAPDirEntryContainer - Class in org.pf.directory.ldap
This special LDAP entry object is for containers that contain other LDAP entries.
LDAPDirEntryContainer(String) - Constructor for class org.pf.directory.ldap.LDAPDirEntryContainer
Initialize the new instance with a DN.
LDAPDirEntryContainer(DistinguishedName) - Constructor for class org.pf.directory.ldap.LDAPDirEntryContainer
Initialize the new instance with a DN.
LDAPDirEntryContainer(LDAPDirEntry) - Constructor for class org.pf.directory.ldap.LDAPDirEntryContainer
Initialize the new instance with the given entry data.
LDAPDirEntryFilter - Class in org.pf.directory.ldap
Subclasses must override the method matches(LDAPDirEntry) in order to be useful.
LDAPDirEntryFilter() - Constructor for class org.pf.directory.ldap.LDAPDirEntryFilter
Initialize the new instance with default values.
LdapFilterParser - Class in org.pf.text
An instance of this class can be used to parse an LDAP filter string to a MatchRule.
LdapFilterParser() - Constructor for class org.pf.text.LdapFilterParser
Initialize the new instance with default values.
LdapMatchRuleVisitor - Class in org.pf.text
Walks over a MatchRule to create a LDAP filter string out of it.
LdapMatchRuleVisitor() - Constructor for class org.pf.text.LdapMatchRuleVisitor
Initialize the new instance with default values.
LDAPSearchResult - Class in org.pf.directory.ldap
Apart from returning the found object a search result can contain information if the size limit has been reached.
LDAPSearchResult() - Constructor for class org.pf.directory.ldap.LDAPSearchResult
Initialize the new instance with no size limit.
LDAPSearchResult(int) - Constructor for class org.pf.directory.ldap.LDAPSearchResult
Initialize the new instance with an initial size.
LDAPSearchResult(int, int) - Constructor for class org.pf.directory.ldap.LDAPSearchResult
Initialize the new instance with an initial size and a maximum size.
LDAPUtil - Class in org.pf.directory.ldap
Provides utility and convenience methods for LDAP directory data.
LDIFLineProcessor - Class in org.pf.directory.ldif
A generic line processor for LDIF input.
LDIFReader - Class in org.pf.directory.ldif
A reader for LDIF input
LDIFReader() - Constructor for class org.pf.directory.ldif.LDIFReader
Initialize the new instance with default values.
LDIFWriter - Class in org.pf.directory.ldif
Simple writer that is capable of writing internal LDAP directory objects to an LDIF formatted stream.
LDIFWriter() - Constructor for class org.pf.directory.ldif.LDIFWriter
Initialize the new instance with default values.
leaveArchiveOpen() - Method in class org.pf.file.ClasspathElement
Returns true, if an opened archive stays open until method close() gets called.
leaveArchiveOpen(boolean) - Method in class org.pf.file.ClasspathElement
Sets whether an opened archive stays open until method close() gets called.
leftPad(String, int) - Method in class org.pf.text.StringUtil
Returns the given string filled (on the left) up to the specified length with spaces.
leftPad(int, int) - Method in class org.pf.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.pf.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.pf.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.pf.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.pf.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.pf.text.StringUtil
Returns the given long as string filled (on the left) up to the specified length with the given fill character.
length() - Method in class org.pf.text.StringScanner
Returns the length of the underlying string.
LEVEL_DEBUG - Static variable in class org.pf.logging.PrintStreamLogger
This log level specifies that all messages will be logged
LEVEL_ERROR - Static variable in class org.pf.logging.PrintStreamLogger
This log level specifies that only error messages will be logged
LEVEL_INFO - Static variable in class org.pf.logging.PrintStreamLogger
This log level specifies that only error, warning and info messages will be logged
LEVEL_NONE - Static variable in class org.pf.logging.PrintStreamLogger
This log level specifies that no message at all will be logged
LEVEL_WARN - Static variable in class org.pf.logging.PrintStreamLogger
This log level specifies that only error and warning messages will be logged
LexicalHandlerDispatcher - Class in org.pf.pax
Forwards all method calls to a delegate LexicalHandler which can be exchanged.
LexicalHandlerDispatcher() - Constructor for class org.pf.pax.LexicalHandlerDispatcher
Initialize the new instance with no delegate.
LexicalHandlerDispatcher(LexicalHandler) - Constructor for class org.pf.pax.LexicalHandlerDispatcher
Initialize the new instance with an initial handler to delegate to.
LINE_SEPARATOR - Static variable in class org.pf.file.FileUtil
The lines.separator from the system properties as a constant
LineProcessor - Interface in org.pf.file
A simple interface that allows processing a longer text line by line.
list(PrintStream) - Method in class org.pf.util.OrderedProperties
NOT SUPPORTED METHOD!
list(PrintWriter) - Method in class org.pf.util.OrderedProperties
NOT SUPPORTED METHOD!
listIterator() - Method in class org.pf.util.OrderedCollection
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.pf.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.pf.util.OrderedSet
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.pf.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 class org.pf.logging.PrintStreamLogger
This is the log level string representation for DEBUG
LL_ERROR - Static variable in class org.pf.logging.PrintStreamLogger
This is the log level string representation for ERROR
LL_INFO - Static variable in class org.pf.logging.PrintStreamLogger
This is the log level string representation for INFO
LL_NONE - Static variable in class org.pf.logging.PrintStreamLogger
This is the log level string representation for NONE
LL_WARNING - Static variable in class org.pf.logging.PrintStreamLogger
This is the log level string representation for WARNING
load(InputStream) - Method in class org.pf.util.OrderedProperties
NOT SUPPORTED METHOD!
loadDOM(InputStream, String, boolean) - Static method in class org.pf.six.XmlStreamReader
Read the given stream with an XML parser and return the DOM tree structure.
loadDOM(InputSource, boolean) - Static method in class org.pf.six.XmlStreamReader
Read the given source with an XML parser and return the DOM tree structure.
loadFrom(InputStream) - Static method in class org.pf.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputStream, boolean) - Static method in class org.pf.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputStream, String, boolean) - Static method in class org.pf.six.XmlStreamReader
Read the given stream with an XML parser and return the element structure.
loadFrom(InputSource, boolean) - Static method in class org.pf.six.XmlStreamReader
Read the given input source with an XML parser and return the element structure.
loadFullPropertiesFile(String) - Static method in class org.pf.file.PropertyFileLoader
Reads all text lines from the given file and returns the result in an PropertiesFileContent object.
loadFullPropertiesFile(Reader) - Static method in class org.pf.file.PropertyFileLoader
Reads all text lines from the given stream and returns the result in an PropertiesFileContent object.
loadFullPropertiesFile(InputStream) - Static method in class org.pf.file.PropertyFileLoader
Reads all text lines from the given stream and returns the result in an PropertiesFileContent object.
LOADING_FAILED - Static variable in exception org.pf.settings.impl.ReloadableSettingsException
 
loadPlugins(String) - Method in class org.pf.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.pf.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.pf.plugin.PluginCollector
Load the class definitions from all files with the given name that can be found in the specified classpath.
loadPluginsFrom(String) - Method in class org.pf.plugin.PluginRegistry
Load all plug-ins that are defined in any library in the specified file.
loadPluginsViaClassLoader(String) - Method in class org.pf.plugin.PluginCollector
Load the class definitions from the file with the given name.
loadProperties(String) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the file with the given name.
loadProperties(String, Properties) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the file with the given name.
loadProperties(File) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the given file.
loadProperties(File, Properties) - Static method in class org.pf.file.PropertyFileLoader
Load all properties from the given file.
loadProperties(FileLocator) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the specified file.
loadProperties(FileLocator, Properties) - Static method in class org.pf.file.PropertyFileLoader
Load all properties from the given file.
loadProperties(URL, Properties) - Static method in class org.pf.file.PropertyFileLoader
Load all properties from the file specified by the given URL.
loadProperties(InputStream, Properties) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the given stream.
loadProperties(InputStream) - Static method in class org.pf.file.PropertyFileLoader
Loads all properties from the given stream.
loadSettings(Class) - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Returns a newly created Settings object filled with the data from the datastore the implementer supports.
loadSettings() - Method in class org.pf.settings.rw.AbstractSettingsReaderWriter
Returns a newly created Settings object filled with the data from the datastore the implementer supports.
loadSettings(String, Class) - Static method in class org.pf.settings.rw.ManifestReaderWriter
Loads the manifest data from the specified file and returns it as settings.
loadSettings(String, Class) - Static method in class org.pf.settings.rw.PropertiesReaderWriter
Loads the properties from the specified file and returns them as settings.
loadSettings(FileLocator, Class) - Static method in class org.pf.settings.rw.PropertiesReaderWriter
Loads the properties from the specified file and returns them as settings.
loadSettings() - Method in interface org.pf.settings.SettingsReader
Returns a newly created Settings object filled with the data from the datastore the implementer supports.
loadSettings(Class) - Method in interface org.pf.settings.SettingsReader
Returns a newly created Settings object filled with the data from the datastore the implementer supports.
loadSettingsFrom(ClasspathElement) - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Returns a newly created Settings object filled with the data from the file the implementer supports.
loadSettingsFrom(ClasspathElement, Class) - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Returns a newly created Settings object filled with the data from the file the implementer supports.
loadSettingsFrom(String) - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Uses the given string as content to parse the settings from.
loadSettingsFrom(String, Class) - Method in class org.pf.settings.rw.AbstractSettingsFileReaderWriter
Uses the given string as content to parse the settings from.
loadText(File, String) - Method in class org.pf.nls.NLSIniFileLoader
Returns a text container with all texts for the specified locale from the given file.
loadText(File, Locale) - Method in class org.pf.nls.NLSIniFileLoader
Returns a text container with all texts for the specified locale from the given file.
loadText(File, Locale[]) - Method in class org.pf.nls.NLSIniFileLoader
Returns a list of text containers with all texts for the specified locales from the given file.
loadText(File, String[]) - Method in class org.pf.nls.NLSIniFileLoader
Returns a list of text containers with all texts for the specified locales from the given file.
loadText(FileLocator, String) - Method in class org.pf.nls.NLSIniFileLoader
Returns a text container with all texts for the specified locale from the given file.
loadText(FileLocator, Locale) - Method in class org.pf.nls.NLSIniFileLoader
Returns a text container with all texts for the specified locale from the given file.
loadText(FileLocator, Locale[]) - Method in class org.pf.nls.NLSIniFileLoader
Returns a list of text containers with all texts for the specified locales from the given file.
loadText(FileLocator, String[]) - Method in class org.pf.nls.NLSIniFileLoader
Returns a list of text containers with all texts for the specified locales from the given file.
locateFile(String) - Static method in class org.pf.file.FileFinder
Tries to find the file with the given Name.
locateFileOnClasspath(String) - Static method in class org.pf.file.FileFinder
Tries to find the file with the given Name on the classpath.
locateFileOnPath(String, String) - Static method in class org.pf.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.pf.file.FileFinder
Tries to find the file with the given name in one location of the given location path.
LocationCredentials - Class in org.pf.security.authentication
Holds the userId and a password for a collection of URL patterns.
LocationCredentials(String, String) - Constructor for class org.pf.security.authentication.LocationCredentials
Initialize the new instance with a userId and corresponding passwords.
LocationCredentials(String, String, String) - Constructor for class org.pf.security.authentication.LocationCredentials
Initialize the new instance with a userId and corresponding passwords.
logDebug(String) - Method in interface org.pf.logging.Logger
If the logging level is DEBUG the given message will be written to the log output device(s).
logDebug(String) - Method in class org.pf.logging.NilLogger
If the logging level is DEBUG the given message will be written to the log output device(s).
logDebug(String) - Method in class org.pf.logging.PrintStreamLogger
If the logging level is DEBUG the given message will be written to the log output device(s).
logError(String) - Method in interface org.pf.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.pf.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) - Method in class org.pf.logging.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.pf.logging.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) - Method in class org.pf.logging.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.pf.logging.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 interface org.pf.logging.Logger
Writes the given exception to the log output device(s).
logException(Throwable) - Method in class org.pf.logging.NilLogger
Writes the given exception to the log output device(s).
logException(Throwable) - Method in class org.pf.logging.PrintStreamLogger
Writes the given exception to the log output device(s).
Logger - Interface in org.pf.logging
A simple interface for all necessary logging functions.
LoggerProvider - Class in org.pf.db
This is the central access point for the package's logger.
LoggerProvider - Class in org.pf.file
This is the central access point for the package's logger.
LoggerProvider - Class in org.pf.pax
This is the central access point for the package's logger.
LoggerProvider - Class in org.pf.plugin
This is the central access point for the package's logger.
LoggerProvider - Class in org.pf.six
This is the central access point for the package's logger.
logInfo(String) - Method in interface org.pf.logging.Logger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
logInfo(String) - Method in class org.pf.logging.NilLogger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
logInfo(String) - Method in class org.pf.logging.PrintStreamLogger
If the logging level is INFO or DEBUG the given message will be written to the log output device(s).
logWarning(String) - Method in interface org.pf.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.pf.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) - Method in class org.pf.logging.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.pf.logging.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) - Method in class org.pf.logging.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.pf.logging.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).
looksLikeDistinguishedName(String) - Static method in class org.pf.directory.DistinguishedName
Returns true if the given name could be a distinguished (rather than a uid or a common name).
LOWERCASE - Static variable in class org.pf.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.pf.textx.BasicTextFunctionResolver
Name for a function that gets one string parameter and returns it with a lower case first letter.

M

makeChild(DistinguishedNameElement) - Method in class org.pf.directory.DistinguishedName
Returns the new distinguished name that represents a child of this DN.
ManifestReaderWriter - Class in org.pf.settings.rw
Implements functionality to read manifest files into a settings object and write a settings object to a manifest file.
ManifestReaderWriter() - Constructor for class org.pf.settings.rw.ManifestReaderWriter
Initialize the new instance with defaults.
ManifestReaderWriter(String) - Constructor for class org.pf.settings.rw.ManifestReaderWriter
Initialize the new instance with the given filename.
ManifestReaderWriter(FileLocator) - Constructor for class org.pf.settings.rw.ManifestReaderWriter
Initialize the new instance with the given file locator.
manifestToSettings(Manifest, Class) - Static method in class org.pf.settings.rw.ManifestReaderWriter
Converts the given properties object to a settings object and returns it.
MapEntry<K,V> - Class in org.pf.util
This is a simple implementation of the java.util.Map.Entry interface.
MapEntry(K, V) - Constructor for class org.pf.util.MapEntry
Initialize the new instance with default values.
MapFacade - Class in org.pf.osf
This is a wrapper class around AttributeReadAccess objects.
MapFacade(AttributeReadAccess) - Constructor for class org.pf.osf.MapFacade
Initialize the new instance with an object to apply the Map interface on.
MapWrapper - Class in org.pf.util
This is a wrapper class that implements the java.util.Map interface and contains an internal map.
MapWrapper() - Constructor for class org.pf.util.MapWrapper
Initialize the new instance with default values.
MapWrapper(int) - Constructor for class org.pf.util.MapWrapper
Initialize the new instance with default values.
MapWrapper(Map) - Constructor for class org.pf.util.MapWrapper
Initialize the new instance with the given map
markPosition() - Method in class org.pf.text.StringScanner
Remembers the current position for later use with restorePosition()
MarkupWriter - Class in org.pf.pax
A class that helps to write out a markup language (e.g.
MarkupWriter(Writer) - Constructor for class org.pf.pax.MarkupWriter
Initialize the new instance with default values.
match(String, String) - Static method in class org.pf.text.StringPattern
Returns true, if the given probe string matches the given pattern.
MatchAttribute - Class in org.pf.text
An instance of this class holds the name and the pattern values for one attribute.
MatchAttribute() - Constructor for class org.pf.text.MatchAttribute
Initialize the new instance with default values.
MatchAttribute(String) - Constructor for class org.pf.text.MatchAttribute
Initialize the new instance with a name.
MatchElement - Class in org.pf.text
Implements all common state and behaviour of elements in a match rule.
MatchElement() - Constructor for class org.pf.text.MatchElement
Initialize the new instance with default values.
matches(Object) - Method in interface org.pf.bif.filter.IObjectFilter
Returns true if the given object matches the filter.
matches(MatchRule) - Method in class org.pf.directory.DirectoryObject
Returns true, if this object matches the given rule
matches(Object) - Method in class org.pf.directory.ldap.LDAPDirEntryFilter
Calls matches(LDAPDirEntry) if the given object is of that type otherwise it returns false.
matches(LDAPDirEntry) - Method in class org.pf.directory.ldap.LDAPDirEntryFilter
Returns true if the given LDAP entry object matches this filter.
matches(LDAPDirEntry) - Method in class org.pf.directory.ldap.RDNFilter
Returns true if the given entry has the same RDN as this filter
matches(Object) - Method in class org.pf.file.ExtendedFileFilter
Returns if this filter matches the given object.
matches(Object) - Method in class org.pf.osf.MatchRuleFilter
Returns true if the given object matches this filter.
matches(Object) - Method in class org.pf.text.AStringFilter
Returns false if the given object is no string, otherwise it calls method matches(String).
matches(Map) - Method in class org.pf.text.MatchElement
Returns true, if the attributes and their values in the given dictionary comply to the rules of the receiver.
matches(Map) - Method in class org.pf.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.pf.text.StringCollectionFilter
Returns true if the given string is in the internal collection of strings.
matches(String) - Method in interface org.pf.text.StringFilter
Returns true if the given string matches the filter otherwise false.
matches(String) - Method in class org.pf.text.StringPattern
Tests if a specified string matches the pattern.
matches(String) - Method in class org.pf.text.StringPatternCollection
Returns true if the given string matches the filter otherwise false.
matches(Object) - Method in class org.pf.util.ObjectCollectionFilter
Returns true if the given object is in the collection
matchesAll(String) - Method in class org.pf.text.StringPatternCollection
Returns true if the given probe matches all patterns in this collection.
matchesAny(String) - Method in class org.pf.text.StringPatternCollection
Returns true, if the given probe matches any of the patterns.
matchesIfInCollection() - Method in class org.pf.text.StringCollectionFilter
Returns true if this filter matches a string if it is found in the internal collection.
matchesNone(String) - Method in class org.pf.text.StringPatternCollection
Returns true, if the given probe matches none of the patterns.
MatchGroup - Class in org.pf.text
Represents a group of MatchAttributes and/or MatchGroups
MatchGroup() - Constructor for class org.pf.text.MatchGroup
Initialize the new instance with default values.
matchIgnoreCase(String, String) - Static method in class org.pf.text.StringPattern
Returns true, if the given probe string matches the given pattern.
MatchRule - Class in org.pf.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.pf.text.MatchRule
Initialize the new instance with default values.
MatchRule(boolean) - Constructor for class org.pf.text.MatchRule
Initialize the new instance with default values.
MatchRule(String) - Constructor for class org.pf.text.MatchRule
Initialize the new instance with a rule for later pattern-matching.
MatchRule(MatchGroup) - Constructor for class org.pf.text.MatchRule
Initialize the new instance with a root group
MatchRule(String, MatchRuleChars) - Constructor for class org.pf.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.pf.text
Contains the set of special characters for MatchRules.
MatchRuleChars() - Constructor for class org.pf.text.MatchRuleChars
Initialize the new instance with default values.
MatchRuleException - Exception in org.pf.text
The base exception of all exceptions that can occur with match rules.
MatchRuleException() - Constructor for exception org.pf.text.MatchRuleException
Initialize the new instance with default values.
MatchRuleException(String) - Constructor for exception org.pf.text.MatchRuleException
Initialize the new instance with with a message.
MatchRuleFilter - Class in org.pf.osf
A special filter that uses internally a MatchRule to check whether an object matches or not.
MatchRuleFilter(MatchRule) - Constructor for class org.pf.osf.MatchRuleFilter
Initialize the new instance with a match rule.
MatchRuleParseException - Exception in org.pf.text
This exception is used for all parsing errors of MatchRule parser classes.
MatchRuleParseException() - Constructor for exception org.pf.text.MatchRuleParseException
Initialize the new instance with default values.
MatchRuleParseException(String) - Constructor for exception org.pf.text.MatchRuleParseException
Initialize the new instance with with a message.
MatchRulePrinter - Class in org.pf.text
Converts a MatchRule to a String using the default syntax.
MatchRulePrinter() - Constructor for class org.pf.text.MatchRulePrinter
Initialize the new instance with default values.
MatchRulePrinter(MatchRuleChars) - Constructor for class org.pf.text.MatchRulePrinter
Initialize the new instance with match rule characters.
MatchRuleVisitor - Interface in org.pf.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.
mergeAnd(MatchRule) - Method in class org.pf.text.MatchRule
Append the given rule to the receiver with a logical AND
mergeOr(MatchRule) - Method in class org.pf.text.MatchRule
Append the given rule to the receiver with a logical OR
minimumLayoutSize(Container) - Method in class org.pf.swing.TakeAllLayoutManager
 
ModelConverter - Class in org.pf.six
Supports conversion of a XML representation in org.pf.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.pf.six.ModelConverter
Initialize the new instance with default values.
Modifiers - Class in org.pf.reflect
This class provides methods to conveniently set/unset modifier bits without having to fiddle around with bit logic.
Modifiers() - Constructor for class org.pf.reflect.Modifiers
Initialize the new instance with default value 0.
Modifiers(int) - Constructor for class org.pf.reflect.Modifiers
Initialize the new instance with given value.
modifyProperty(String, String) - Method in class org.pf.file.PropertiesFileContent
Modifies the value of the property specified by the given name.
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pf.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.pf.text.StringPattern
Returns true, if this StringPattern allows empty strings at the position of the multi character wildcard ('*').
multiCharWildcardMatchesEmptyString(boolean) - Method in class org.pf.text.StringPattern
sets whether or not this StringPattern allows empty strings at the position of the multi character wildcard ('*').
MultiValueAttribute - Class in org.pf.directory
An attribute with multiple values associated
MultiValueAttribute(String) - Constructor for class org.pf.directory.MultiValueAttribute
Initialize the new instance with a name.
MultiValueAttribute(String, boolean) - Constructor for class org.pf.directory.MultiValueAttribute
Initialize the new instance with a name.
MultiValueAttributes - Class in org.pf.directory
Holds many attribute names with associated multiple values under.
MultiValueAttributes() - Constructor for class org.pf.directory.MultiValueAttributes
Initialize the new instance with default values.
MultiValueSettings - Interface in org.pf.settings
This interface defines the methods that are necessary to get and and set settings which might have multiple values.
MultiValueSettingsImpl - Class in org.pf.settings.impl
Implementation of the MultiValueSettings interface.
MultiValueSettingsImpl() - Constructor for class org.pf.settings.impl.MultiValueSettingsImpl
Initialize the new instance with default values.
MultiValueSettingsImpl(String) - Constructor for class org.pf.settings.impl.MultiValueSettingsImpl
Initialize the new instance with a name.
mustBeEncoded() - Method in class org.pf.directory.MultiValueAttribute
Returns whether or not the value of this attribute must be encoded if written to a stream
mustBeEncoded(boolean) - Method in class org.pf.directory.MultiValueAttribute
Sets whether or not the value of this attribute must be encoded if written to a stream
mustExcludeDirectories() - Method in class org.pf.file.ExtendedFileFilter
Returns true if the filter never accepts directories.
mustIncludeDirectories() - Method in class org.pf.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.pf.directory.ldif.LDIFReader
Returns a new instance of this class ;
n() - Static method in class org.pf.directory.ldif.LDIFWriter
Returns a new instance of this class ;
n() - Static method in class org.pf.six.XmlStreamWriter
Returns a new instance of this class
name(String) - Method in class org.pf.util.NamedValue
Sets the name (key) of the association.
name() - Method in class org.pf.util.NamedValue
Returns the name (key) of the association.
nameAt(int) - Method in class org.pf.util.NamedValueList
Returns the name (key) of the named value at the specified index.
NamedText - Class in org.pf.util
An association of a name string and a text value.
NamedText(String, String) - Constructor for class org.pf.util.NamedText
Initialize the new instance with the given name and value.
namedTextArray() - Method in class org.pf.util.NamedTextList
Returns all named text pairs as an array
namedTextArray(IObjectFilter) - Method in class org.pf.util.NamedTextList
Returns an array of all those elements contained in this list that match the given filter.
namedTextAt(int) - Method in class org.pf.util.NamedTextList
Returns the named text at the specified index.
NamedTextList - Class in org.pf.util
A container that holds a collection of NamedText objects.
NamedTextList() - Constructor for class org.pf.util.NamedTextList
Initialize the new instance with default values.
NamedTextList(Map<String, String>) - Constructor for class org.pf.util.NamedTextList
Initialize the new instance with values from the given map.
NamedValue<V> - Class in org.pf.util
This specialized Association allows only strings as key.
NamedValue(String) - Constructor for class org.pf.util.NamedValue
Initialize the new instance with a name and a null value.
NamedValue(String, V) - Constructor for class org.pf.util.NamedValue
Initialize the new instance with a name and an associated value.
namedValueArray() - Method in class org.pf.util.NamedValueList
Returns all named values as an array
namedValueArray(IObjectFilter) - Method in class org.pf.util.NamedValueList
Returns an array of all those elements contained in this list that match the given filter.
namedValueAt(int) - Method in class org.pf.util.NamedValueList
Returns the named value at the specified index.
NamedValueList<V> - Class in org.pf.util
A container that holds a collection of NamedValue objects.
NamedValueList() - Constructor for class org.pf.util.NamedValueList
Initialize the new instance with default values.
NamedValueList(Map<String, V>) - Constructor for class org.pf.util.NamedValueList
Initialize the new instance with values from the given map.
names() - Method in class org.pf.util.NamedValueList
Returns all names in this list
NAMESPACE_DECLARATION_PREFIX - Static variable in class org.pf.pax.DOMTreeXMLReader
The "xmlns" prefix that is used in XML to declare a namespace prefixes.
NamespacePrefixMapper - Class in org.pf.pax
An implementation that handles namespace prefix to URI and URI to prefix mapping.
NamespacePrefixMapper(Map<String, String>) - Constructor for class org.pf.pax.NamespacePrefixMapper
Initialize the new instance with the given mappings.
NamespacePrefixMapper() - Constructor for class org.pf.pax.NamespacePrefixMapper
Initialize the new instance with an empty mapping.
needsEncoding(Object) - Method in class org.pf.directory.ldap.LDAPUtil
Returns true if the given value must be BASE64 encoding if used in a contex with limited character representation.
negate() - Method in class org.pf.text.StringCollectionFilter
Inverts the (match) logic of this filter
negate() - Method in class org.pf.util.ObjectCollectionFilter
This method reverses the logic of the filter.
NEW_BUTTON_SET_CMD - Static variable in class org.pf.swing.RadioButtonGroupBox
 
NEW_BUTTON_SET_ID - Static variable in class org.pf.swing.RadioButtonGroupBox
 
newArray(int) - Method in class org.pf.reflect.ClassInfo
Returns a new array of the type represented by this ClassInfo.
newDate(int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object representing the given parameters.
newDate(TimeZone, int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object representing the given parameters.
newDate(int, int, int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object representing the given parameters.
newDate(int, int, int, int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object representing the given parameters.
newDate(TimeZone, int, int, int, int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object representing the given parameters.
newDecIndentedLine() - Method in class org.pf.pax.MarkupWriter
 
newGlobalContext(VariableContainer) - Method in class org.pf.textx.GlobalLocalVariables
Initialize the global variable container with an new container.
newGMTDate(int, int, int, int, int, int) - Method in class org.pf.util.DateUtil
Returns a Date object in time zone GMT representing the given parameters.
newIdentifier() - Method in interface org.pf.bif.identifier.IObjectIdGenerator
Returns a new identifier which usually must be different to the previously returned.
newIdentifier() - Method in class org.pf.text.ObjectIdGenerator
Returns a new unique identifier as string.
newIncIndentedLine() - Method in class org.pf.pax.MarkupWriter
 
newIndentedLine() - Method in class org.pf.pax.MarkupWriter
 
newInstance(Object) - Method in class org.pf.plugin.ClassRegistry
Returns a new instance of the class which is registered under the given key.
newInstance() - Method in class org.pf.reflect.ClassInfo
Returns a new instance of the class.
newInstance(Class) - Method in class org.pf.reflect.ReflectUtil
If the given class has a constructor without parameters it will be used to create a new instance.
newInstance(Class, Object) - Method in class org.pf.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, Object, Object) - Method in class org.pf.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, Object[]) - Method in class org.pf.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.pf.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.pf.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.pf.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.pf.reflect.ReflectUtil
Tries to find the class with the given name and to create an instance of it.
newLocalContext(VariableContainer) - Method in class org.pf.textx.GlobalLocalVariables
Initialize the local variable container with an new container.
next() - Method in class org.pf.util.EnumerationIterator
Returns the next element.
next() - Method in class org.pf.util.ObjectArrayIterator
Returns the next element in the iteration.
nextChar() - Method in class org.pf.text.StringScanner
Returns the character at the current position and increments the position afterwards by 1.
nextElement() - Method in class org.pf.util.CollectionEnumeration
 
nextIdentifier() - Method in interface org.pf.db.util.ObjectIdentifierProducer
Returns a new identifier which is different to the last one.
nextIdentifier() - Method in class org.pf.text.ObjectIdGenerator
Returns a new identifier which is different to the last one.
nextNoneWhitespaceChar() - Method in class org.pf.text.StringScanner
Returns the next character that is no whitespace and leaves the position pointer one character after the returned one.
NilLogger - Class in org.pf.logging
This class implements the Logger interface but doesn't write anything to any output device.
NilLogger() - Constructor for class org.pf.logging.NilLogger
Initialize the new instance with default values.
NLSIniFileDetector - Class in org.pf.nls
This class is responsible to lookup the classpath for a specified base name to which it depends the file extension ".ini".
NLSIniFileDetector() - Constructor for class org.pf.nls.NLSIniFileDetector
Initialize the new instance with default values.
NLSIniFileLoader - Class in org.pf.nls
This loader is capable of reading text values from an NLS-ini file to one or more TextContainer objects.
NLSIniFileLoader() - Constructor for class org.pf.nls.NLSIniFileLoader
Initialize the new instance with default values.
NLSUtil - Class in org.pf.nls
Provides some utility and convenience methods related NLS.
normalizeDN(String) - Method in class org.pf.directory.ldap.LDAPUtil
Removes all unnecessary spaces from the given DN.
not() - Method in class org.pf.util.Bool
Returns the opposite value of the receiver.
notNullOrBlank(String) - Method in class org.pf.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.pf.text.StringUtil
Returns true if the given string array is not null and not empty
notNullOrEmpty(String) - Method in class org.pf.text.StringUtil
Returns true if the given string is not null and not empty
NULL_HASHCODE - Static variable in class org.pf.text.StringPair
Defines the hash code of instances that contain two null strings.
numberOfContainedFiles() - Method in class org.pf.file.DirectoryContents
Returns the number of files that are directly exist in this directory
numberOfPooledConnections() - Method in class org.pf.net.ConnectionPool
Returns how many connections are in the pool

O

obfuscate(String) - Method in class org.pf.textx.StringObfuscator
Obfuscate the given string and return a Base64 encoded representation of it
ObjectAccessWrapper - Class in org.pf.reflect
A wrapper that is capable to read and write object fields via getter and setter methods or directly.