com.ptc.windchill.util.packaging.install
Class ModuleRegistryUtil

java.lang.Object
  extended bycom.ptc.windchill.util.packaging.install.ModuleRegistryUtil
All Implemented Interfaces:
ExecutableApp

public class ModuleRegistryUtil
extends Object
implements ExecutableApp



Supported API: false

Extendable: false


Field Summary
static String INSTALL_DIR_TOKEN
           
private static String RESOURCE
           
 
Constructor Summary
ModuleRegistryUtil()
           
 
Method Summary
 void execute(String[] args)
          

Supported API: false
private  String filename(String filename)
           
 Properties getModules(String filename)
           
 void installFile(boolean install, boolean deps, String filename, String install_dir)
           
 void installModule(boolean install, boolean deps, String module, String dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModuleRegistryUtil

public ModuleRegistryUtil()
Method Detail

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