Uses of Class
org.eclipse.aether.impl.scope.BuildScopeQuery
-
Uses of BuildScopeQuery in org.eclipse.aether.impl.scope
Modifier and TypeMethodDescriptionstatic Collection
<BuildScopeQuery> BuildScopeQuery.all()
static Collection
<BuildScopeQuery> BuildScopeQuery.byBuildPath
(BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.byProjectPath
(ProjectPath projectPath) static Collection
<BuildScopeQuery> BuildScopeQuery.select
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.singleton
(ProjectPath projectPath, BuildPath buildPath) static Collection
<BuildScopeQuery> BuildScopeQuery.union
(Collection<BuildScopeQuery>... buildScopeQueries) Modifier and TypeMethodDescriptionorg.eclipse.aether.scope.DependencyScope
InternalScopeManager.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) Creates dependency scope instance.org.eclipse.aether.scope.ResolutionScope
InternalScopeManager.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded) Creates resolution scope instance.org.eclipse.aether.scope.SystemDependencyScope
InternalScopeManager.createSystemDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty) Creates system dependency scope instance.BuildScopeMatrixSource.query
(Collection<BuildScopeQuery> queries) BuildScopeSource.query
(Collection<BuildScopeQuery> queries) Processes all queries and returns all build scopes that query selected. -
Uses of BuildScopeQuery in org.eclipse.aether.internal.impl.scope
Modifier and TypeMethodDescriptionorg.eclipse.aether.scope.DependencyScope
ScopeManagerImpl.createDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence) org.eclipse.aether.scope.ResolutionScope
ScopeManagerImpl.createResolutionScope
(String id, InternalScopeManager.Mode mode, Collection<BuildScopeQuery> wantedPresence, Collection<org.eclipse.aether.scope.DependencyScope> explicitlyIncluded, Collection<org.eclipse.aether.scope.DependencyScope> transitivelyExcluded) org.eclipse.aether.scope.SystemDependencyScope
ScopeManagerImpl.createSystemDependencyScope
(String id, boolean transitive, Collection<BuildScopeQuery> presence, String systemPathProperty)