|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyList | |
---|---|
com.ibm.adt.topology.object | |
com.ibm.adt.topology.object.properties | |
com.ibm.adt.topology.provider.impl |
Uses of PropertyList in com.ibm.adt.topology.object |
---|
Methods in com.ibm.adt.topology.object that return PropertyList | |
---|---|
PropertyList |
TopologyObject.getProperties()
|
Uses of PropertyList in com.ibm.adt.topology.object.properties |
---|
Methods in com.ibm.adt.topology.object.properties that return PropertyList | |
---|---|
PropertyList |
PropertyList.findProperties(java.lang.String searchText,
boolean isCaseSensitive,
boolean isCollectionName,
boolean isPropertyName,
boolean isPropertyValue)
Search the PropertyList for occurrences of properties that match the specified criteria and return the matches in the form of a PropertyList. |
(package private) PropertyList |
PropertyArray.findProperties(java.lang.String searchText,
boolean isCaseSensitive,
boolean isCollectionName,
boolean isPropertyName,
boolean isPropertyValue)
Search the PropertyArray for occurrences of properties that match the specified criteria. |
Methods in com.ibm.adt.topology.object.properties with parameters of type PropertyList | |
---|---|
void |
PropertyList.addAll(PropertyList properties)
Adds a collection of Property(s) to add to this PropertyList. |
void |
PropertyList.copyAll(PropertyList properties,
boolean overwrite)
Copies a collection of Property(s) to this PropertyList. |
(package private) static java.io.OutputStream |
PropertiesWriterXML.writeProperties(PropertyList properties)
|
(package private) static java.lang.String |
PropertiesWriterString.writeProperties(PropertyList properties)
|
Uses of PropertyList in com.ibm.adt.topology.provider.impl |
---|
Methods in com.ibm.adt.topology.provider.impl that return PropertyList | |
---|---|
PropertyList |
TopologyObjectImpl.getProperties()
|
Methods in com.ibm.adt.topology.provider.impl with parameters of type PropertyList | |
---|---|
protected void |
TopologyProviderImpl.cacheObjectProperties(TopologyObject object,
PropertyList props)
Deprecated. replaced by TopologyObjectImpl.cacheProperties(PropertyList) |
void |
TopologyObjectImpl.cacheProperties(PropertyList properties)
Helper method that caches the properties for the TopologyObject. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |