net.sf.jnati.deploy
Class NativeArtefactLocator

java.lang.Object
  extended by net.sf.jnati.deploy.NativeArtefactLocator

public class NativeArtefactLocator
extends Object

Author:
Sam Adams

Constructor Summary
NativeArtefactLocator()
           
 
Method Summary
static ArtefactDescriptor findArtefact(String id, String version)
           
static ArtefactDescriptor findArtefact(String id, String version, Properties configuration)
           
 Artefact getArtefact(String id, String version)
           
 Artefact getArtefact(String id, String version, Properties configuration)
           
 Artefact redeployArtefact(Artefact artefact, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeArtefactLocator

public NativeArtefactLocator()
Method Detail

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.