Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.vcs.spi
Class VCSDirectoryInvokableState

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSInvokableState
      extended by oracle.jdeveloper.vcs.spi.VCSDirectoryInvokableState


public final class VCSDirectoryInvokableState
extends VCSInvokableState

Class for tracking the state of a VCSDirectoryInvokable.

Since:
9.0.5

Field Summary

 

Fields inherited from class oracle.jdeveloper.vcs.spi.VCSInvokableState
_batchCount, _batches, _completedUrls, _maxBatchArguments, _n, _processedUrls, _urls

 

Constructor Summary
VCSDirectoryInvokableState(java.net.URL[] urls)
          Constructor.

 

Method Summary
protected  java.lang.String getProgressNote(java.net.URL parent)
           
 void reset()
          Resets the internal state in order that URLs are re-processed.

 

Methods inherited from class oracle.jdeveloper.vcs.spi.VCSInvokableState
getCompletedURLs, getProcessedURLs, getURLs, hasCompleted, hasProcessed

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

VCSDirectoryInvokableState

public VCSDirectoryInvokableState(java.net.URL[] urls)
Constructor.
Parameters:
urls - the array of URLs on which to operate.

Method Detail

reset

public void reset()
Resets the internal state in order that URLs are re-processed.
Specified by:
reset in class VCSInvokableState

getProgressNote

protected java.lang.String getProgressNote(java.net.URL parent)
Specified by:
getProgressNote in class VCSInvokableState

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.