JDeveloper SCM API

oracle.ide.scm
Interface SCMFileContext


public interface SCMFileContext

Constants class for operations to indicate the primary requisite selection context for their enablement. Note that this mechanism does not prevent a selection of multiple files for these types, sensitivity of this kind is provided by the operation adapters. The context refers to the base selection, before optional recursion.


Field Summary
static byte CONTEXT_ANY
          Context constant for all SCM context file selections.
static byte CONTEXT_OTHER
          Context constant for any other SCM context file selection.
static byte CONTEXT_PROJECT
          Context constant for a project selection.
static byte CONTEXT_WORKSPACE
          Context constant for a workspace selection.
 

Field Detail

CONTEXT_WORKSPACE

public static final byte CONTEXT_WORKSPACE
Context constant for a workspace selection.

CONTEXT_PROJECT

public static final byte CONTEXT_PROJECT
Context constant for a project selection.

CONTEXT_OTHER

public static final byte CONTEXT_OTHER
Context constant for any other SCM context file selection.

CONTEXT_ANY

public static final byte CONTEXT_ANY
Context constant for all SCM context file selections.

Copyright © 2002 Oracle Corporation