|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenJellyContext | |
org.apache.maven | Core code used to execute Maven. |
org.apache.maven.cli | Code used to handle running Maven from a command line interface. |
org.apache.maven.jelly | Jelly utilities. |
org.apache.maven.jelly.tags | Shared code across the jelly taglibs provided by Maven. |
org.apache.maven.plugin | Code to cache and manage plugin execution. |
org.apache.maven.project |
Uses of MavenJellyContext in org.apache.maven |
Methods in org.apache.maven that return MavenJellyContext | |
static MavenJellyContext |
MavenUtils.createContext(java.io.File descriptorDirectory)
Create a jelly context given a descriptor directory. |
static MavenJellyContext |
MavenUtils.createContext(java.io.File descriptorDirectory,
MavenJellyContext parentContext)
Create a jelly context given a descriptor directory and parent jelly context. |
MavenJellyContext |
MavenSession.getRootContext()
|
Methods in org.apache.maven with parameters of type MavenJellyContext | |
static Project |
MavenUtils.getProject(java.io.File projectDescriptor,
MavenJellyContext parentContext)
Create a Project object given a file descriptor, and a parent context |
static Project |
MavenUtils.getProject(java.io.File projectDescriptor,
MavenJellyContext parentContext,
boolean useParentPom)
Create a Project object given a file descriptor and optionally a parent Jelly context. |
static Project |
MavenUtils.getNonJellyProject(java.io.File projectDescriptor,
MavenJellyContext parentContext,
boolean useParentPom)
Get a project, but not a Jelly-ised project. |
static java.util.List |
MavenUtils.getProjects(java.io.File directory,
java.lang.String includes,
java.lang.String excludes,
MavenJellyContext context)
This is currently used for the reactor but may be generally useful. |
static MavenJellyContext |
MavenUtils.createContext(java.io.File descriptorDirectory,
MavenJellyContext parentContext)
Create a jelly context given a descriptor directory and parent jelly context. |
static void |
MavenUtils.integrateMapInContext(java.util.Map map,
MavenJellyContext context)
Integrate a Map of key:value pairs into a MavenJellyContext . |
void |
MavenSession.setRootContext(MavenJellyContext context)
Set the context for the session |
static GrantProject |
AntProjectBuilder.build(Project project,
MavenJellyContext context)
Initialize Ant. |
Uses of MavenJellyContext in org.apache.maven.cli |
Methods in org.apache.maven.cli that return MavenJellyContext | |
MavenJellyContext |
App.getRootContext()
Retrieve the Jelly rootContext. |
Methods in org.apache.maven.cli with parameters of type MavenJellyContext | |
void |
App.setRootContext(MavenJellyContext rootContext)
Set Jelly rootContext. |
Uses of MavenJellyContext in org.apache.maven.jelly |
Methods in org.apache.maven.jelly with parameters of type MavenJellyContext | |
static void |
JellyUtils.compareContexts(MavenJellyContext ctx1,
MavenJellyContext ctx2)
Debugging function to show the differences between two Jelly contexts. |
Constructors in org.apache.maven.jelly with parameters of type MavenJellyContext | |
MavenJellyContext(MavenJellyContext parent)
Construct. |
Uses of MavenJellyContext in org.apache.maven.jelly.tags |
Methods in org.apache.maven.jelly.tags that return MavenJellyContext | |
MavenJellyContext |
BaseTagSupport.getMavenContext()
|
Uses of MavenJellyContext in org.apache.maven.plugin |
Methods in org.apache.maven.plugin that return MavenJellyContext | |
(package private) MavenJellyContext |
PluginManager.setupBaseContext(Project project)
|
MavenJellyContext |
PluginManager.getPluginContext(java.lang.String id)
|
Methods in org.apache.maven.plugin with parameters of type MavenJellyContext | |
java.util.Set |
PluginManager.prepAttainGoal(java.lang.String goalName,
MavenJellyContext baseContext,
GoalToJellyScriptHousingMapper goalMapper)
Use the name of a goal to lookup all the plugins (that are stored in the plugin housings) that need to be executed in order to satisfy all the required preconditions for successful goal attainment. |
(package private) void |
PluginManager.runScript(JellyScriptHousing jellyScriptHousing,
MavenJellyContext context)
|
Constructors in org.apache.maven.plugin with parameters of type MavenJellyContext | |
JellyScriptHousing(java.io.File pluginDir,
MavenJellyContext parentContext)
|
Uses of MavenJellyContext in org.apache.maven.project |
Methods in org.apache.maven.project that return MavenJellyContext | |
MavenJellyContext |
Project.getPluginContext(java.lang.String pluginId)
Deprecated. use the tag instead |
MavenJellyContext |
Project.getContext()
Get the context attribute. |
Methods in org.apache.maven.project with parameters of type MavenJellyContext | |
void |
Project.setContext(MavenJellyContext context)
Set the context attribute. |
void |
Project.pushContext(MavenJellyContext context)
Push a new context onto the stack. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |