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, progress, removeListenerpublic DocAsCode()
throws NotADocAsCodeRepository
NotADocAsCodeRepositorypublic DocAsCode(DocAsCodeRepository repo) throws NotADocAsCodeRepository
NotADocAsCodeRepositorypublic static List<String> getVersionInformations() throws DocAsCodeException
DocAsCodeExceptionpublic void close()
close in interface AutoCloseablepublic static DocAsCode open(File dir) throws NotADocAsCodeRepository
NotADocAsCodeRepositorypublic static DocAsCode open() throws NotADocAsCodeRepository
NotADocAsCodeRepositorypublic 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.