public abstract class CleanCommandBuckConfig extends Object implements ConfigView<BuckConfig>
buck clean
command.Constructor and Description |
---|
CleanCommandBuckConfig() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<String> |
getCleanAdditionalPaths() |
com.google.common.collect.ImmutableList<String> |
getCleanExcludedCaches() |
abstract BuckConfig |
getDelegate() |
static CleanCommandBuckConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate
in interface ConfigView<BuckConfig>
public static CleanCommandBuckConfig of(BuckConfig delegate)
@Value.Lazy public com.google.common.collect.ImmutableList<String> getCleanAdditionalPaths()
@Value.Lazy public com.google.common.collect.ImmutableList<String> getCleanExcludedCaches()