public abstract class ModuleRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_TYPE |
static String |
GZIP_TYPE |
static String |
ZIP_TYPE |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
checkConfig() |
abstract boolean |
deleteBase() |
String |
getArtifactId() |
Path |
getBaseLocation() |
String |
getFileName() |
String |
getGroupId() |
UUID |
getId() |
Path |
getLocalPath(Path localRepo) |
abstract String |
getLogName() |
String |
getMavenArtifactId() |
String |
getMetadataLocation() |
String |
getModuleId() |
String |
getRemoteLocation() |
Optional<String> |
getRestartCommand() |
Optional<String> |
getTestCommand() |
String |
getType() |
String |
getVersion() |
boolean |
isSnapshot() |
boolean |
restart() |
void |
setBaseLocation(String baseLocation) |
void |
setRestart(boolean restart) |
void |
setRestartCommand(String restartCommand) |
void |
setTestCommand(String testCommand) |
void |
setVersion(String version) |
public static final String CONFIG_TYPE
public static final String ZIP_TYPE
public static final String GZIP_TYPE
public String getGroupId()
public String getArtifactId()
public String getVersion()
public void setVersion(String version)
public UUID getId()
public String getModuleId()
public String getMavenArtifactId()
public String getRemoteLocation()
public String getFileName()
public boolean isSnapshot()
public String getMetadataLocation()
public String getType()
public boolean restart()
public void setRestart(boolean restart)
public void setRestartCommand(String restartCommand)
public void setTestCommand(String testCommand)
public Path getBaseLocation()
public void setBaseLocation(String baseLocation)
public abstract boolean deleteBase()
public abstract boolean checkConfig()
public abstract String getLogName()
Copyright © 2018. All rights reserved.