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

Packages that use ArtifactStateException
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 ArtifactStateException in net.sf.taverna.raven
 

Methods in net.sf.taverna.raven that throw ArtifactStateException
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 ArtifactStateException in net.sf.taverna.raven.repository
 

Methods in net.sf.taverna.raven.repository that throw ArtifactStateException
 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 ArtifactStateException
AggregatingClassLoader(Repository rep, java.util.List<Artifact> artifacts)
           
AggregatingClassLoader(Repository rep, java.util.List<Artifact> artifacts, java.lang.ClassLoader parent)
           
 

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

Methods in net.sf.taverna.raven.repository.impl that throw ArtifactStateException
 void LocalRepositoryTest.didntMadeLocalJarFile()
          Should not copy from file:/// repositories.
 java.util.List<ArtifactImpl> ArtifactImpl.getDependencies()
          Analyse the corresponding .pom and return a list of all immediate dependencies from this artifact.
 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 PomPropertiesTest.loadStaxThroughAxiom()
           
 void LocalRepositoryTest.madeLocalJarFile()
           
 void ArtifactClassLoaderTest.setUp()
           
 void ArtifactImplTest.testBocaPropertiesInterpolation()
           
 void ArtifactImplTest.testDependenciesWithPropertiesInterpolation()
           
 void ArtifactImplTest.testExclusionDependencies()
           
 void ArtifactImplTest.testPropertiesInterpolation()