oracle.jdeveloper.vcs.share
Class ShareApplicationCommand
java.lang.Object
   oracle.ide.controller.Command
oracle.ide.controller.Command
       oracle.jdeveloper.vcs.spi.VCSCommand
oracle.jdeveloper.vcs.spi.VCSCommand
           oracle.jdeveloper.vcs.share.ShareApplicationCommand
oracle.jdeveloper.vcs.share.ShareApplicationCommand
- public class ShareApplicationCommand 
- 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, getURLFilter, initializeCommandStyle, initializeCommandType, isAvailable, isAvailableImpl, 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 | 
 
ShareApplicationCommand
public ShareApplicationCommand()
getShareApplicationAction
public static final IdeAction getShareApplicationAction()
- 
 
getNodeOperand
protected Node getNodeOperand()
- 
 
- 
 
getDialogItemDescription
protected java.lang.String getDialogItemDescription(java.lang.String systemLabel)
- 
 
- 
 
getDialogTitle
protected java.lang.String getDialogTitle()
- 
 
- 
 
getShareAction
protected static final IdeAction getShareAction(int cmdId,
                                                java.lang.String cmd,
                                                java.lang.String text)
- 
 
isAvailableImpl
protected boolean isAvailableImpl()
                           throws java.lang.Exception
- Description copied from class: VCSCommand
- Asks whether the command is available for the current context.
 
- 
- Overrides:
- isAvailableImplin class- VCSCommand
 
- 
- Returns:
- trueif the command style is- VCSCommandStyle.NORMAL, otherwise calls- VCSCommand.isAvailableImpl(Locatable[])with contextual locatables.
- Throws:
- java.lang.Exception
 
doitImpl
protected int doitImpl()
- Description copied from class: VCSCommand
- Executes the actions associated with a specific version control command (implementation).
 
- 
- Specified by:
- doitImplin class- VCSCommand
 
- 
- Returns:
- Command.OK, Command.CANCEL, VCSCommand.NOOP, VCSCommand.ERROR - or any negative value to indicate command failure.
 
Copyright © 1997, 2011, Oracle. All rights reserved.