| Constructor and Description |
|---|
AbstractRepo(String command) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkResult(org.apache.maven.plugin.logging.Log logger,
int code) |
abstract boolean |
doesContainCVS(File folder) |
int |
execute(String customCommand,
org.apache.maven.plugin.logging.Log logger,
File cvsFolder,
String... args) |
String |
getCommand() |
boolean |
prepareFolder(org.apache.maven.plugin.logging.Log logger,
ProxySettings proxy,
String customExe,
File cvsFolder) |
boolean |
processCVSForCustomOptions(org.apache.maven.plugin.logging.Log logger,
ProxySettings proxy,
File cvsFolder,
String customCommand,
String... options) |
abstract boolean |
processCVSRequisites(org.apache.maven.plugin.logging.Log logger,
ProxySettings proxy,
String customCommand,
File cvsFolder,
String branchId,
String tagId,
String revisionId) |
public int execute(@Nullable String customCommand, @Nonnull org.apache.maven.plugin.logging.Log logger, @Nonnull File cvsFolder, @Nonnull @MustNotContainNull String... args)
protected boolean checkResult(@Nonnull org.apache.maven.plugin.logging.Log logger, int code)
public boolean prepareFolder(@Nonnull org.apache.maven.plugin.logging.Log logger, @Nullable ProxySettings proxy, @Nullable String customExe, @Nonnull File cvsFolder)
public boolean processCVSForCustomOptions(@Nonnull org.apache.maven.plugin.logging.Log logger, @Nullable ProxySettings proxy, @Nonnull File cvsFolder, @Nullable String customCommand, @Nonnull @MustNotContainNull String... options)
Copyright © 2016–2019 Igor Maznitsa. All rights reserved.