|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XconfHandler | |
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. |
com.ptc.windchill.structconf.xconf | Parser for xconf files. |
Uses of XconfHandler in com.ptc.windchill.structconf |
Classes in com.ptc.windchill.structconf that implement XconfHandler | |
private class |
TargetFileContentsCollector.CollectingXconfHandler
|
Uses of XconfHandler in com.ptc.windchill.structconf.xconf |
Classes in com.ptc.windchill.structconf.xconf that implement XconfHandler | |
class |
DefaultXconfHandler
An "adapter" to XconfHandler for
classes that do not want or need to implement all parse "event" callback methods. |
Fields in com.ptc.windchill.structconf.xconf declared as XconfHandler | |
private XconfHandler |
XconfParser.handler_
|
Methods in com.ptc.windchill.structconf.xconf with parameters of type XconfHandler | |
static void |
XconfUtil.processDeclarationXconfFiles(XconfHandler handler,
int platform_mode)
|
static void |
XconfUtil.processSiteXconfFiles(XconfHandler handler,
int platform_mode)
|
static void |
XconfUtil.processAllXconfFiles(XconfHandler handler,
int platform_mode)
Equivalent of calling processDeclarationXconfFiles(handler) followed by processSiteXconfFiles(handler) . |
void |
XconfParser.setHandler(XconfHandler handler)
|
void |
XconfParser.parse(String source_xconf_url_or_file,
XconfHandler handler)
|
void |
XconfParser.parse(File source_xconf_file,
XconfHandler handler)
|
void |
XconfParser.parse(URL source_xconf_url,
XconfHandler handler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |