|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectedProperties | |
com.infoengine.ieinstall | |
com.ptc.windchill.structconf | Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files. |
wt.httpgw | Provides
HTTPGateway support including
HTTPLogin ,
HTTPRequest ,
HTTPResponse and
URLFactory . |
Uses of CollectedProperties in com.infoengine.ieinstall |
Methods in com.infoengine.ieinstall with parameters of type CollectedProperties | |
void |
IePropertiesAction.evaluate(CollectedProperties collected_properties)
Evaluate the custom propagation action. |
private PropertyInfo |
IePropertiesAction.get(String property_name,
CollectedProperties collected_properties)
Retrieve the named property. |
private String |
IePropertiesAction.safeGet(String property_name,
CollectedProperties collected_properties)
Retrieve the named property. |
Uses of CollectedProperties in com.ptc.windchill.structconf |
Classes in com.ptc.windchill.structconf that implement CollectedProperties | |
class |
TargetFileContentsCollector
An XconfHandler that will record the values of all properties, services, and resources specified from the root declaration and site xconf files, will assign each of these to its target property file, and will write these derived files after the parse of xconf files is complete |
Methods in com.ptc.windchill.structconf with parameters of type CollectedProperties | |
void |
SamplePropagationAction.evaluate(CollectedProperties collected_properties)
|
abstract void |
PropagationAction.evaluate(CollectedProperties collected_properties)
Evaluate the custom action. |
Uses of CollectedProperties in wt.httpgw |
Methods in wt.httpgw with parameters of type CollectedProperties | |
void |
ServerCodebaseUrlCleaner.evaluate(CollectedProperties collected_properties)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |