|
||||||||||
| 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.petals.plugin.jbiplugin.JBIAbstractMojo
org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
public abstract class JBIAbstractJMXMojo
This class is used to give the main configuration parameters of all JBI goals
| Field Summary | |
|---|---|
protected java.lang.Boolean |
force
Flag to force the goal processing, if needed. |
protected java.lang.String |
host
Hostname of the Petals server |
protected java.util.logging.Logger |
log
|
protected java.lang.String |
password
Password of the Petals JMX server username |
protected java.lang.Integer |
port
JMX Port of the Petals server |
protected java.lang.String |
username
JMX username of the Petals server |
| Fields inherited from class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo |
|---|
artifactFactory, artifactResolver, jbiDirectory, jbiName, localRepository, mavenProjectBuilder, outputDirectory, packaging, PACKAGING_COMPONENT, PACKAGING_SA, PACKAGING_SL, PACKAGING_SU, project, projectArtifact, settingsBuilder, verbose |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
JBIAbstractJMXMojo()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getComponentNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
Read component information from the parsed JBI descriptor |
protected java.util.List<java.lang.String> |
getComponentsFromServiceAssemblyJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
Retreive all components declared in the service assembly JBI Descriptor |
protected java.lang.String |
getServiceAssemblyNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
Read service assembly information from the parsed JBI descriptor. |
protected java.util.List<java.lang.String> |
getSharedLibrariesFromComponentJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDEscriptor)
Retreive all shared-libraries declared in a component JBI Descriptor |
protected java.lang.String |
getSharedLibraryNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
Read shared-library information from the parsed JBI descriptor. |
| Methods inherited from class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo |
|---|
attachedJBIArchive, buildProjectFromArtifact, createDependencyArtifact, debug, error, error, execute, executeMojo, getSharedLibraries, info, packagingIsOkForGoal, readJbiDescriptor, warn |
| 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 |
| Field Detail |
|---|
protected java.lang.String host
protected java.lang.Integer port
protected java.lang.String username
protected java.lang.String password
protected java.lang.Boolean force
protected java.util.logging.Logger log
| Constructor Detail |
|---|
public JBIAbstractJMXMojo()
| Method Detail |
|---|
protected java.lang.String getComponentNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected java.lang.String getServiceAssemblyNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected java.lang.String getSharedLibraryNameFromJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected java.util.List<java.lang.String> getComponentsFromServiceAssemblyJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDescriptor)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
protected java.util.List<java.lang.String> getSharedLibrariesFromComponentJBIDescriptor(org.ow2.petals.jbi.descriptor.original.generated.Jbi jbiDEscriptor)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||