Uses of Class
net.sf.taverna.raven.repository.ArtifactNotFoundException

Packages that use ArtifactNotFoundException
net.sf.taverna.raven Base Raven package - contains the utility classes. 
net.sf.taverna.raven.repository Contains classes and interfaces to represent Artifacts and the local repository structure which contains them. 
net.sf.taverna.raven.repository.impl Implementations of the interfaces within the repository package. 
 

Uses of ArtifactNotFoundException in net.sf.taverna.raven
 

Methods in net.sf.taverna.raven that throw ArtifactNotFoundException
static java.lang.Class Loader.doRavenMagic(java.io.File localRepositoryLocation, java.net.URL[] remoteRepositories, java.lang.String targetGroup, java.lang.String targetArtifact, java.lang.String targetVersion, java.lang.String className, RepositoryListener listener)
          Initialize raven's repository and load the specified artifact into it.
static java.lang.Class Loader.doRavenMagic(java.lang.String ravenVersion, java.io.File localRepositoryLocation, java.net.URL[] remoteRepositories, java.lang.String targetGroup, java.lang.String targetArtifact, java.lang.String targetVersion, java.lang.String className, java.net.URL splashScreenURL, int splashTime)
          Initialize raven's repository, show a splash screen and load the specified artifact into it.
 void LoaderTest.testDynamicNonGui()
           
 void LoaderTest.testNonDynamic()
          Test whether we can launch the workbench from a local raven jar
 

Uses of ArtifactNotFoundException in net.sf.taverna.raven.repository
 

Methods in net.sf.taverna.raven.repository that throw ArtifactNotFoundException
 Artifact Repository.artifactForClass(java.lang.Class<?> c)
          Given a Class object return the Artifact whose LocalArtifactClassLoader created it.
 DownloadStatus Repository.getDownloadStatus(Artifact a)
          Fetch the DownloadStatus for the given Artifact, only valid for PomFetching and JarFetching Artifact states.
 java.lang.ClassLoader Repository.getLoader(Artifact a, java.lang.ClassLoader parent)
          Get a ClassLoader for the specified artifact
 

Constructors in net.sf.taverna.raven.repository that throw ArtifactNotFoundException
AggregatingClassLoader(Repository rep, java.util.List<Artifact> artifacts)
           
AggregatingClassLoader(Repository rep, java.util.List<Artifact> artifacts, java.lang.ClassLoader parent)
           
 

Uses of ArtifactNotFoundException in net.sf.taverna.raven.repository.impl
 

Methods in net.sf.taverna.raven.repository.impl that throw ArtifactNotFoundException
 Artifact DummyRepository.artifactForClass(java.lang.Class c)
           
 Artifact LocalRepository.artifactForClass(java.lang.Class<?> c)
          Given a Class object return the Artifact whose LocalArtifactClassLoader created it.
 void LocalRepositoryTest.didntMadeLocalJarFile()
          Should not copy from file:/// repositories.
 DownloadStatus DummyRepository.getDownloadStatus(Artifact a)
           
 DownloadStatus LocalRepository.getDownloadStatus(Artifact a)
          If the artifact specified is in either PomFetching or JarFetching state this returns a DownloadStatus object which provides a non updating snapshot of the file size (if known) and total bytes downloaded.
 void LocalRepositoryTest.getLoader()
           
 java.lang.ClassLoader DummyRepository.getLoader(Artifact a, java.lang.ClassLoader parent)
           
 java.lang.ClassLoader LocalRepository.getLoader(Artifact a1, java.lang.ClassLoader parent)
           
 void LocalRepositoryTest.madeLocalJarFile()
           
 void ArtifactClassLoaderTest.setUp()