Uses of Interface
org.eclipse.aether.impl.scope.BuildScope
-
Packages that use BuildScope Package Description org.eclipse.aether.impl.scope org.eclipse.aether.internal.impl.scope -
-
Uses of BuildScope in org.eclipse.aether.impl.scope
Fields in org.eclipse.aether.impl.scope declared as BuildScope Modifier and Type Field Description static BuildScopeCommonBuilds. MAVEN_TEST_BUILD_SCOPEMaven2/Maven3 special build scope: it did not distinguish between "test compile" and "test runtime", but lumped both together into "test".Methods in org.eclipse.aether.impl.scope that return types with arguments of type BuildScope Modifier and Type Method Description java.util.Optional<BuildScope>InternalScopeManager. getDependencyScopeMainProjectBuildScope(org.eclipse.aether.scope.DependencyScope dependencyScope)Returns theBuildScopethat this scope deem as main.java.util.Collection<BuildScope>BuildScopeMatrixSource. query(java.util.Collection<BuildScopeQuery> queries)java.util.Collection<BuildScope>BuildScopeSource. query(java.util.Collection<BuildScopeQuery> queries)Processes all queries and returns all build scopes that query selected.Constructors in org.eclipse.aether.impl.scope with parameters of type BuildScope Constructor Description BuildScopeMatrixSource(java.util.Collection<ProjectPath> projectPaths, java.util.Collection<BuildPath> buildPaths, BuildScope... extras) -
Uses of BuildScope in org.eclipse.aether.internal.impl.scope
Methods in org.eclipse.aether.internal.impl.scope that return types with arguments of type BuildScope Modifier and Type Method Description java.util.Optional<BuildScope>ScopeManagerImpl. getDependencyScopeMainProjectBuildScope(org.eclipse.aether.scope.DependencyScope dependencyScope)
-