Uses of Class
net.sf.jnati.deploy.artefact.Artefact

Packages that use Artefact
net.sf.jnati.deploy   
net.sf.jnati.deploy.artefact   
net.sf.jnati.deploy.repository   
net.sf.jnati.deploy.resolver   
net.sf.jnati.deploy.source   
 

Uses of Artefact in net.sf.jnati.deploy
 

Methods in net.sf.jnati.deploy that return Artefact
 Artefact NativeArtefactLocator.getArtefact(String id, String version)
           
 Artefact NativeArtefactLocator.getArtefact(String id, String version, Properties configuration)
           
static Artefact NativeLibraryLoader.loadLibrary(String id, String version)
           
static Artefact NativeLibraryLoader.loadLibrary(String id, String version, Properties configuration)
           
static Artefact NativeLibraryLoader.loadLibrary(String id, String version, Properties configuration, LibraryLoader loader)
           
 Artefact NativeArtefactLocator.redeployArtefact(Artefact artefact, int index)
           
 

Methods in net.sf.jnati.deploy with parameters of type Artefact
 Artefact NativeArtefactLocator.redeployArtefact(Artefact artefact, int index)
           
 

Uses of Artefact in net.sf.jnati.deploy.artefact
 

Methods in net.sf.jnati.deploy.artefact with parameters of type Artefact
static void ConfigManager.loadConfiguration(Artefact artefact, Properties configuration)
           
 void ManifestReader.read(InputStream is, Artefact artefact)
           
 

Constructors in net.sf.jnati.deploy.artefact with parameters of type Artefact
Artefact(Artefact artefact)
           
 

Uses of Artefact in net.sf.jnati.deploy.repository
 

Methods in net.sf.jnati.deploy.repository with parameters of type Artefact
 boolean LocalRepository.containsArtefact(Artefact artefact)
           
 File LocalRepository.createArtefact(Artefact artefact)
           
 File LocalRepository.createArtefact(Artefact artefact, int index)
           
 List<? extends ArtefactSource> RemoteRepository.getArtefactSource(Artefact artefact)
           
 List<? extends ArtefactSource> LocalRepository.getArtefactSource(Artefact artefact)
           
 List<? extends ArtefactSource> ClasspathRepository.getArtefactSource(Artefact artefact)
           
abstract  List<? extends ArtefactSource> ArtefactRepository.getArtefactSource(Artefact artefact)
           
 List<? extends ArtefactSource> LocalRepository.getArtefactSource(Artefact artefact, int index)
           
 

Uses of Artefact in net.sf.jnati.deploy.resolver
 

Methods in net.sf.jnati.deploy.resolver with parameters of type Artefact
 void ArtefactResolver.resolve(Artefact artefact, ArtefactSource source, File target)
           
 

Uses of Artefact in net.sf.jnati.deploy.source
 

Methods in net.sf.jnati.deploy.source with parameters of type Artefact
 void ArtefactSource.loadManifest(Artefact artefact)
           
 

Constructors in net.sf.jnati.deploy.source with parameters of type Artefact
FileSource(File root, Artefact artefact)
           
JarSource(File file, Artefact artefact)
           
JarSource(JarFile jar, Artefact artefact)
           
TempJarSource(File file, Artefact artefact)
           
UrlSource(URL url, Artefact artefact, String artefactPath)
           
 



Copyright © 2007-2011 Sam Adams. All Rights Reserved.