|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.SCMFileSystemAdapter
Adapter class for easier implementation of SCMFileSystem
.
Constructor Summary | |
SCMFileSystemAdapter()
|
Method Summary | |
void |
add(SCMFile[] files)
Throws a unsupported operation exception. |
void |
edit(SCMFile[] files)
Throws a unsupported operation exception. |
protected SCMOperationRuntime |
getRuntime()
Convenience method for easily referencing the framework's runtime operation provider. |
boolean |
isAddSupported()
Returns false to indicate that the add(oracle.ide.scm.SCMFile[]) method is unsupported. |
boolean |
isEditSupported()
Returns false to indicate that the edit(oracle.ide.scm.SCMFile[]) method is unsupported. |
boolean |
isMoveSupported()
Returns false to indicate that the move(oracle.ide.scm.SCMFile[], oracle.ide.scm.SCMFile[]) method is unsupported. |
boolean |
isRemoveSupported()
Returns false to indicate that the remove(oracle.ide.scm.SCMFile[]) method is unsupported. |
void |
move(SCMFile[] srcs,
SCMFile[] dsts)
Throws a unsupported operation exception. |
void |
remove(SCMFile[] files)
Throws a unsupported operation exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMFileSystemAdapter()
Method Detail |
public boolean isAddSupported()
add(oracle.ide.scm.SCMFile[])
method is unsupported.isAddSupported
in interface SCMFileSystem
public void add(SCMFile[] files) throws SCMException
add
in interface SCMFileSystem
java.lang.UnsupportedOperationException
- always, since this method is not supported.public boolean isEditSupported()
edit(oracle.ide.scm.SCMFile[])
method is unsupported.isEditSupported
in interface SCMFileSystem
public void edit(SCMFile[] files) throws SCMException
edit
in interface SCMFileSystem
java.lang.UnsupportedOperationException
- always, since this method is not supported.public boolean isMoveSupported()
move(oracle.ide.scm.SCMFile[], oracle.ide.scm.SCMFile[])
method is unsupported.isMoveSupported
in interface SCMFileSystem
public void move(SCMFile[] srcs, SCMFile[] dsts) throws SCMException
move
in interface SCMFileSystem
java.lang.UnsupportedOperationException
- always, since this method is not supported.public boolean isRemoveSupported()
remove(oracle.ide.scm.SCMFile[])
method is unsupported.isRemoveSupported
in interface SCMFileSystem
public void remove(SCMFile[] files) throws SCMException
remove
in interface SCMFileSystem
java.lang.UnsupportedOperationException
- always, since this method is not supported.protected final SCMOperationRuntime getRuntime()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |