Uses of Class
aQute.bnd.maven.MavenDependencyGraph.Scope
-
Packages that use MavenDependencyGraph.Scope Package Description aQute.bnd.maven -
-
Uses of MavenDependencyGraph.Scope in aQute.bnd.maven
Fields in aQute.bnd.maven declared as MavenDependencyGraph.Scope Modifier and Type Field Description (package private) MavenDependencyGraph.Scope
MavenDependencyGraph.Artifact. scope
Methods in aQute.bnd.maven that return MavenDependencyGraph.Scope Modifier and Type Method Description static MavenDependencyGraph.Scope
MavenDependencyGraph.Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MavenDependencyGraph.Scope[]
MavenDependencyGraph.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-