com.ptc.windchill.util.packaging.install
Class ModuleRegistryUtil
java.lang.Object
com.ptc.windchill.util.packaging.install.ModuleRegistryUtil
- All Implemented Interfaces:
- ExecutableApp
- public class ModuleRegistryUtil
- extends Object
- implements ExecutableApp
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
INSTALL_DIR_TOKEN
public static final String INSTALL_DIR_TOKEN
- See Also:
- Constant Field Values
ModuleRegistryUtil
public ModuleRegistryUtil()
execute
public void execute(String[] args)
throws WTException
- Description copied from interface:
ExecutableApp
Supported API: false
- Specified by:
execute
in interface ExecutableApp
- Parameters:
args
-
- Throws:
WTException
filename
private String filename(String filename)
installFile
public void installFile(boolean install,
boolean deps,
String filename,
String install_dir)
throws WTException
- Throws:
WTException
installModule
public void installModule(boolean install,
boolean deps,
String module,
String dir)
throws WTException
- Throws:
WTException
getModules
public Properties getModules(String filename)
throws WTException
- Throws:
WTException