Modifier and Type | Required Element and Description |
---|---|
String |
property
Returns the configuration property name.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue
The option's default value.
|
String |
description
Returns a description of the property.
|
boolean |
required
Indicates whether a configuration value is required.
|
public abstract String property
For example: "java.vendor", etc
public abstract boolean required
If no default is specified and no value is defined for the property then the configuration will fail.
public abstract String defaultValue
public abstract String description
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.