| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentSet | |
|---|---|
| oracle.ide.cmd | Contains classes implementing several JDeveloper commands. | 
| oracle.ide.dependency | Provides information about the dependencies between files in an application. | 
| oracle.ide.dependency.index | Provides the ability to store and retrieve dependency information using the index. | 
| oracle.ide.file | Classes and interfaces used to track changes to files. | 
| oracle.ide.index | Classes used to build and query indexes of source files. | 
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. | 
| oracle.jdeveloper.offlinedb.model | Classes that define an offline database's settings and properties. | 
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdeveloper.webapp.utils | |
| Uses of ContentSet in oracle.ide.cmd | 
|---|
| Fields in oracle.ide.cmd declared as ContentSet | |
|---|---|
protected  ContentSet | 
SaveAsCommand._sourceContentSet
 | 
| Uses of ContentSet in oracle.ide.dependency | 
|---|
| Methods in oracle.ide.dependency with parameters of type ContentSet | |
|---|---|
 boolean | 
Scope.isIncluded(Project project,
           ContentSet content,
           java.net.URL url)
Determine whether a URL in included in this scope.  | 
| Uses of ContentSet in oracle.ide.dependency.index | 
|---|
| Methods in oracle.ide.dependency.index that return ContentSet | |
|---|---|
protected  ContentSet | 
IndexReferenceProvider.getContentSet(Context context,
              Project project,
              Declaration declaration)
Get the content set that should be searched for references to a declaration.  | 
| Uses of ContentSet in oracle.ide.file | 
|---|
| Methods in oracle.ide.file that return ContentSet | |
|---|---|
 ContentSet | 
ContentSetScope.getContentSet()
Get the content set for this scope.  | 
| Methods in oracle.ide.file with parameters of type ContentSet | |
|---|---|
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Project project,
                   ContentSet contentSet)
Get the content set roots for a specific content set of a project.  | 
static java.util.Collection<ContentSetRoot> | 
ContentSetRoot.getContentSetRoots(Workspace workspace,
                   ContentSet contentSet)
Get the content set roots for a specific content set of an application.  | 
| Uses of ContentSet in oracle.ide.index | 
|---|
| Methods in oracle.ide.index with parameters of type ContentSet | |
|---|---|
abstract  Index | 
IndexManager.getIndex(Project project,
         ContentSet content)
Deprecated. Use IndexManager.getIndex(Workspace,Project,ContentSet). | 
abstract  Index | 
IndexManager.getIndex(Workspace workspace,
         ContentSet content)
Get the index for the given ContentSet in the application content. | 
abstract  Index | 
IndexManager.getIndex(Workspace workspace,
         Project project,
         ContentSet content)
Get the index for the given ContentSet in the scope of the given
 project. | 
| Uses of ContentSet in oracle.ide.model | 
|---|
| Methods in oracle.ide.model that return ContentSet | |
|---|---|
 ContentSet | 
ProjectContent.getAllContents()
 | 
 ContentSet | 
ApplicationContent.getAllContents()
 | 
protected  ContentSet | 
ContentSetHelper.getApplicationBaseContentSet(ApplicationContent applicationContent)
Gets the top-level content set for this application-level ContentSetHelper.  | 
protected  ContentSet | 
ContentSetHelper.getBaseContentSet(ProjectContent projectContent)
Gets the top-level content set for this ContentSetHelper.  | 
 ContentSet | 
ContentSetFolder.getContentSet()
 | 
 ContentSet | 
ContentSet.getContentSet(int index)
 | 
 ContentSet | 
ProjectContent.getContentSet(java.lang.String contentSetKey)
Returns a ContentSet adapter that wraps the HashStructure located at the specified key within the project.  | 
 ContentSet | 
ApplicationContent.getContentSet(java.lang.String contentSetKey)
Returns a ContentSet adapter that wraps the HashStructure located at the specified key within the workspace.  | 
static ContentSet | 
ContentSet.getInstance(PropertyStorage project,
            java.lang.String contentSetKey)
Creates a ContentSet wrapper for the HashStructure in the project at the specified key.  | 
 ContentSet | 
ResourcePaths.getResourcesContentSet()
 | 
protected  ContentSet | 
ContentSetHelper.newApplicationContentSet()
Creates a new constituent content set  | 
protected  ContentSet | 
ContentSetHelper.newContentSet()
Creates a new constituent content set.  | 
 ContentSet | 
