Extension SDK 9.0.5

oracle.jdeveloper.vcs.spi
Class VCSDirectoryInvokableState

java.lang.Object
  extended byoracle.jdeveloper.vcs.spi.VCSDirectoryInvokableState

public class VCSDirectoryInvokableState
extends java.lang.Object

Class for tracking the state of a VCSDirectoryInvokable.

Since:
9.0.5

Constructor Summary
VCSDirectoryInvokableState(java.net.URL[] urls)
          Constructor.
 
Method Summary
 java.util.Collection getCompletedURLs()
          Gets the collection of URLs which have completed processing by the invokable.
 java.util.Collection getProcessedURLs()
          Gets the collection of URLs which have completed processing by the invokable.
 boolean hasCompleted()
          Asks whether the invokable state represented by the object indicates that all URLs have completed processing.
 boolean hasProcessed()
          Asks whether the invokable state represented by the object indicates that one or more URLs have been processed.
 void reset()
          Resets the internal state in order that URLs are re-processed.
 
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

hasProcessed

public boolean hasProcessed()
Asks whether the invokable state represented by the object indicates that one or more URLs have been processed.

Returns:
a verdict on processing.

hasCompleted

public boolean hasCompleted()
Asks whether the invokable state represented by the object indicates that all URLs have completed processing.

Returns:
a verdict on completion.

getCompletedURLs

public java.util.Collection getCompletedURLs()
Gets the collection of URLs which have completed processing by the invokable.

Returns:
the completed URL collection.

getProcessedURLs

public java.util.Collection getProcessedURLs()
Gets the collection of URLs which have completed processing by the invokable.

Returns:
the completed URL collection.

reset

public void reset()
Resets the internal state in order that URLs are re-processed.


Extension SDK

 

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