oracle.jdeveloper.vcs.changeset.cmd
Class UnsetDefaultChangeSetCommand
java.lang.Object
  
oracle.ide.controller.Command
      
oracle.jdeveloper.vcs.changeset.cmd.UnsetDefaultChangeSetCommand
public class UnsetDefaultChangeSetCommand
- 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 | 
 
UnsetDefaultChangeSetCommand
public UnsetDefaultChangeSetCommand()
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)
 
Copyright © 1997, 2013, Oracle. All rights reserved.