Skip navigation links 
 
oracle.jdeveloper.vcs.changeset.cmd
Class CommitChangeSetCommand
java.lang.Object
   oracle.ide.controller.Command
oracle.ide.controller.Command
       oracle.jdeveloper.vcs.changeset.cmd.CommitChangeSetCommand
oracle.jdeveloper.vcs.changeset.cmd.CommitChangeSetCommand
- 
public class CommitChangeSetCommand
 
- 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 | 
 
 
CommitChangeSetCommand
public CommitChangeSetCommand()
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:
- doitin 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, 2015, Oracle. All rights reserved.