wt.load
Class WindchillLoader

java.lang.Object
  extended bywt.load.WindchillLoader

public class WindchillLoader
extends Object



Command Line Options

Example


Nested Class Summary
private static class WindchillLoader.LoadSet
           
 
Field Summary
private  Vector app_list
           
private  String appID
           
private  String[] args
           
private  boolean correct_syntax
           
private  boolean demo
           
private  boolean listComponents
           
private  WindchillLoader.LoadSet[] loadSets
           
private  boolean onlyDemo
           
private  String password
           
private static String RESOURCE
          Constant for the resource bundle
private  String user
           
private  boolean verbose
           
 
Constructor Summary
WindchillLoader(String[] args)
           
 
Method Summary
private  int addLoadSetList(ArrayList loadSets, int order, String loadSetFileList)
           
private  void authenticate()
           
private  Vector getAppsToLoad()
           
private  void getLoadSets()
           
private  void load()
          Load the data by passing the filesnames to load to the BasicLoader.
static void main(String[] args)
           
private  void parseArgs()
           
private static void printUsage()
          Prints the Help document to the console.
 void showArgError()
           
 void showComponentList()
           
 
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
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
Constructor Detail

WindchillLoader

public WindchillLoader(String[] args)
                throws Exception
Method Detail

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)