Package | Description |
---|---|
oracle.jdeveloper.vcs.generic |
Modifier and Type | Field and Description |
---|---|
protected VCSProfile |
VCSHistoryEntry._profile |
Modifier and Type | Method and Description |
---|---|
protected abstract VCSProfile |
PendingChangesAdapter.getProfile() |
protected VCSProfile |
ActionCommand.getProfile() |
VCSProfile |
VCSProfiles.getProfile(java.lang.String id)
Deprecated.
|
VCSProfile |
VCSProfileRegistry.getProfile(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
protected int |
ActionCommand.doitImpl(VCSProfile profile) |
protected int |
ActionCommand.doitImplInvoke(VCSProfile profile, Locatable[] locatables) |
protected CommandState |
ActionCommand.getCommandState(VCSProfile profile, Locatable[] locatables)
Prepares a
VCSCommandState for the ActionCommand based on the supplied context Locatable s and VCSProfile . |
abstract java.lang.String |
DynamicCommandChooser.getDynamicCommandId(VCSProfile profile, Context context)
Deprecated.
|
protected Locatable[] |
ActionCommand.getOperands(VCSProfile profile)
Retrieves the operable locatables for this
ActionCommand . |
protected boolean |
ActionCommand.invokeCommand(VCSProfile profile, CommandState commandState) |
protected boolean |
ActionCommand.invokeCommandImpl(VCSProfile profile, CommandState commandState, java.awt.Component parentUi, java.util.Map options) |
protected boolean |
ActionCommand.invokeCommandSilently(VCSProfile profile, CommandState commandState) |
protected boolean |
ActionCommand.invokeCommandSilentlyImpl(VCSProfile profile, CommandState commandState, java.util.Map options) |
protected boolean |
ActionCommand.isAvailableImpl(VCSProfile profile) |
protected boolean |
ActionCommand.isChangeListAction(View view, VCSProfile profile)
Determines whether or not this action has originated from a
ChangeList containing view. |
protected boolean |
ActionCommand.isDialogRequired(ChangeListWindow changeListWindow, VCSProfile profile) |
boolean |
EditableRequirement.isSatisfied(VCSProfile profile, Context context, Controller controller) |
boolean |
ActionRequirement.isSatisfied(VCSProfile profile, Context context, Controller controller) |
protected boolean |
ActionCommand.isSilent(Context context, VCSProfile profile)
Determines whether or not the action should be invoked silently, i.e.
|
protected boolean |
ActionCommand.locatablesValid(VCSProfile profile) |
void |
StatusResolver.populateStatuses(VCSProfile profile, java.net.URL[] urls, VCSStatus[] statuses) |
protected void |
ActionCommand.postInvoke(VCSProfile profile, CommandState commandState)
Handles housekeeping duties necessary after invocation of the command on the underlying vcs.
|
protected boolean |
ActionCommand.requirementsSatisfied(VCSProfile profile) |
protected void |
ActionCommand.setCommandSpecificCustomizerOptions(VCSProfile profile, VCSOptionsCustomizer customizer)
Give implemening subclasses a chance to poke values into the customizer
|
void |
ActionCommand.setProfile(VCSProfile profile) |
Constructor and Description |
---|
VCSHistoryEntry(java.net.URL url, VCSProfile profile) |