public class SkipReportsRenderingOption extends AbstractConfigurationOption
| Constructor and Description |
|---|
SkipReportsRenderingOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns descriptive text that may be more lengthy and descriptive (for example, "Excludes the specified Java packages from Windup's scans").
|
String |
getLabel()
Return a short amount of descriptive text regarding the option (for example, "Exclude Packages").
|
String |
getName()
Returns the name of the parameter.
|
Class<?> |
getType()
Returns the datatype for this Option (typically File, String, or List
|
InputType |
getUIType()
Returns a type that can be used as a hint to indicate what type of user interface should be presented for this option.
|
boolean |
isRequired()
Indicates whether or not this option must be specified.
|
ValidationResult |
validate(Object value)
Validate the user indicated value and return the result.
|
getAvailableValues, getDefaultValue, getPriority, setAvailableValuespublic static final String NAME
public String getDescription()
ConfigurationOptionpublic String getName()
ConfigurationOptionpublic String getLabel()
ConfigurationOptionpublic Class<?> getType()
ConfigurationOptionpublic InputType getUIType()
ConfigurationOptionpublic boolean isRequired()
ConfigurationOptionpublic ValidationResult validate(Object value)
ConfigurationOptionCopyright © 2021 JBoss by Red Hat. All rights reserved.