wt.ixb.handlers.netmarkets
Class OrgUpdaterFileSet

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.OrgUpdaterFileSet

public class OrgUpdaterFileSet
extends Object


Field Summary
private static String _rb
           
private  int argLength
           
private  String basePath
           
private  String containerPath
           
private  int contIndex
           
private  boolean doJars
           
private  boolean doXML
           
private  int fileStart
           
private static String KEYWORD_ARG
           
(package private)  ArrayList myList
           
private  int orgIndex
           
private  String orgName
           
private  int projIndex
           
private  String projName
           
private  int recIndex
           
private  boolean recurseFlag
           
private  int rootIndex
           
 
Constructor Summary
private OrgUpdaterFileSet()
           
 
Method Summary
private  void addFileToList(File f)
           
private  boolean basePathValid()
           
private  void computeContainerPath(int orgEnd, String[] args)
           
private  int computeFileEnd()
           
private  int computeOrgEnd()
           
private  int computeProjEnd()
           
private  void createFileList(String[] args)
           
private  String getBasePath()
           
 String getContainerPath()
           
 ListIterator getFileIterator()
           
private  void initialize(String[] args)
           
private  void initializeIndexes(String[] args)
           
private  void initializeVariables(String[] args)
           
static OrgUpdaterFileSet newOrgUpdaterFileSet(String[] args)
           
 void printFileList()
           
private  void processDirectory(File dir)
           
private  String trimKeyword(String orig)
           
private  String trimKeywordFromContainerPath(String contPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rb

private static final String _rb
See Also:
Constant Field Values

myList

ArrayList myList

orgName

private String orgName

projName

private String projName

basePath

private String basePath

recurseFlag

private boolean recurseFlag

fileStart

private int fileStart

orgIndex

private int orgIndex

projIndex

private int projIndex

rootIndex

private int rootIndex

argLength

private int argLength

recIndex

private int recIndex

containerPath

private String containerPath

contIndex

private int contIndex

KEYWORD_ARG

private static final String KEYWORD_ARG
See Also:
Constant Field Values

doXML

private boolean doXML

doJars

private boolean doJars
Constructor Detail

OrgUpdaterFileSet

private OrgUpdaterFileSet()
Method Detail

newOrgUpdaterFileSet

public static OrgUpdaterFileSet newOrgUpdaterFileSet(String[] args)
                                              throws WTException
Throws:
WTException

getContainerPath

public String getContainerPath()

getBasePath

private String getBasePath()

getFileIterator

public ListIterator getFileIterator()

printFileList

public void printFileList()
                   throws WTException
Throws:
WTException

initialize

private void initialize(String[] args)
                 throws WTException
Throws:
WTException

createFileList

private void createFileList(String[] args)
                     throws WTException
Throws:
WTException

addFileToList

private void addFileToList(File f)
                    throws WTException
Throws:
WTException

computeFileEnd

private int computeFileEnd()

processDirectory

private void processDirectory(File dir)
                       throws WTException
Throws:
WTException

initializeVariables

private void initializeVariables(String[] args)
                          throws WTException
Throws:
WTException

computeContainerPath

private void computeContainerPath(int orgEnd,
                                  String[] args)

basePathValid

private boolean basePathValid()

computeOrgEnd

private int computeOrgEnd()

computeProjEnd

private int computeProjEnd()

initializeIndexes

private void initializeIndexes(String[] args)

trimKeywordFromContainerPath

private final String trimKeywordFromContainerPath(String contPath)

trimKeyword

private final String trimKeyword(String orig)