|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@SystemProvided public interface Parameter
Parameter set for the build configuration, or the specified build parameter.
| Method Summary | |
|---|---|
ControlDescription |
getControlDescription()
|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
boolean |
isEnvironmentVariable()
Returns true if this parameter is an environment variable |
boolean |
isSystemProperty()
Returns true if this parameter is a system property |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
@NotNull java.lang.String getName()
@NotNull java.lang.String getValue()
boolean isSystemProperty()
boolean isEnvironmentVariable()
@Nullable ControlDescription getControlDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||