| Package | Description | 
|---|---|
| oracle.ide.externaltools.macro | 
 Contains APIs related to macros that can be expanded when invoking external tools. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Parameter | 
ParameterizedMacro.findParameter(java.lang.String name)
Find a parameter from its name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.Collection<Parameter> | 
ParameterizedMacro.getSupportedParameters()
Gets the parameters supported by this macro. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.String | 
ParameterizedMacro.getValue(Parameter parameter)
Gets the value of a parameter. 
 | 
void | 
ParameterizedMacro.setValue(Parameter parameter,
        java.lang.String value)
Sets the value of a parameter. 
 |