Uses of Class
org.apache.karaf.tooling.utils.LocalDependency
-
Packages that use LocalDependency Package Description org.apache.karaf.tooling.features org.apache.karaf.tooling.utils -
-
Uses of LocalDependency in org.apache.karaf.tooling.features
Fields in org.apache.karaf.tooling.features with type parameters of type LocalDependency Modifier and Type Field Description protected Collection<LocalDependency>GenerateDescriptorMojo. localDependencies -
Uses of LocalDependency in org.apache.karaf.tooling.utils
Fields in org.apache.karaf.tooling.utils with type parameters of type LocalDependency Modifier and Type Field Description protected Map<org.eclipse.aether.artifact.Artifact,LocalDependency>Dependency31Helper. localDependenciesMethods in org.apache.karaf.tooling.utils that return types with arguments of type LocalDependency Modifier and Type Method Description Collection<LocalDependency>Dependency31Helper. getLocalDependencies()Collection<LocalDependency>DependencyHelper. getLocalDependencies()
-