public abstract class ProjectGeneratorParameters extends Object
Constructor and Description |
---|
ProjectGeneratorParameters() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.function.Function<Iterable<String>,com.google.common.collect.ImmutableList<TargetNodeSpec>> |
getArgsParser() |
abstract CommandRunnerParams |
getCommandRunnerParams() |
Config |
getConfig() |
Console |
getConsole() |
abstract boolean |
getEnableParserProfiling() |
Parser |
getParser() |
Path |
getPath() |
DirtyPrintStreamDecorator |
getStdErr() |
DirtyPrintStreamDecorator |
getStdOut() |
abstract boolean |
isDryRun() |
abstract boolean |
isWithoutDependenciesTests() |
abstract boolean |
isWithoutTests() |
abstract boolean |
isWithTests() |
public abstract CommandRunnerParams getCommandRunnerParams()
public Console getConsole()
public DirtyPrintStreamDecorator getStdErr()
public DirtyPrintStreamDecorator getStdOut()
public Config getConfig()
public Parser getParser()
public Path getPath()
public abstract boolean isDryRun()
public abstract boolean isWithTests()
public abstract boolean isWithoutTests()
public abstract boolean isWithoutDependenciesTests()
public abstract boolean getEnableParserProfiling()
public abstract java.util.function.Function<Iterable<String>,com.google.common.collect.ImmutableList<TargetNodeSpec>> getArgsParser()