|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.ow2.easybeans.mavenplugin.AbstractEasyBeansMojo
org.ow2.easybeans.mavenplugin.AbstractEasyBeansBoundMojo
org.ow2.easybeans.mavenplugin.EasyBeansStartMojo
public class EasyBeansStartMojo
Class representing goal start. This mojo provide a simple deployment of the current project resource.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
EasyBeansStartMojo()
|
Method Summary | |
---|---|
org.ow2.util.maven.plugin.deployment.api.IDeploymentBehavior |
defineDeploymentBehavior(org.ow2.util.maven.plugin.deployment.api.IDeploymentCore core)
Define the behavior when a file must be deployed / undeployed. |
org.ow2.util.maven.plugin.deployment.api.IPluginServer |
getLaunchedServer(org.ow2.util.maven.plugin.deployment.api.IDeploymentCore core)
Create server instance with specified XML configuration file. |
Methods inherited from class org.ow2.easybeans.mavenplugin.AbstractEasyBeansBoundMojo |
---|
defineConfiguration, defineMojoCore |
Methods inherited from class org.ow2.easybeans.mavenplugin.AbstractEasyBeansMojo |
---|
contextualize, execute, getAdditionalDeployables, getArtifactFactory, getArtifactResolver, getCore, getLocalRepository, getMetadataSource, getPlexusPluginContext, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject, getProjectBuilder, getReactorProjects |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ow2.util.maven.plugin.deployment.api.IDeploymentMojo |
---|
getAdditionalDeployables |
Methods inherited from interface org.ow2.util.maven.plugin.deployment.api.IMojo |
---|
getArtifactFactory, getArtifactResolver, getLocalRepository, getLog, getMetadataSource, getPlexusPluginContext, getPluginArtifactId, getPluginGroupId, getPluginVersion, getProject, getProjectBuilder, getReactorProjects |
Constructor Detail |
---|
public EasyBeansStartMojo()
Method Detail |
---|
public org.ow2.util.maven.plugin.deployment.api.IPluginServer getLaunchedServer(org.ow2.util.maven.plugin.deployment.api.IDeploymentCore core) throws org.apache.maven.plugin.MojoExecutionException
core
- The core of the mojo
org.apache.maven.plugin.MojoExecutionException
- If configuration file is not foundpublic org.ow2.util.maven.plugin.deployment.api.IDeploymentBehavior defineDeploymentBehavior(org.ow2.util.maven.plugin.deployment.api.IDeploymentCore core) throws org.apache.maven.plugin.MojoExecutionException
core
- The core of the mojo
org.apache.maven.plugin.MojoExecutionException
- Execution error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |