|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DependencyResolutionRequest
A request to resolve the dependencies of a project.
Method Summary | |
---|---|
MavenProject |
getMavenProject()
Gets the project to resolve dependencies for. |
org.sonatype.aether.RepositorySystemSession |
getRepositorySession()
Gets the session to use for repository access. |
org.sonatype.aether.graph.DependencyFilter |
getResolutionFilter()
Gets the filter used to exclude some dependencies from resolution. |
DependencyResolutionRequest |
setMavenProject(MavenProject project)
Sets the project to resolve dependencies for. |
DependencyResolutionRequest |
setRepositorySession(org.sonatype.aether.RepositorySystemSession repositorySession)
Sets the session to use for repository access. |
DependencyResolutionRequest |
setResolutionFilter(org.sonatype.aether.graph.DependencyFilter filter)
Sets the filter used to exclude some dependencies from resolution. |
Method Detail |
---|
MavenProject getMavenProject()
null
if not set.DependencyResolutionRequest setMavenProject(MavenProject project)
project
- The project to resolve dependencies for, may be null
.
null
.org.sonatype.aether.graph.DependencyFilter getResolutionFilter()
null
to resolve all dependencies.DependencyResolutionRequest setResolutionFilter(org.sonatype.aether.graph.DependencyFilter filter)
filter
- The filter to exclude dependencies from resolution, may be null
to resolve all
dependencies.
null
.org.sonatype.aether.RepositorySystemSession getRepositorySession()
null
if not set.DependencyResolutionRequest setRepositorySession(org.sonatype.aether.RepositorySystemSession repositorySession)
repositorySession
- The repository session to use.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |