Skip navigation links 
 
oracle.ide.model
Class ResourcePaths
java.lang.Object
  
oracle.javatools.data.HashStructureAdapter
      
oracle.ide.model.ResourcePaths
- 
public class ResourcePaths
 
- extends HashStructureAdapter
 
This class holds the Resources content set data. Changes to this class may require the related project migrator to be updated in order to properly migrate project properties.
- See Also:
 
ResourcePathsMigrator 
 
 
  
 
 
| Methods inherited from class oracle.javatools.data.HashStructureAdapter | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals | 
 
| Methods inherited from class java.lang.Object | 
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DATA_KEY
public static final java.lang.String DATA_KEY
- 
- See Also:
 
- Constant Field Values
 
 
RESOURCES_CONTENT_SET_LOCAL_KEY
public static final java.lang.String RESOURCES_CONTENT_SET_LOCAL_KEY
- 
- See Also:
 
- Constant Field Values
 
 
RESOURCES_CONTENT_SET_KEY
public static final java.lang.String RESOURCES_CONTENT_SET_KEY
- The key used to identify the Resources HashStructure.
- See Also:
 
- Constant Field Values
 
 
PROJECT_RESOURCES_PATH
public static final java.lang.String PROJECT_RESOURCES_PATH
- 
- See Also:
 
- Constant Field Values
 
 
getInstance
public static ResourcePaths getInstance(PropertyStorage storage)
- Retrieves an instance of 
ResourcePaths for the specified PropertyStorage. 
- 
- Parameters:
 
storage - The PropertyStorage object holding the properties 
- Returns:
 
- a new 
ResourcePaths instance for manipulating the settings 
 
getResourcesContentSet
public ContentSet getResourcesContentSet()
getProjectResourcesPath
public URLPath getProjectResourcesPath()
setProjectResourcesPath
public boolean setProjectResourcesPath(URLPath urlPath)
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.