wt.ixb.handlers.netmarkets
Class OrgUpdaterFileSet
java.lang.Object
wt.ixb.handlers.netmarkets.OrgUpdaterFileSet
- public class OrgUpdaterFileSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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
OrgUpdaterFileSet
private OrgUpdaterFileSet()
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)