wt.load
Class WindchillLoader
java.lang.Object
wt.load.WindchillLoader
- public class WindchillLoader
- extends Object
Command Line Options
-IncludeDemo - Will install Demo Data sets as well as base data
-Unattended - Will perform an unattended load (no user prompt)
-NoServerStop - Will not stop the Method Servers before doing
load.
Example
windchill wt.load.WindchillLoader -Unattended -IncludeDemo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- Constant for the resource bundle
- See Also:
- Constant Field Values
args
private String[] args
loadSets
private WindchillLoader.LoadSet[] loadSets
app_list
private Vector app_list
listComponents
private boolean listComponents
correct_syntax
private boolean correct_syntax
verbose
private boolean verbose
onlyDemo
private boolean onlyDemo
demo
private boolean demo
appID
private String appID
user
private String user
password
private String password
WindchillLoader
public WindchillLoader(String[] args)
throws Exception
parseArgs
private void parseArgs()
getLoadSets
private void getLoadSets()
throws IOException
- Throws:
IOException
addLoadSetList
private int addLoadSetList(ArrayList loadSets,
int order,
String loadSetFileList)
getAppsToLoad
private Vector getAppsToLoad()
throws IOException
- Throws:
IOException
authenticate
private void authenticate()
load
private void load()
throws Exception
- Load the data by passing the filesnames to load to the BasicLoader.
- Throws:
Exception
printUsage
private static void printUsage()
- Prints the Help document to the console.
showComponentList
public void showComponentList()
showArgError
public void showArgError()
main
public static void main(String[] args)