ContentSet.setContentSet(int index,
              ContentSet contentSet)
 | 
| Methods in oracle.ide.model with parameters of type ContentSet | |
|---|---|
protected  void | 
ContentSetHelper.addContentImpl(java.net.URL url,
               ContentSet contentSet,
               boolean includeSubFolders,
               ProgressBar progressBar)
Adds the URL to the content set.  | 
 void | 
ContentSet.addContentSet(ContentSet contentSet)
 | 
 void | 
ContentSetProvider.initContentSet(ContentSet contentSet,
               java.net.URL projectDir,
               Context context)
Deprecated. No replacement. This method was designed to allow content set providers to setup the default paths for their content; that data is now defined declaratively.  | 
 void | 
ContentSetProviderReference.initContentSet(ContentSet contentSet,
               java.net.URL projectDir,
               Context context)
 | 
static ContentLevel | 
ContentLevel.newInstance(ContentSet contentSet,
            IntersectedFilters filters)
 | 
static ContentLevel | 
ContentLevel.newInstanceForHideDirs(ContentSet contentSet,
                       PatternFilters workingSetFilters,
                       boolean displayFoldersAsPackages)
 | 
protected  void | 
ContentSetHelper.removeContentImpl(java.net.URL url,
                  ContentSet contentSet)
Creates an exclude filter to exclude the URL from the content set.  | 
protected  boolean | 
ContentSetHelper.restoreContentImpl(java.net.URL url,
                   ContentSet contentSet)
Restores a URL which has been excluded from a content set.  | 
 ContentSet | 
ContentSet.setContentSet(int index,
              ContentSet contentSet)
 | 
protected  boolean | 
ContentSetHelper.unExclude(java.lang.String pattern,
          ContentSet contentSet)
Adjusts the filters in the supplied content set to include the relative path described by pattern. | 
| Uses of ContentSet in oracle.jdeveloper.model | 
|---|
| Methods in oracle.jdeveloper.model that return ContentSet | |
|---|---|
 ContentSet | 
ApplicationContent.getContentSet(java.lang.String contentSetKey)
Returns a ContentSet adapter that wraps the HashStructure located at the specified key within the workspace.  | 
 ContentSet | 
J2eeSettings.getHtmlContentSet()
 | 
 ContentSet | 
PathsConfiguration.getJavaContentSet()
 | 
| Methods in oracle.jdeveloper.model with parameters of type ContentSet | |
|---|---|
 void | 
ResourcesContentSetProvider.initContentSet(ContentSet contentSet,
               java.net.URL projectDir,
               Context context)
 | 
 void | 
ContentSetPanel.loadFrom(Project project,
         ContentSet contentSet)
Initializes the panel from the supplied Project
 and ContentSet. | 
| Uses of ContentSet in oracle.jdeveloper.offlinedb.model | 
|---|
| Methods in oracle.jdeveloper.offlinedb.model that return ContentSet | |
|---|---|
 ContentSet | 
OfflineDBProjectSettings.getContentSet()
Returns the ContentSet for these OfflineDBProjectSettings.  | 
| Methods in oracle.jdeveloper.offlinedb.model with parameters of type ContentSet | |
|---|---|
static void | 
OfflineDBProjectSettings.ensureContentSetDefaults(ContentSet contentSet,
                         Project proj)
 | 
| Uses of ContentSet in oracle.jdeveloper.vcs.changelist | 
|---|
| Methods in oracle.jdeveloper.vcs.changelist that return ContentSet | |
|---|---|
 ContentSet | 
ChangeListProjectContent.getContentSet(Project project)
 | 
| Uses of ContentSet in oracle.jdeveloper.vcs.spi | 
|---|
| Methods in oracle.jdeveloper.vcs.spi that return ContentSet | |
|---|---|
abstract  ContentSet | 
VCSApplicationSystem.ContentSetProxy.getContentSet(Project project)
 | 
| Uses of ContentSet in oracle.jdeveloper.webapp.utils | 
|---|
| Methods in oracle.jdeveloper.webapp.utils that return ContentSet | |
|---|---|
protected static ContentSet | 
IndexingUtils.getContentSet(Project project)
 | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||