net.sf.jnati.deploy.artefact
Class Artefact

java.lang.Object
  extended by net.sf.jnati.deploy.artefact.Artefact

public class Artefact
extends Object

Author:
Sam Adams

Constructor Summary
Artefact(Artefact artefact)
           
Artefact(String id, String version)
           
 
Method Summary
 boolean getAllowDownload()
           
 boolean getAllowLocal()
           
 ArtefactDescriptor getArtefactLocation()
           
 boolean getAutoDeploy()
           
 Configuration getConfiguration()
           
 List<ArtefactFile> getFileList()
           
 String getId()
           
 File getLocalRepository()
           
 int getMaxMultideployCount()
           
 String getOsArch()
           
 File getPath()
           
 String getProperty(String key)
           
 List<URL> getRepositoryList()
           
 List<String> getRepositoryUrls()
           
 String getVersion()
           
 boolean isMultideployEnabled()
           
 void setConfiguration(Configuration config)
           
 void setFileList(List<ArtefactFile> fileList)
           
 void setPath(File path)
           
 void setRepositoryList(List<URL> repositoryList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Artefact

public Artefact(String id,
                String version)

Artefact

public Artefact(Artefact artefact)
Method Detail

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.