public class DocAsCode extends APIEventListener implements AutoCloseable
| Constructor and Description |
|---|
DocAsCode() |
DocAsCode(DocAsCodeRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
static ACIDCommand |
acid() |
AddCommand |
add() |
BuildCommand |
build() |
void |
close() |
static ConvertCommand |
convert() |
DeployCommand |
deploy() |
DiffCommand |
diff() |
static String |
getBuildNumber() |
DocAsCodeRepository |
getRepository() |
static String |
getVersion() |
static List<String> |
getVersionInformations() |
static InitCommand |
init() |
MergeCommand |
merge() |
static DocAsCode |
open() |
static DocAsCode |
open(File dir) |
PostCommitCommand |
postCommit() |
PreCommitCommand |
preCommit() |
RemoveCommand |
remove() |
static UpdateCommand |
update() |
addListener, fireEvent, log, progresspublic DocAsCode()
public DocAsCode(DocAsCodeRepository repo)
public static List<String> getVersionInformations() throws DocAsCodeException
DocAsCodeExceptionpublic void close()
close in interface AutoCloseablepublic static DocAsCode open(File dir) throws DocAsCodeException
DocAsCodeExceptionpublic static DocAsCode open() throws DocAsCodeException
DocAsCodeExceptionpublic static UpdateCommand update()
public static InitCommand init()
public AddCommand add()
public BuildCommand build()
public RemoveCommand remove()
public PreCommitCommand preCommit()
public PostCommitCommand postCommit()
public DiffCommand diff()
public DeployCommand deploy()
public MergeCommand merge()
public static String getVersion() throws DocAsCodeException
DocAsCodeExceptionpublic static String getBuildNumber() throws DocAsCodeException
DocAsCodeExceptionpublic static ACIDCommand acid()
public static ConvertCommand convert()
public DocAsCodeRepository getRepository() throws DocAsCodeException
DocAsCodeExceptionCopyright © 2019. All rights reserved.