|
JDeveloper SCM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.op.SCMNoFileOperation
Client adapter for fileless operations. Deferred methods are :
Constructor Summary | |
SCMNoFileOperation()
|
Method Summary | |
abstract boolean |
isEnabled(boolean control)
Asks whether this operation can be enabled depending on general client state. |
boolean |
isEnabled(boolean control,
SCMContext context)
Asks whether this operation can be enabled depending on general client state. |
boolean |
isNodeRemovalCheckEnabled()
Flag indicating whether the operation runtime should check for removed files after this operation and update the navigator. |
abstract void |
operate()
Provides notification that the operation has been invoked. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.scm.SCMOperation |
getControlItem |
Constructor Detail |
public SCMNoFileOperation()
Method Detail |
public boolean isNodeRemovalCheckEnabled()
isNodeRemovalCheckEnabled
in interface SCMOperation
public abstract void operate() throws SCMException
SCMException
- if a client error is raised to abort the operation.public boolean isEnabled(boolean control, SCMContext context)
SCMOperation
isEnabled
in interface SCMOperation
control
- source control enabled state indicator.context
- the IDE's current context.
public abstract boolean isEnabled(boolean control)
control
- source control enabled state indicator.
|
Copyright © 2002 Oracle Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.