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

P

P_ENABLE_PROVIDER_CACHING - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
P_RECURSE_ARCHIVE - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
P_RECURSE_LOCATION - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
P_TS_LOG_ENABLE - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
P_TS_LOG_LEVEL - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
P_TS_LOG_PATH - Static variable in interface com.ibm.adt.topology.service.TopologyServiceConstants
 
parseLocation(String) - Method in class com.ibm.adt.topology.handler.ConfigurationHandler
Method implemented by a ConfigurationHandler implementation to parse through the specified location to determine if the location contains data relevant to the provider type.
peek() - Method in class com.ibm.adt.topology.object.properties.Property
 
peek() - Method in class com.ibm.adt.topology.object.properties.PropertyArray
 
peek() - Method in class com.ibm.adt.topology.object.properties.PropertyList
 
peek() - Method in class com.ibm.adt.topology.object.properties.PropertyObject
Returns string that peeks the property value.
peek() - Method in class com.ibm.adt.topology.object.properties.PropertyValue
 
PLUGIN_ID - Static variable in class com.ibm.adt.topology.service.plugin.Activator
 
PropertiesWriterString - Class in com.ibm.adt.topology.object.properties
 
PropertiesWriterString() - Constructor for class com.ibm.adt.topology.object.properties.PropertiesWriterString
 
PropertiesWriterXML - Class in com.ibm.adt.topology.object.properties
 
PropertiesWriterXML() - Constructor for class com.ibm.adt.topology.object.properties.PropertiesWriterXML
 
Property - Class in com.ibm.adt.topology.object.properties
Property is a component of the TopologyObject Properties heirachy.
Property(String) - Constructor for class com.ibm.adt.topology.object.properties.Property
Builds a Property object with the specified name.
Property(String, Object) - Constructor for class com.ibm.adt.topology.object.properties.Property
Builds a Property object with the specified name and value.
PropertyArray - Class in com.ibm.adt.topology.object.properties
PropertyArray is a component of the TopologyObject Properties heirachy.
PropertyArray() - Constructor for class com.ibm.adt.topology.object.properties.PropertyArray
Creates a new PropertyArray instance.
PropertyArrayMatchFilter - Class in com.ibm.adt.topology.comparator
The PropertyArrayMatchFilter tells the comparator how to match up array elements when a given property value is an array.
PropertyArrayMatchFilter(String, String) - Constructor for class com.ibm.adt.topology.comparator.PropertyArrayMatchFilter
Create an PropertyArrayMatchFilter instance with the specified regex and replacement strings.
PropertyIgnoreMissingFilter - Class in com.ibm.adt.topology.comparator
The PropertyNameIgnoreFilter tells the comparator to not compare properties with the specified name.
PropertyIgnoreMissingFilter(String) - Constructor for class com.ibm.adt.topology.comparator.PropertyIgnoreMissingFilter
Creates an PropertyNameIgnoreFilter using the specified propertyName.
PropertyList - Class in com.ibm.adt.topology.object.properties
PropertyList is a component of the TopologyObject properties heirachy.
PropertyList(int) - Constructor for class com.ibm.adt.topology.object.properties.PropertyList
Creates a PropertyList object with the specified comparatorKey.
PropertyList() - Constructor for class com.ibm.adt.topology.object.properties.PropertyList
Creates a PropertyList object.
PropertyNameIgnoreFilter - Class in com.ibm.adt.topology.comparator
The PropertyNameIgnoreFilter tells the comparator to not compare properties with the specified name.
PropertyNameIgnoreFilter(String) - Constructor for class com.ibm.adt.topology.comparator.PropertyNameIgnoreFilter
Creates an PropertyNameIgnoreFilter using the specified propertyName.
PropertyObject - Class in com.ibm.adt.topology.object.properties
The superclass for all objects in the com.ibm.adt.topology.object.properties package.
PropertyObject() - Constructor for class com.ibm.adt.topology.object.properties.PropertyObject
Builds a base PropertyObject.
PropertyTypeIgnoreFilter - Class in com.ibm.adt.topology.comparator
The PropertyTypeIgnoreFilter tells the comparator to not compare properties of the specifed type.
PropertyTypeIgnoreFilter(String) - Constructor for class com.ibm.adt.topology.comparator.PropertyTypeIgnoreFilter
Creates an PropertyTypeIgnoreFilter using the specifed propertyType.
PropertyValue - Class in com.ibm.adt.topology.object.properties
 
PropertyValue(Object) - Constructor for class com.ibm.adt.topology.object.properties.PropertyValue
Builds a PropertyValue object in order to wrapper a generic property object.
PropertyValueIgnoreFilter - Class in com.ibm.adt.topology.comparator
The PropertyValueIgnoreFilter tells the comparator to ignore properties whose value matches the specified regular expression.
PropertyValueIgnoreFilter(String) - Constructor for class com.ibm.adt.topology.comparator.PropertyValueIgnoreFilter
Creates an PropertyValueIgnoreFilter using the specifed propertyValueRegex.
PropertyValueSubstitutionFilter - Class in com.ibm.adt.topology.comparator
The PropertyValueSubstitutionFilter tells the compare to treat occurances of a given string as having a different value (e.g.
PropertyValueSubstitutionFilter(String, String) - Constructor for class com.ibm.adt.topology.comparator.PropertyValueSubstitutionFilter
Create an PropertyValueSubstitutionFilter instance with the specified regex and replacement strings.
PROVIDER - Static variable in interface com.ibm.adt.topology.object.TopologyObjectType
 
PROVIDER_CONFIG_ID - Static variable in interface com.ibm.adt.topology.handler.ProviderInfoConstants
Property name for setting the configuration id for the given provider.
PROVIDER_EXT_PT_ID - Static variable in class com.ibm.adt.topology.service.plugin.Activator
 
PROVIDER_INSTANCE_NAME - Static variable in interface com.ibm.adt.topology.handler.ProviderInfoConstants
Property name for setting the provider instance name.
PROVIDER_OBJECT_CACHE_ENABLE - Static variable in interface com.ibm.adt.topology.handler.ProviderInfoConstants
Property name for controlling TopologyObject caching if the provider implementation supports optional caching.
PROVIDER_PRODUCT_VERSION - Static variable in interface com.ibm.adt.topology.handler.ProviderInfoConstants
Property name for passing a product specific version number.
PROVIDER_PROPERTY_CACHE_ENABLE - Static variable in interface com.ibm.adt.topology.handler.ProviderInfoConstants
Property name for controlling TopologyObject property caching if the provider implementation supports optional caching.
ProviderHelper - Class in com.ibm.adt.topology.handler
 
ProviderHelper() - Constructor for class com.ibm.adt.topology.handler.ProviderHelper
 
ProviderInfo - Class in com.ibm.adt.topology.handler
This class is output from ConfigurationHandler.parseLocation() invocations to specify the type of TopologyProvider that must be instantiatied in order to process the artifacts within a given location.
ProviderInfo(String, String) - Constructor for class com.ibm.adt.topology.handler.ProviderInfo
Creates a new ProviderInfo instance using the specified providerId and location.
ProviderInfoConstants - Interface in com.ibm.adt.topology.handler
Defines a common set of property names that can be interchanged by ConfigurationHandler, ProviderInfo, and TopologyProvider implementations for the purpose of passing initialization parameters in ProviderInfo objects.

A B C D E F G H I L N O P R S T U V W
© Copyright 2006 IBM Corp. 2006 All Rights Reserved