Java org.apache.maven.execution MavenSession fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.execution MavenSession fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.execution MavenSession.

The text is from its open source code.

Subclass

org.apache.maven.execution.MavenSession has subclasses.
Click this link to see all its subclasses.

Constructor

Method

MavenSessionclone()
ListgetAllProjects()
This is a provisional method and may be removed
PlexusContainergetContainer()
MavenProjectgetCurrentProject()
EventDispatchergetEventDispatcher()
PropertiesgetExecutionProperties()
StringgetExecutionRootDirectory()
ListgetGoals()
ArtifactRepositorygetLocalRepository()
ProjectBuildingRequestgetProjectBuildingRequest()
ProjectDependencyGraphgetProjectDependencyGraph()
MapgetProjectMap()
ListgetProjects()
RepositoryCachegetRepositoryCache()
RepositorySystemSessiongetRepositorySession()
MavenExecutionRequestgetRequest()
MavenExecutionResultgetResult()
SettingsgetSettings()
ListgetSortedProjects()
DategetStartTime()
PropertiesgetSystemProperties()
Gets the system properties to use for interpolation and profile activation.
MavenProjectgetTopLevelProject()
PropertiesgetUserProperties()
Gets the user properties to use for interpolation and profile activation.
booleanisOffline()
Objectlookup(String role)
Objectlookup(String role, String roleHint)
voidsetAllProjects(List allProjects)
This is a provisional method and may be removed
voidsetCurrentProject(MavenProject currentProject)
voidsetParallel(boolean parallel)
voidsetProjectDependencyGraph(ProjectDependencyGraph projectDependencyGraph)
voidsetProjectMap(Map projectMap)
voidsetProjects(List projects)