Class SourceOptions
java.lang.Object
org.springframework.boot.cli.command.options.SourceOptions
Extract source file options (anything following '--' in an
OptionSet
).- Since:
- 1.0.0
- Author:
- Phillip Webb, Dave Syer, Greg Turnquist, Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionSourceOptions
(List<?> arguments) Create a newSourceOptions
instance.SourceOptions
(joptsimple.OptionSet options) Create a newSourceOptions
instance.SourceOptions
(joptsimple.OptionSet optionSet, ClassLoader classLoader) Create a newSourceOptions
instance. -
Method Summary
-
Constructor Details
-
SourceOptions
public SourceOptions(joptsimple.OptionSet options) Create a newSourceOptions
instance.- Parameters:
options
- the source option set
-
SourceOptions
Create a newSourceOptions
instance.- Parameters:
arguments
- the source arguments
-
SourceOptions
Create a newSourceOptions
instance. If it is an error to pass options that specify non-existent sources, but the default paths are allowed not to exist (the paths are tested before use). If default paths are provided and the option set contains no source file arguments it is not an error even if none of the default paths exist.- Parameters:
optionSet
- the source option setclassLoader
- an optional classloader used to try and load files that are not found in the local filesystem
-
-
Method Details
-
getArgs
-
getArgsArray
-
getSources
-
getSourcesArray
-