net.sf.jnati.deploy.artefact
Class Artefact
java.lang.Object
net.sf.jnati.deploy.artefact.Artefact
public class Artefact
- extends Object
- Author:
- Sam Adams
Artefact
public Artefact(String id,
String version)
Artefact
public Artefact(Artefact artefact)
getId
public String getId()
getVersion
public String getVersion()
getPath
public File getPath()
setPath
public void setPath(File path)
getFileList
public List<ArtefactFile> getFileList()
setFileList
public void setFileList(List<ArtefactFile> fileList)
getRepositoryList
public List<URL> getRepositoryList()
setRepositoryList
public void setRepositoryList(List<URL> repositoryList)
toString
public String toString()
- Overrides:
toString in class Object
getConfiguration
public Configuration getConfiguration()
setConfiguration
public void setConfiguration(Configuration config)
getProperty
public String getProperty(String key)
getOsArch
public String getOsArch()
getLocalRepository
public File getLocalRepository()
getAutoDeploy
public boolean getAutoDeploy()
isMultideployEnabled
public boolean isMultideployEnabled()
getMaxMultideployCount
public int getMaxMultideployCount()
getAllowLocal
public boolean getAllowLocal()
getAllowDownload
public boolean getAllowDownload()
getRepositoryUrls
public List<String> getRepositoryUrls()
getArtefactLocation
public ArtefactDescriptor getArtefactLocation()
Copyright © 2007-2011 Sam Adams. All Rights Reserved.