public class ArtifactDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LATEST_VERSION
Version string representing the latest version of an artifact
|
Constructor and Description |
---|
ArtifactDescriptor(String type,
String name,
String version) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
boolean |
getRequiredAtStartup() |
String |
getType() |
String |
getVersion() |
void |
setRequiredAtStartup(boolean value)
Sets whether or not the artifact must be available at startup.
|
public static final String LATEST_VERSION
public void setRequiredAtStartup(boolean value)
The required at startup attribute defaults to false
value
- true if the artifact must be available at startup, false otherwisepublic String getType()
public String getName()
public String getVersion()
public boolean getRequiredAtStartup()
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.