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 - 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) - Method in class org.pf.util.AssociationList
Adds the specified association.
add(Object, Object) - 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) - Method in class org.pf.util.NamedTextList
Adds the specified association only if it is an instance of NamedText.
add(Object, Object) - Method in class org.pf.util.NamedTextList
Adds the specified key and value as new association if both of them are an instance of String.
add(String, Object) - Method in class org.pf.util.NamedTextList
Adds the specified name and value as new NamedText if value is an instance of String.
add(String, String) - Method in class org.pf.util.NamedTextList
Adds the specified name and text as new NamedText.
add(NamedValue) - Method in class org.pf.util.NamedValueList
Adds the specified named value.
add(Association) - Method in class org.pf.util.NamedValueList
Adds the specified association only if it is an instance of NamedValue.
add(Object, Object) - Method in class org.pf.util.NamedValueList
Adds the specified key and value as new association.
add(String, Object) - 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[]) - Method in class org.pf.text.StringUtil
Adds all given strings to the specified collection.
addAll(Map) - Method in class org.pf.util.AssociationList
Add all entries of the specified map as associations
addAll(Association[]) - 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[]) - 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[]) - 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) - 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
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) - 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.
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.
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.
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.
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.
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.
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.
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.
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.
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 - 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(Object, Object) - 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 - 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) - 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.
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) - Method in class org.pf.text.StringUtil
Returns a string array containing all elements of the given collection.
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.
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() - Constructor for class org.pf.pax.BaseXMLTagInterpreterController
Initializes the instance variables with default values.
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 - 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 - 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) - 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!
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.
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
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.
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(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(Object) - 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
 
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.
copy() - Method in class org.pf.directory.MultiValueAttribute
Returns 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(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, St