Skip navigation links 
 
oracle.jdeveloper.vcs.versiontree
Class VersionTreeCommand
java.lang.Object
  
oracle.ide.controller.Command
      
oracle.jdeveloper.vcs.spi.VCSCommand
          
oracle.jdeveloper.vcs.versiontree.VersionTreeCommand
- 
public abstract class VersionTreeCommand
 
- extends VCSCommand
 
- Since:
 
- 11.1.1.0.0
 
 
 
 
  
 
  
 
 
| Methods inherited from class oracle.jdeveloper.vcs.spi.VCSCommand | 
buildContextForEditor, createStatusFilter, doit, fireFileStructureChanged, fireSomeFilesCreated, fireSomeFilesDeleted, getContextLocatables, getExceptionHandler, getExtension, getFilteredSelection, getFilteredSelection, getLocatableURLFilter, getStatusCache, getStatusFilter, initializeCommandStyle, initializeCommandType, isAvailableImpl, isAvailableImpl, isThreaded, noOp, noOpImpl, reloadBuffers, storeTimestamps, updateReadOnlyStates | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
VERSION_TREE_CMD
public static final java.lang.String VERSION_TREE_CMD
VERSION_TREE_CMD_ID
public static final int VERSION_TREE_CMD_ID
VersionTreeCommand
public VersionTreeCommand()
VersionTreeCommand
protected VersionTreeCommand(int cmdId)
getVersionTreeAction
public static final IdeAction getVersionTreeAction(java.lang.String command,
                                                   java.lang.String vcsId)
getURLFilter
protected URLFilter getURLFilter()
- Description copied from class: 
VCSCommand 
- Gets the URL filter controlling locatables in the command context.
 
- 
- Overrides:
 
getURLFilter in class VCSCommand 
 
- 
- Returns:
 
- the command's URL filter.
 
 
isAvailable
public boolean isAvailable()
- 
- Overrides:
 
isAvailable in class VCSCommand 
 
isAvailableImpl
protected boolean isAvailableImpl()
                           throws java.lang.Exception
- Description copied from class: 
VCSCommand 
- Asks whether the command is available for the current context.
 
- 
- Overrides:
 
isAvailableImpl in class VCSCommand 
 
- 
- Returns:
 
true if the command style is VCSCommandStyle.NORMAL, otherwise calls VCSCommand.isAvailableImpl(Locatable[]) with contextual locatables. 
- Throws:
 
java.lang.Exception 
 
isAvailableImpl
protected boolean isAvailableImpl(java.net.URL url)
                           throws java.lang.Exception
- Description copied from class: 
VCSCommand 
- Asks whether the command is available for the current context.
 
- 
- Overrides:
 
isAvailableImpl in class VCSCommand 
 
- 
- Returns:
 
true if either VCSCommand.getStatusCache() or VCSCommand.getStatusFilter() return null, otherwise uses the acceptance value of the status filter. 
- Throws:
 
java.lang.Exception 
 
doitImpl
public int doitImpl()
             throws java.lang.Exception
- Description copied from class: 
VCSCommand 
- Executes the actions associated with a specific version control command (implementation).
 
- 
- Specified by:
 
doitImpl in class VCSCommand 
 
- 
- Returns:
 
- Command.OK, Command.CANCEL, VCSCommand.NOOP, VCSCommand.ERROR - or any negative value to indicate command failure.
 
- Throws:
 
java.lang.Exception 
 
createQuery
protected abstract oracle.ide.vhv.VHVQuery createQuery()
getVersionPath
protected abstract java.lang.String getVersionPath(java.net.URL url)
createCustomizer
protected oracle.ide.vhv.VHVCustomizer createCustomizer()
closeVersionTreeEditors
public static final void closeVersionTreeEditors()
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.