net.sf.jnati.deploy.repository
Class LocalRepository
java.lang.Object
net.sf.jnati.deploy.repository.ArtefactRepository
net.sf.jnati.deploy.repository.LocalRepository
public class LocalRepository
- extends ArtefactRepository
- Author:
- Sam Adams
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalRepository
public LocalRepository(File root)
containsArtefact
public boolean containsArtefact(Artefact artefact)
getArtefactSource
public List<? extends ArtefactSource> getArtefactSource(Artefact artefact)
- Specified by:
getArtefactSource in class ArtefactRepository
getArtefactSource
public List<? extends ArtefactSource> getArtefactSource(Artefact artefact,
int index)
createArtefact
public File createArtefact(Artefact artefact)
throws NativeCodeException
- Throws:
NativeCodeException
createArtefact
public File createArtefact(Artefact artefact,
int index)
throws NativeCodeException
- Throws:
NativeCodeException
Copyright © 2007-2011 Sam Adams. All Rights Reserved.