wt.load
Class DeveloperLoader

java.lang.Object
  extended bywt.load.BasicLoader
      extended bywt.load.DeveloperLoader

public class DeveloperLoader
extends BasicLoader


Field Summary
static String[] FILENAME_DESC
           
static String[] FILENAMES
           
static String OPENING_MESSAGE
           
static String PRODUCT
           
 
Fields inherited from class wt.load.BasicLoader
DEBUG, DEFAULT_LOADSET_DIR, g_commandLine, g_userAdminName, installService, localProps
 
Constructor Summary
DeveloperLoader(String[] args)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class wt.load.BasicLoader
doInstall, doPostInstall, installFiles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAMES

public static String[] FILENAMES

FILENAME_DESC

public static String[] FILENAME_DESC

PRODUCT

public static String PRODUCT

OPENING_MESSAGE

public static String OPENING_MESSAGE
Constructor Detail

DeveloperLoader

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

main

public static void main(String[] args)