oracle.javatools.data
Interface PropertyStorage
- All Known Implementing Classes: 
 - DataContainer, 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. 
 
Copyright © 1997, 2011, Oracle. All rights reserved.