public abstract class DotnetBuckConfig extends Object implements ConfigView<BuckConfig>
Constructor and Description |
---|
DotnetBuckConfig() |
Modifier and Type | Method and Description |
---|---|
Optional<ToolProvider> |
getCsharpCompiler() |
abstract BuckConfig |
getDelegate() |
static DotnetBuckConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate
in interface ConfigView<BuckConfig>
public static DotnetBuckConfig of(BuckConfig delegate)
public Optional<ToolProvider> getCsharpCompiler()