A B C D E F G H I J L M O P R S T U V W Z

A

addDirectory(ZipOutputStream, String) - Static method in class org.ow2.petals.plugin.jbiplugin.util.ZipUtil
Add a directory to a zip stream, without checking if already zipped.
addFile(ZipOutputStream, InputStream, String) - Static method in class org.ow2.petals.plugin.jbiplugin.util.ZipUtil
Add a file to a zip stream, without checking if already zipped.
addFile(ZipOutputStream, InputStream, String, long) - Static method in class org.ow2.petals.plugin.jbiplugin.util.ZipUtil
Add a file to a zip stream specifying zip entry time, without checking if already zipped.
additionalJBIResourceDirectory - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
 
artifactFactory - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
artifactId - Variable in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
ArtifactId of the deliverable JBI artefact to configure.
artifactJar - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
The name of the Jar package of the JBI artifact
artifactResolver - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
artifactToSharedLibrary(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Convert a shared library as a Maven artifact to the associated element of the component JBI descriptor.
attachedJBIArchive(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 

B

buildProjectFromArtifact(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Create a maven project from the given artifact

C

componentNameMapping - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
If the JBI update is activated, sets the mapping pattern of the component name.
configuredArtifactOutputDirectory - Variable in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
Configured artifacts output directory
copyAndUpdateZipFile(ZipFile, ZipOutputStream, ZipUtil.ZipEntryCallback) - Static method in class org.ow2.petals.plugin.jbiplugin.util.ZipUtil
 
createDependencyArtifact(Dependency) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Create an Artifact from the given Dependency

D

debug(String) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Log the message as DEBUG one

E

error(String) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Log the message as ERROR one
error(String, Throwable) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Log the message and the exception as ERROR one
evaluateBootstrapClasspathElts(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Compute the extra bootstrap classpath elements of a component according to: the artifact match a pattern according to: the configuration mode (includeConfiguration) the artifact matches a pattern in the JBI extra bootstrap classpath elements mapping configuration file ( jbiExtraBootstrapClasspathMappingFile, jbiExtraBootstrapClasspathMappingFileURL)
evaluateComponentClasspathElts(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Compute the extra component classpath elements of a component according to: the artifact match a pattern according to: the configuration mode (includeConfiguration) the artifact matches a pattern in the extra component classpath elements mapping configuration file ( jbiExtraComponentClasspathMappingFile, jbiExtraComponentClasspathMappingFileURL)
evaluateJBIIdentifier(String, Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Compute the JBI identifier of the artifact according to: the artifact match a pattern according to: the configuration mode (includeConfiguration) the artifact matches a pattern in the JBI identifiers mapping configuration file (jbiIdentifiersMappingFile) a default expression (expression)
evaluateJBIVersion(String, Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Compute the JBI version of the artifact according to: the artifact match a pattern according to: the configuration mode (includeConfiguration) the artifact matches a pattern in the JBI versions mapping configuration file (jbiVersionsMappingFile) a default expression (expression)
evaluateSharedLibraries(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Compute the JBI shared libraries list of a component according to: the artifact match a pattern according to: the configuration mode (includeConfiguration) the artifact matches a pattern in the JBI shared libraries list mapping configuration file (jbiSharedLibrariesMappingFile) the default shared library list provided by the original POM file, if existing, on which the mapping defined by the parameter sharedLibraryNameMappingInComponent is applied.
execute() - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Execute the MOJO
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
 
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIInstallMojo
Execute the plugin
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
 
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIStartMojo
 
executeMojo() - Method in class org.ow2.petals.plugin.jbiplugin.JBIStopMojo
Execute the plugin

F

force - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Flag to force the goal processing, if needed.

G

getComponentNameFromJBIDescriptor(Jbi) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Read component information from the parsed JBI descriptor
getComponentsFromServiceAssemblyJBIDescriptor(Jbi) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Retreive all components declared in the service assembly JBI Descriptor
getExtraEntryToAdd() - Method in interface org.ow2.petals.plugin.jbiplugin.util.ZipUtil.ZipEntryCallback
 
getMavenProject() - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Returns the MavenProject associated to the artifact to configure.
getMavenProject() - Method in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
 
getMavenProject() - Method in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
 
getServiceAssemblyNameFromJBIDescriptor(Jbi) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Read service assembly information from the parsed JBI descriptor.
getSharedLibraries(MavenProject) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Retrieve artifact associated to the shared libraries needed by Maven project associated to a JBI compoenent.
getSharedLibrariesFromComponentJBIDescriptor(Jbi) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Retreive all shared-libraries declared in a component JBI Descriptor
getSharedLibraryNameFromJBIDescriptor(Jbi) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Read shared-library information from the parsed JBI descriptor.
getValue(String) - Method in class org.ow2.petals.plugin.jbiplugin.util.PropertiesInterpolationValueSource
 
groupId - Variable in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
GroupId of the deliverable JBI artefact to configure.

H

host - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Hostname of the Petals server

I

includeConfiguration - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Flag to activate JBI archive configuration when packaging it.
info(String) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Log the message as INFO one

J

JBIAbstractConfigurableMojo - Class in org.ow2.petals.plugin.jbiplugin
This class is used to give the main configuration parameters of all JBI goals needing artifact configuration.
JBIAbstractConfigurableMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
 
JBIAbstractJMXMojo - Class in org.ow2.petals.plugin.jbiplugin
This class is used to give the main configuration parameters of all JBI goals
JBIAbstractJMXMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
 
JBIAbstractMojo - Class in org.ow2.petals.plugin.jbiplugin
This class is used to give the main configuration parameters of all JBI goals
JBIAbstractMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
JBIConfigureMojo - Class in org.ow2.petals.plugin.jbiplugin
Configure a deliverable JBI Artefact (Component / Service Assembly)
JBIConfigureMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
 
JBIDESCRIPTOR_ZIPENTRY_NAME - Static variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
 
jbiDirectory - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
JBI conf directory
jbiExtraBootstrapClasspathMappingFile - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Extra bootstrap classpath elements list mapping configuration file.
jbiExtraBootstrapClasspathMappingFileURL - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Extra bootstrap classpath elements list mapping configuration file.
jbiExtraComponentClasspathMappingFile - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Extra component classpath elements list mapping configuration file.
jbiExtraComponentClasspathMappingFileURL - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Extra component classpath elements list mapping configuration file.
jbiIdentifiersMappingFile - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI identifiers mapping configuration file.
jbiIdentifiersMappingFileURL - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI identifiers mapping configuration file.
JBIInstallMojo - Class in org.ow2.petals.plugin.jbiplugin
Install a JBI Archive
JBIInstallMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIInstallMojo
 
jbiName - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
JBI archive name (will be suffixed by .zip).
JBIPackageMojo - Class in org.ow2.petals.plugin.jbiplugin
Make a JBI Archive of a project
JBIPackageMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
 
jbiSharedLibrariesMappingFile - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI shared library list mapping configuration file.
jbiSharedLibrariesMappingFileURL - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI shared library list mapping configuration file.
JBIStartMojo - Class in org.ow2.petals.plugin.jbiplugin
Start a JBI Artefact (Component / Service Assembly)
JBIStartMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIStartMojo
 
JBIStopMojo - Class in org.ow2.petals.plugin.jbiplugin
Stop a JBI Artefact (Component / Service Assembly)
JBIStopMojo() - Constructor for class org.ow2.petals.plugin.jbiplugin.JBIStopMojo
 
jbiVersionsMappingFile - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI versions mapping configuration file.
jbiVersionsMappingFileURL - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
JBI versions mapping configuration file.

L

localRepository - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Local maven repository.
log - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
 

M

mavenProjectBuilder - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 

O

onZipEntry(ZipEntry, InputStream) - Method in interface org.ow2.petals.plugin.jbiplugin.util.ZipUtil.ZipEntryCallback
 
org.ow2.petals.plugin.jbiplugin - package org.ow2.petals.plugin.jbiplugin
 
org.ow2.petals.plugin.jbiplugin.util - package org.ow2.petals.plugin.jbiplugin.util
 
outputDirectory - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Output directory

P

packaging - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
PACKAGING_COMPONENT - Static variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
PACKAGING_SA - Static variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
PACKAGING_SL - Static variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
PACKAGING_SU - Static variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
packagingIsOkForGoal() - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Check if the current goal can be applied to the current packaging
packagingIsOkForGoal() - Method in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
the goal "jbi-configure" is designed to be run on command line.
password - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
Password of the Petals JMX server username
port - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
JMX Port of the Petals server
project - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
The Maven Project.
projectArtifact - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Project artifact.
PropertiesInterpolationValueSource - Class in org.ow2.petals.plugin.jbiplugin.util
 
PropertiesInterpolationValueSource(Properties) - Constructor for class org.ow2.petals.plugin.jbiplugin.util.PropertiesInterpolationValueSource
 

R

readConfigurationFiles() - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Read all configuration file needed by the goal "jbi-configure".
readJbiDescriptor(Artifact) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Read and parse the JBI descriptor of an artifact

S

serviceAssemblyNameMapping - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
If the JBI update is activated, sets the mapping pattern of the Service Assembly name.
serviceUnitFileNameMappingInSA - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
Sets the mapping pattern for all SU file names included in this service assembly.
serviceUnitNameMappingInSA - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
If the JBI update is activated, sets the mapping pattern of the all SU names included in this service assembly.
settingsBuilder - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
 
sharedLibraryNameMapping - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
If the JBI update is activated, sets the mapping pattern of the Shared Library name.
sharedLibraryNameMappingInComponent - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractConfigurableMojo
Mapping pattern of the all shared library identifiers used inside a JBI component.

T

targetName - Variable in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
Target Name of the deliverable JBI artefact to configure.
toExcludes - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
List of entries to exclude (comma separated values)

U

undeploySAs - Variable in class org.ow2.petals.plugin.jbiplugin.JBIStopMojo
Flag to force the service-assembly uninstallation when shutdowning a JBI component.
updateJBIXml - Variable in class org.ow2.petals.plugin.jbiplugin.JBIPackageMojo
Update JBI XML
username - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractJMXMojo
JMX username of the Petals server

V

verbose - Variable in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Verbose
version - Variable in class org.ow2.petals.plugin.jbiplugin.JBIConfigureMojo
Version of the deliverable JBI artefact to configure.

W

warn(String) - Method in class org.ow2.petals.plugin.jbiplugin.JBIAbstractMojo
Log the message as WARNING one

Z

ZipUtil - Class in org.ow2.petals.plugin.jbiplugin.util
 
ZipUtil.ZipEntryCallback - Interface in org.ow2.petals.plugin.jbiplugin.util
 

A B C D E F G H I J L M O P R S T U V W Z

Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.