com.ptc.windchill.util
Class MutableModuleDir
java.lang.Object
com.ptc.windchill.util.ModuleDir
com.ptc.windchill.util.MutableModuleDir
- All Implemented Interfaces:
- ExecutableApp
- public class MutableModuleDir
- extends ModuleDir
- implements ExecutableApp
MutableModuleDir adds the ability to modify module directory entries.
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
CLASSNAME
private static final String CLASSNAME
MutableModuleDir
public MutableModuleDir()
setModuleDir
public static void setModuleDir(String module,
String dir)
- Sets root directory for a module.
Supported API: false
- Parameters:
module
- name of the moduledir
- root directory for the module
removeModuleDir
public static void removeModuleDir(String module)
- Removes directory entry for module.
Supported API: false
- Parameters:
module
- name of the module
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
main
public static void main(String[] args)