Skip navigation links 
 
oracle.javatools.data
Interface PropertyStorage
- All Known Subinterfaces:
 
- TransferTarget
 
- All Known Implementing Classes:
 
- DataContainer, DeploymentModule, HashStructureNode, IdeSystem, Preferences, Project, ProviderNode, ProviderSettings, RunConfiguration, TransferDescriptor, Workspace
 
- 
public interface PropertyStorage
 
The PropertyStorage interface defines a single generic entry point for accessing properties stored in HashStructure format, such as Project Properties and IDE Preferences.
 
| Field Summary | 
static java.lang.String | 
DATA_KEY 
            | 
  
 
 
 
DATA_KEY
static final java.lang.String DATA_KEY
- 
- See Also:
 
- Constant Field Values
 
 
getProperties
HashStructure getProperties()
- 
- Returns:
 
- The 
HashStructure wrapped by this PropertyStorage. 
 
Skip navigation links 
 
Copyright © 1997, 2014, Oracle. All rights reserved.