Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.model
Class ResourcePaths

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by 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

Field Summary
static java.lang.String DATA_KEY
           
static java.lang.String PROJECT_RESOURCES_PATH
           
static java.lang.String RESOURCES_CONTENT_SET_KEY
          The key used to identify the Resources HashStructure.
static java.lang.String RESOURCES_CONTENT_SET_LOCAL_KEY
           

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Method Summary
static ResourcePaths getInstance(PropertyStorage storage)
          Retrieves an instance of ResourcePaths for the specified PropertyStorage.
 URLPath getProjectResourcesPath()
           
 ContentSet getResourcesContentSet()
           
 boolean setProjectResourcesPath(URLPath urlPath)
           

 

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

 

Field Detail

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

Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.