JDeveloper SCM API

oracle.ide.scm
Interface SCMContext


public interface SCMContext

This interface provides information about the IDE state. From this interface, operations can obtain the current file selection.


Method Summary
 SCMFile getFile()
          Provides a reference to the file of interest.
 SCMFile[] getSelection()
          Gets the list of files selected in the context.
 

Method Detail

getFile

public SCMFile getFile()
Provides a reference to the file of interest.
Returns:
the selected file.

getSelection

public SCMFile[] getSelection()
Gets the list of files selected in the context.
Returns:
an array of selected files.

Copyright © 2002 Oracle Corporation