Class ClasspathContainer
java.lang.Object
org.apache.maven.repository.metadata.ClasspathContainer
- All Implemented Interfaces:
 Iterable<ArtifactMetadata>
Deprecated.
classpath container that is aware of the classpath scope
- 
Constructor Summary
ConstructorsConstructorDescriptionClasspathContainer(List<ArtifactMetadata> classpath, ArtifactScopeEnum scope) Deprecated.Deprecated. - 
Method Summary
Modifier and TypeMethodDescriptionadd(ArtifactMetadata md) Deprecated.Deprecated.Deprecated.getScope()Deprecated.iterator()Deprecated.voidsetClasspath(List<ArtifactMetadata> classpath) Deprecated.voidsetScope(ArtifactScopeEnum scope) Deprecated.toString()Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Constructor Details
- 
ClasspathContainer
Deprecated. - 
ClasspathContainer
Deprecated. 
 - 
 - 
Method Details
- 
iterator
Deprecated.- Specified by:
 iteratorin interfaceIterable<ArtifactMetadata>
 - 
add
Deprecated. - 
getClasspath
Deprecated. - 
getClasspathAsTree
Deprecated.- Throws:
 MetadataResolutionException
 - 
setClasspath
Deprecated. - 
getScope
Deprecated. - 
setScope
Deprecated. - 
toString
Deprecated. 
 -