oracle.ide.scm.op
Class SCMMultiFileOperation
java.lang.Object
|
+--oracle.ide.scm.op.SCMFileOperation
|
+--oracle.ide.scm.op.SCMMultiFileOperation
- All Implemented Interfaces:
- SCMOperation
- public abstract class SCMMultiFileOperation
- extends SCMFileOperation
Client adapter for multi-file operations. This class provides some
implementation over SCMFileOperation
that will commonly be useful
to inherit.
Method Summary |
int |
getMaxSelection()
Single file operation's implementation of the max selection size query
method, which returns Integer.MAX_VALUE to befit this class's purpose. |
boolean |
isSelectionRecursive()
Multi file operation's implementation of the recursive selection query
method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCMMultiFileOperation
public SCMMultiFileOperation()
isSelectionRecursive
public final boolean isSelectionRecursive()
- Multi file operation's implementation of the recursive selection query
method. Returns true since we will need to collect the children of
selected elements.
- Specified by:
isSelectionRecursive
in class SCMFileOperation
- Returns:
- true.
getMaxSelection
public final int getMaxSelection()
- Single file operation's implementation of the max selection size query
method, which returns Integer.MAX_VALUE to befit this class's purpose.
- Specified by:
getMaxSelection
in class SCMFileOperation
- Returns:
Integer.MAX_VALUE
.
Copyright ©1997, 2003, Oracle. All rights reserved.