Skip navigation links 
 
oracle.jdeveloper.vcs.share
Class ShareProjectCommand
java.lang.Object
  
oracle.ide.controller.Command
      
oracle.jdeveloper.vcs.spi.VCSCommand
          
oracle.jdeveloper.vcs.share.ShareProjectCommand
- 
public class ShareProjectCommand
 
- 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 | 
 
 
ShareProjectCommand
public ShareProjectCommand()
getShareProjectAction
public static final IdeAction getShareProjectAction()
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:
 
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 
 
doitImpl
protected int doitImpl()
- 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.
 
 
Skip navigation links 
 
Copyright © 1997, 2014, Oracle. All rights reserved.