Skip navigation links
oracle.jdeveloper.vcs.changeset.cmd
Class RemoveFromChangeSetCommand
java.lang.Object
oracle.ide.controller.Command
oracle.jdeveloper.vcs.changeset.cmd.RemoveFromChangeSetCommand
-
public class RemoveFromChangeSetCommand
- extends Command
- Since:
- 11.1.2.0.0 (Shepherd)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveFromChangeSetCommand
public RemoveFromChangeSetCommand()
doit
public int doit()
throws java.lang.Exception
- Description copied from class:
Command
- Executes the actions associated with a specific command. When a command executes successfully, implementations should return OK, otherwise, return CANCEL or any other non-zero value.
-
- Specified by:
doit
in class Command
-
- Throws:
java.lang.Exception
getContextChangeSetAdapter
protected final ChangeSetAdapter getContextChangeSetAdapter()
getContextURLs
protected final java.net.URL[] getContextURLs()
getContextChangeSetName
protected final java.lang.String getContextChangeSetName()
getContextChangeSetURLs
protected final java.net.URL[] getContextChangeSetURLs(java.lang.String name)
throws ChangeSetException
-
- Throws:
ChangeSetException
convertURLsToElements
protected final Element[] convertURLsToElements(java.net.URL[] urls)
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.