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
ConstructorDescriptionClasspathContainer
(List<ArtifactMetadata> classpath, ArtifactScopeEnum scope) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionadd
(ArtifactMetadata md) Deprecated.Deprecated.Deprecated.getScope()
Deprecated.iterator()
Deprecated.void
setClasspath
(List<ArtifactMetadata> classpath) Deprecated.void
setScope
(ArtifactScopeEnum scope) Deprecated.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ClasspathContainer
Deprecated. -
ClasspathContainer
Deprecated.
-
-
Method Details
-
iterator
Deprecated.- Specified by:
iterator
in interfaceIterable<ArtifactMetadata>
-
add
Deprecated. -
getClasspath
Deprecated. -
getClasspathAsTree
Deprecated.- Throws:
MetadataResolutionException
-
setClasspath
Deprecated. -
getScope
Deprecated. -
setScope
Deprecated. -
toString
Deprecated.
-