Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
N
O
P
R
S
T
U
W
A
AbstractJBossDeployerMojo
- Class in
org.codehaus.mojo.jboss
Provides basic functionality for deploying an application over HTTP.
AbstractJBossDeployerMojo()
- Constructor for class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
AbstractJBossServerMojo
- Class in
org.codehaus.mojo.jboss
This class provides the general functionality for interacting with a local JBoss server.
AbstractJBossServerMojo()
- Constructor for class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
C
checkConfig()
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Check that JBOSS_HOME is correctly configured.
ConfigureJBossMojo
- Class in
org.codehaus.mojo.jboss
Allows you to configure JBoss installation by overlaying a conf, lib and deploy directory.
ConfigureJBossMojo()
- Constructor for class org.codehaus.mojo.jboss.
ConfigureJBossMojo
D
DEFAULT_DEPLOY_URL
- Static variable in class org.codehaus.mojo.jboss.
DeployMojo
DEFAULT_REDEPLOY_URL
- Static variable in class org.codehaus.mojo.jboss.
ReDeployMojo
DEFAULT_UNDEPLOY_URL
- Static variable in class org.codehaus.mojo.jboss.
UndeployMojo
DeployMojo
- Class in
org.codehaus.mojo.jboss
Deploys a directory or file to JBoss via JMX.
DeployMojo()
- Constructor for class org.codehaus.mojo.jboss.
DeployMojo
deploySubDir
- Variable in class org.codehaus.mojo.jboss.
HardDeployMojo
An optional name of a subdirectory on the deploy directory to be used
deployUrlPath
- Variable in class org.codehaus.mojo.jboss.
DeployMojo
The deployment URL path relative to the base URL path.
doExecute()
- Method in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
Mojo specific execution implemented by subclasses
doExecute()
- Method in class org.codehaus.mojo.jboss.
DeployMojo
Main plugin execution.
doExecute()
- Method in class org.codehaus.mojo.jboss.
ReDeployMojo
Main plugin execution.
doExecute()
- Method in class org.codehaus.mojo.jboss.
UndeployMojo
Main plugin execution.
doURL(String)
- Method in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
Open a URL.
dump(InputStream)
- Static method in class org.codehaus.mojo.jboss.
JBossServerUtil
Dump output coming from the stream
E
earName
- Variable in class org.codehaus.mojo.jboss.
WaitAppStartMojo
execute()
- Method in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
Main common deploy mojo execution
execute()
- Method in class org.codehaus.mojo.jboss.
ConfigureJBossMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
HardDeployMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
HardUnDeployMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
HelpMojo
execute()
- Method in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
StartMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
StopMojo
Main plugin execution.
execute()
- Method in class org.codehaus.mojo.jboss.
WaitAppStartMojo
F
fileName
- Variable in class org.codehaus.mojo.jboss.
HardDeployMojo
The name of the file or directory to deploy or undeploy.
fileName
- Variable in class org.codehaus.mojo.jboss.
HardUnDeployMojo
The name of the file or directory to undeploy.
fileNameEncoding
- Variable in class org.codehaus.mojo.jboss.
DeployMojo
The character encoding for the fileName.
fileNames
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
The name of the file or directory to deploy or undeploy.
fileNames
- Variable in class org.codehaus.mojo.jboss.
HardDeployMojo
The names of the files or directories to deploy.
fileNames
- Variable in class org.codehaus.mojo.jboss.
HardUnDeployMojo
The names of the files or directories to undeploy.
G
getInitialContext()
- Method in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Set up the context information for connecting the the jboss server.
getPassword()
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Get the password configured in Maven settings.xml
getUsername()
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Get the username configured in the Maven settings.xml
H
HardDeployMojo
- Class in
org.codehaus.mojo.jboss
Hard deploys the file by copying it to the
$JBOSS_HOME/server/[serverName]/deploy
directory.
HardDeployMojo()
- Constructor for class org.codehaus.mojo.jboss.
HardDeployMojo
HardDeployMojoDeprecated
- Class in
org.codehaus.mojo.jboss
Deprecated.
As of version 1.4, use the
hard-deploy
goal instead.
HardDeployMojoDeprecated()
- Constructor for class org.codehaus.mojo.jboss.
HardDeployMojoDeprecated
Deprecated.
HardUnDeployMojo
- Class in
org.codehaus.mojo.jboss
Delete file form
$JBOSS_HOME/server/[serverName]/deploy
directory.
HardUnDeployMojo()
- Constructor for class org.codehaus.mojo.jboss.
HardUnDeployMojo
HardUndeployMojoDeprecated
- Class in
org.codehaus.mojo.jboss
Deprecated.
As of version 1.4, use the
hard-undeploy
goal instead.
HardUndeployMojoDeprecated()
- Constructor for class org.codehaus.mojo.jboss.
HardUndeployMojoDeprecated
Deprecated.
HelpMojo
- Class in
org.codehaus.mojo.jboss
Display help information on jboss-maven-plugin.
Call
HelpMojo()
- Constructor for class org.codehaus.mojo.jboss.
HelpMojo
hostName
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
The host JBoss is running on.
hostName
- Variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
The host JBoss is running on.
I
isAppStarted(MBeanServerConnection)
- Method in class org.codehaus.mojo.jboss.
WaitAppStartMojo
Check if the server has finished starting the app.
isStarted(MBeanServerConnection)
- Method in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Check if the server has finished startup.
J
javaOpts
- Variable in class org.codehaus.mojo.jboss.
ConfigureJBossMojo
jbossHome
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
The location of JBoss Home.
JBossServerUtil
- Class in
org.codehaus.mojo.jboss
Provides generic methods supporting plugin functionality
JBossServerUtil()
- Constructor for class org.codehaus.mojo.jboss.
JBossServerUtil
L
launch(String, String)
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Call the JBoss startup or shutdown script.
launchUnixScript(File, String)
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Launch a Unix shell script
launchWindowsBatch(File, String)
- Method in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
Launch a batch file in Windows
N
namingPort
- Variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
The port for the naming service.
O
ONE_SECOND
- Static variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
One second in millis.
options
- Variable in class org.codehaus.mojo.jboss.
ConfigureJBossMojo
The set of options to pass to the JBoss "run" command.
options
- Variable in class org.codehaus.mojo.jboss.
StartMojo
Deprecated.
use startOptions instead
options
- Variable in class org.codehaus.mojo.jboss.
StopMojo
Deprecated.
use stopOptions instead
org.codehaus.mojo.jboss
- package org.codehaus.mojo.jboss
outputDirectory
- Variable in class org.codehaus.mojo.jboss.
ConfigureJBossMojo
P
port
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
The port JBoss is running on.
R
ReDeployMojo
- Class in
org.codehaus.mojo.jboss
ReDeploys a directory or file to JBoss via JMX.
ReDeployMojo()
- Constructor for class org.codehaus.mojo.jboss.
ReDeployMojo
redeployUrlPath
- Variable in class org.codehaus.mojo.jboss.
ReDeployMojo
The redeployment URL.
retry
- Variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Maximum number of retries to get JBoss JMX MBean connection.
retryWait
- Variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Wait in ms before each retry of the JBoss JMX MBean connection.
S
serverName
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossServerMojo
The name of the configuration profile to use when starting the server.
SHUTDOWN_COMMAND
- Static variable in class org.codehaus.mojo.jboss.
StopMojo
The command to shutdown JBoss.
skip
- Variable in class org.codehaus.mojo.jboss.
AbstractJBossDeployerMojo
Skip the mojo execution.
StartAndWaitMojo
- Class in
org.codehaus.mojo.jboss
Starts JBoss and waits until the server is started.
StartAndWaitMojo()
- Constructor for class org.codehaus.mojo.jboss.
StartAndWaitMojo
StartAndWaitMojoDeprecated
- Class in
org.codehaus.mojo.jboss
Deprecated.
As of version 1.4, use the
start-and-wait
goal instead.
StartAndWaitMojoDeprecated()
- Constructor for class org.codehaus.mojo.jboss.
StartAndWaitMojoDeprecated
Deprecated.
StartMojo
- Class in
org.codehaus.mojo.jboss
Starts JBoss.
StartMojo()
- Constructor for class org.codehaus.mojo.jboss.
StartMojo
startOptions
- Variable in class org.codehaus.mojo.jboss.
StartMojo
The set of space separated options to pass to the JBoss "run" command.
STARTUP_COMMAND
- Static variable in class org.codehaus.mojo.jboss.
StartMojo
The command to start JBoss.
StopMojo
- Class in
org.codehaus.mojo.jboss
Stops JBoss.
StopMojo()
- Constructor for class org.codehaus.mojo.jboss.
StopMojo
stopOptions
- Variable in class org.codehaus.mojo.jboss.
StopMojo
The set of options to pass to the JBoss "run" command.
stopWait
- Variable in class org.codehaus.mojo.jboss.
StopMojo
Wait in ms for server to shutdown before the plugin returns.
T
timeout
- Variable in class org.codehaus.mojo.jboss.
StartAndWaitMojo
Time in ms to start the application server (once JMX MBean connection has been reached).
U
UndeployMojo
- Class in
org.codehaus.mojo.jboss
Undeploys a directory or file from JBoss via JMX.
UndeployMojo()
- Constructor for class org.codehaus.mojo.jboss.
UndeployMojo
undeployUrlPath
- Variable in class org.codehaus.mojo.jboss.
UndeployMojo
The undeployment path relative to the base server URL.
unpack
- Variable in class org.codehaus.mojo.jboss.
HardDeployMojo
A boolean indicating if the artifact should be unpacked when deployed
unpack(File, File)
- Method in class org.codehaus.mojo.jboss.
HardDeployMojo
W
WaitAppStartMojo
- Class in
org.codehaus.mojo.jboss
Waits until an app is started.
WaitAppStartMojo()
- Constructor for class org.codehaus.mojo.jboss.
WaitAppStartMojo
writeSecurityPolicy(File)
- Static method in class org.codehaus.mojo.jboss.
JBossServerUtil
Create a policyFile that will allow the plugin to execute remote RMI code.
A
C
D
E
F
G
H
I
J
L
N
O
P
R
S
T
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2012
Codehaus
. All Rights Reserved.