|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSDirectoryInvokableState
Class for tracking the state of a VCSDirectoryInvokable.
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 |
public VCSDirectoryInvokableState(java.net.URL[] urls)
urls
- the array of URLs on which to operate.Method Detail |
public boolean hasProcessed()
public boolean hasCompleted()
public java.util.Collection getCompletedURLs()
public java.util.Collection getProcessedURLs()
public void reset()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.