public class ProjectConfig extends Object implements XProjectConfig
Constructor and Description |
---|
ProjectConfig(String id,
String name,
String version) |
Modifier and Type | Method and Description |
---|---|
File |
getArtifactPath() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getVersion() |
void |
setArtifactPath(File artifactPath) |
void |
setDescription(String description) |
public String getId()
getId
in interface XProjectConfig
public String getName()
getName
in interface XProjectConfig
public String getVersion()
getVersion
in interface XProjectConfig
public String getDescription()
getDescription
in interface XProjectConfig
public void setDescription(String description)
public File getArtifactPath()
getArtifactPath
in interface XProjectConfig
public void setArtifactPath(File artifactPath)
Copyright © 2016–2019 AdroitLogic. All rights reserved.