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, removeListener
public DocAsCode()
public DocAsCode(DocAsCodeRepository repo)
public static List<String> getVersionInformations() throws DocAsCodeException
DocAsCodeException
public void close()
close
in interface AutoCloseable
public static DocAsCode open(File dir) throws DocAsCodeException
DocAsCodeException
public static DocAsCode open() throws DocAsCodeException
DocAsCodeException
public 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
DocAsCodeException
public static String getBuildNumber() throws DocAsCodeException
DocAsCodeException
public static ACIDCommand acid()
public static ConvertCommand convert()
public DocAsCodeRepository getRepository() throws DocAsCodeException
DocAsCodeException
Copyright © 2019. All rights reserved.