类 SourceOptions
- java.lang.Object
- org.springframework.boot.cli.command.options.SourceOptions
public class SourceOptions extends Object
Extract source file options (anything following '--' in anOptionSet).
构造器概要
构造器 构造器 说明 SourceOptions(List<?> arguments)Create a newSourceOptionsinstance.SourceOptions(joptsimple.OptionSet options)Create a newSourceOptionsinstance.SourceOptions(joptsimple.OptionSet optionSet, ClassLoader classLoader)Create a newSourceOptionsinstance.
构造器详细资料
SourceOptions
public SourceOptions(joptsimple.OptionSet options)
Create a newSourceOptionsinstance.- 参数:
options- the source option set
SourceOptions
public SourceOptions(List<?> arguments)
Create a newSourceOptionsinstance.- 参数:
arguments- the source arguments
SourceOptions
public SourceOptions(joptsimple.OptionSet optionSet, ClassLoader classLoader)
Create a newSourceOptionsinstance. 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).- 参数:
optionSet- the source option setclassLoader- an optional classloader used to try and load files that are not found in the local filesystem
方法详细资料
getArgsArray
public String[] getArgsArray()
getSources
public List<String> getSources()
getSourcesArray
public String[] getSourcesArray()