| Package | Description | 
|---|---|
| oracle.jdeveloper.compiler | 
| Modifier and Type | Method and Description | 
|---|---|
static OjcConfiguration | 
OjcConfiguration.getInstance(PropertyStorage project)
Deprecated. 
 
Use BuildSystemConfiguration.getInstance(PropertyStorage)
 or CompilerOptionManager.getInstance(PropertyStorage)
  Returns an OjcConfiguration instance for the specified project. 
 | 
static OjcConfiguration | 
OjcConfiguration.getOjcConfiguration(Project project,
                   java.lang.String configName)
Deprecated. 
 
Call  
getInstance(oracle.javatools.data.PropertyStorage) instead |