org.codehaus.mojo.weblogic
Class ListAppsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.weblogic.DeployMojoBase
org.codehaus.mojo.weblogic.ListAppsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class ListAppsMojo
- extends DeployMojoBase
List the atifacts on Weblogic server(s) or cluster(s).
- Version:
- $Id: ListAppsMojo.java 2848 2006-12-21 19:49:14Z scryan $
- Author:
- Scott Ryan
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
This method will list the artifacts on a server(s) or cluster(s). |
| Methods inherited from class org.codehaus.mojo.weblogic.DeployMojoBase |
getAdminServerHostName, getAdminServerPort, getAdminServerProtocol, getArtifactPath, getInputParameters, getName, getPassword, getProjectPackaging, getTargetList, getTargetNames, getUserId, isRemote, setAdminServerHostName, setAdminServerPort, setAdminServerProtocol, setArtifactPath, setName, setPassword, setProjectPackaging, setRemote, setTargetNames, setUserId, toString |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
ListAppsMojo
public ListAppsMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- This method will list the artifacts on a server(s) or cluster(s).
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class DeployMojoBase
- Throws:
org.apache.maven.plugin.MojoExecutionException - Thrown if we fail to obtain a Weblogic deployment instance.
Copyright © 2005-2008 Codehaus. All Rights Reserved.