public class BuildCommand extends DocAsCodeCommand<org.apache.tools.ant.Project>
Modifier and Type | Class and Description |
---|---|
static class |
BuildCommand.LogLevel |
repo
Constructor and Description |
---|
BuildCommand(DocAsCodeRepository repo) |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.Project |
call() |
Map<String,org.apache.tools.ant.Target> |
listTargets() |
BuildCommand |
setLogLevel(BuildCommand.LogLevel logLevel) |
BuildCommand |
setProperties(Map<String,String> properties) |
BuildCommand |
setTargets(List<String> targets) |
getRepository
addListener, fireEvent, log, progress
public BuildCommand(DocAsCodeRepository repo)
public BuildCommand setTargets(List<String> targets)
public BuildCommand setProperties(Map<String,String> properties)
public BuildCommand setLogLevel(BuildCommand.LogLevel logLevel)
public org.apache.tools.ant.Project call()
call
in interface Callable<org.apache.tools.ant.Project>
call
in class DocAsCodeCommand<org.apache.tools.ant.Project>
Copyright © 2019. All rights reserved.