net.sf.jnati.deploy
Class NativeArtefactLocator
java.lang.Object
net.sf.jnati.deploy.NativeArtefactLocator
public class NativeArtefactLocator
- extends Object
- Author:
- Sam Adams
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeArtefactLocator
public NativeArtefactLocator()
getArtefact
public Artefact getArtefact(String id,
String version)
throws NativeCodeException
- Throws:
NativeCodeException
getArtefact
public Artefact getArtefact(String id,
String version,
Properties configuration)
throws NativeCodeException
- Throws:
NativeCodeException
redeployArtefact
public Artefact redeployArtefact(Artefact artefact,
int index)
throws NativeCodeException,
IOException
- Throws:
NativeCodeException
IOException
findArtefact
public static ArtefactDescriptor findArtefact(String id,
String version)
throws NativeCodeException
- Throws:
NativeCodeException
findArtefact
public static ArtefactDescriptor findArtefact(String id,
String version,
Properties configuration)
throws NativeCodeException
- Throws:
NativeCodeException
Copyright © 2007-2011 Sam Adams. All Rights Reserved.