Class ConfigurationOptionsEndpointImpl
- java.lang.Object
-
- org.jboss.windup.web.services.rest.ConfigurationOptionsEndpointImpl
-
- All Implemented Interfaces:
ConfigurationOptionsEndpoint
public class ConfigurationOptionsEndpointImpl extends Object implements ConfigurationOptionsEndpoint
- Author:
- Jesse Sightler
-
-
Field Summary
-
Fields inherited from interface org.jboss.windup.web.services.rest.ConfigurationOptionsEndpoint
CONFIGURATION_OPTIONS_PATH, VALIDATE_OPTION
-
-
Constructor Summary
Constructors Constructor Description ConfigurationOptionsEndpointImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.jboss.windup.config.ConfigurationOption>getAllOptions()Gets a list of options available from the server.org.jboss.windup.config.ValidationResultvalidateOption(Long analysisContextId, AdvancedOption advancedOption)Validates the provided option and returns the result.
-
-
-
Method Detail
-
getAllOptions
public List<org.jboss.windup.config.ConfigurationOption> getAllOptions()
Description copied from interface:ConfigurationOptionsEndpointGets a list of options available from the server.- Specified by:
getAllOptionsin interfaceConfigurationOptionsEndpoint
-
validateOption
public org.jboss.windup.config.ValidationResult validateOption(Long analysisContextId, AdvancedOption advancedOption)
Description copied from interface:ConfigurationOptionsEndpointValidates the provided option and returns the result.- Specified by:
validateOptionin interfaceConfigurationOptionsEndpoint
-
-