public final class VCSDirectoryInvokableState extends VCSInvokableState
Class for tracking the state of a VCSDirectoryInvokable.
_batchCount, _batches, _completedUrls, _maxBatchArguments, _n, _processedUrls, _urls| Constructor and Description | 
|---|
VCSDirectoryInvokableState(java.net.URL[] urls)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
getProgressNote(java.net.URL parent)  | 
void | 
reset()
Resets the internal state in order that URLs are re-processed. 
 | 
getBatchCount, getBatchesRemainingCount, getCompletedURLs, getProcessedURLs, getURLs, hasCompleted, hasProcessedpublic VCSDirectoryInvokableState(java.net.URL[] urls)
urls - the array of URLs on which to operate.public void reset()
reset in class VCSInvokableStateprotected java.lang.String getProgressNote(java.net.URL parent)
getProgressNote in class VCSInvokableState