| Package | Description | 
|---|---|
| oracle.ide.model | 
 Contains interfaces and classes implementing JDeveloper's data model. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ApplicationContent | 
ContentSetHelper._applicationContent  | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationContent | 
ApplicationContent.getInstance(HashStructure hash)  | 
static ApplicationContent | 
ApplicationContent.getInstance(PropertyStorage workspace)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContentSetHelper.addApplicationContent(java.net.URL url,
                     ApplicationContent applicationContent,
                     boolean includeSubFolders,
                     ProgressBar progressBar)
Adds the URL to the ApplicationContent. 
 | 
boolean | 
ContentSetHelper.canAddApplicationContent(java.net.URL url,
                        ApplicationContent applicationContent)
Determines whether or not the URL can be added to the application. 
 | 
protected ContentSet | 
ContentSetHelper.getApplicationBaseContentSet(ApplicationContent applicationContent)
Gets the top-level content set for this application-level ContentSetHelper. 
 | 
boolean | 
ContentSetHelper.restoreApplicationContent(java.net.URL url,
                         ApplicationContent applicationContent)
Restores a URL which has been excluded from the project. 
 |