|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VCSStatus | |
|---|---|
| oracle.jdeveloper.vcs.annotations | |
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.generic | |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. |
| oracle.jdeveloper.vcs.util | Contains assorted stateless utilities for version control system integraton. |
| Uses of VCSStatus in oracle.jdeveloper.vcs.annotations |
|---|
| Methods in oracle.jdeveloper.vcs.annotations with parameters of type VCSStatus | |
|---|---|
protected abstract boolean |
AnnotationsCommand.isUnmodifiedStatus(VCSStatus status) |
| Uses of VCSStatus in oracle.jdeveloper.vcs.changelist |
|---|
| Methods in oracle.jdeveloper.vcs.changelist with parameters of type VCSStatus | |
|---|---|
void |
ChangeList.refilter(VCSStatus[] filterStatuses)Deprecated. replaced by ChangeList.refilter(oracle.jdeveloper.vcs.spi.VCSStatus[]) |
void |
ChangeList.setFilterStatuses(VCSStatus[] filterStatuses) |
void |
ChangeList.setVisibleStatuses(VCSStatus[] statuses)Set the statuses that will be displayed in this change list. |
| Uses of VCSStatus in oracle.jdeveloper.vcs.changeset |
|---|
| Methods in oracle.jdeveloper.vcs.changeset with parameters of type VCSStatus | |
|---|---|
abstract boolean |
ChangeSetAdapter.isChanged(VCSStatus status) |
| Uses of VCSStatus in oracle.jdeveloper.vcs.generic |
|---|
| Methods in oracle.jdeveloper.vcs.generic that return VCSStatus | |
|---|---|
VCSStatus |
VCSProfile.getStatusInstance(java.lang.String id) |
| Methods in oracle.jdeveloper.vcs.generic with parameters of type VCSStatus | |
|---|---|
void |
StatusResolver.populateStatuses(VCSProfile profile, java.net.URL[] urls, VCSStatus[] statuses) |
| Uses of VCSStatus in oracle.jdeveloper.vcs.spi |
|---|
| Fields in oracle.jdeveloper.vcs.spi declared as VCSStatus | |
|---|---|
static VCSStatus |
VCSStatusConstants.STATUS_CHECKED_INStatus constant indicating that a file is versioned and checked in. |
static VCSStatus |
VCSStatusConstants.STATUS_CHECKED_OUTStatus constant indicating that a file is versioned and checked out. |
static VCSStatus |
VCSStatusConstants.STATUS_UNRECOGNIZEDStatus constant indicating that the source control system does not handle the associated file, or cannot determine the state. |
static VCSStatus |
VCSStatusConstants.STATUS_UNVERSIONEDStatus constant indicating that a file is not versioned. |
static VCSStatus |
VCSStatusConstants.STATUS_VERSIONEDStatus constant indicating that a file is versioned, but neither checked in or checked out. |
| Methods in oracle.jdeveloper.vcs.spi that return VCSStatus | |
|---|---|
VCSStatus |
VCSStatusCache.get(java.net.URL url)Gets the status of a single URL. |
VCSStatus[] |
VCSStatusCache.get(java.net.URL[] urls)Gets the version statuses for the given URLs. |
VCSStatus |
VCSOverlayItem.getStatus()Gets the described version status object. |
VCSStatus[] |
VCSExtension.getStatus(java.net.URL[] urls)Gets version control statuses for the given URLs. |
| Methods in oracle.jdeveloper.vcs.spi with parameters of type VCSStatus | |
|---|---|
boolean |
VCSStatusFilter.accept(VCSStatus status)Asks whether the given VCSStatus is accepted by this filter. |
protected VCSStatusFilter |
VCSCommand.createStatusFilter(VCSStatus[] statuses)Creates a VCSStatus filter that accepts only the given statuses. |
protected abstract void |
VCSStatusCache.getImpl(java.net.URL[] urls, VCSStatus[] statuses)Gets current statuses for the given URLs, populating the status array. |
boolean |
VCSExtension.isConflictsStatus(VCSStatus status)Asks whether the given status indicates that diff3-style merge conflicts are present in the file. |
protected IconOverlay |
VCSOverlayItemProducer.produceOverlay(java.net.URL url, VCSStatus status)Produce the overlay object for the given URL and status. |
protected IconOverlay[] |
VCSOverlayItemProducer.produceOverlays(java.net.URL[] urls, VCSStatus[] statuses) |
| Constructors in oracle.jdeveloper.vcs.spi with parameters of type VCSStatus | |
|---|---|
VCSOverlayItem(VCSStatus status, IconOverlay overlay)Constructor. |
|
| Uses of VCSStatus in oracle.jdeveloper.vcs.util |
|---|
| Methods in oracle.jdeveloper.vcs.util that return VCSStatus | |
|---|---|
static VCSStatus |
VCSDefaultUtils.createRecognizedStatus(boolean versioned, javax.swing.Icon icon, java.lang.String tooltip)Creates a recognized version status object with the given information. |
static VCSStatus |
VCSDefaultUtils.createUnrecognizedStatus()Creates a unrecognized version status object with no information. |
| Methods in oracle.jdeveloper.vcs.util with parameters of type VCSStatus | |
|---|---|
static VCSStatusFilter |
VCSStatusFilters.createStatusFilter(VCSStatus[] statuses)Creates a VCSStatus filter that accepts only the given statuses. |
static java.util.Collection<Locatable> |
VCSCommandUtils.getFilteredSelection(Locatable[] locatables, VCSStatusCache cache, VCSStatus[] statuses)Gets the locatable selection, filtered for the given file statuses. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||