org.codehaus.mojo.weblogic
Class ListAppsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.weblogic.AbstractWeblogicMojo
          extended by org.codehaus.mojo.weblogic.DeployMojoBase
              extended by 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 6645 2008-04-02 01:38:51Z jonnio $
Author:
Scott Ryan

Field Summary
 
Fields inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo
WEBLOGIC_HOME_KEY
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ListAppsMojo()
           
 
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
executeDeployer, getAdminServerHostName, getAdminServerPort, getAdminServerProtocol, getArtifactPath, getInputParameters, getName, getPassword, getProjectPackaging, getTargetList, getTargetNames, getTimeout, getUserId, isContinueOnFailure, isDebug, isExploded, isNoExit, isNoVersion, isNoWait, isRemote, isStage, isUpload, isVerbose, isVersion, setAdminServerHostName, setAdminServerPort, setAdminServerProtocol, setArtifactPath, setContinueOnFailure, setDebug, setExploded, setName, setNoExit, setNoVersion, setNoWait, setPassword, setProjectPackaging, setRemote, setStage, setTargetNames, setTimeout, setUpload, setUserId, setVerbose, setVersion, toString
 
Methods inherited from class org.codehaus.mojo.weblogic.AbstractWeblogicMojo
createTargetDirectory, getArtifacts, getDefaultLogger, getDependencies, getOutputDirectory, getPluginArtifacts, getWeblogicHome, setArtifacts, setDependencies, setOutputDirectory, setPluginArtifacts, setProperties, setWeblogicHome
 
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, wait, wait, wait
 

Constructor Detail

ListAppsMojo

public ListAppsMojo()
Method Detail

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.
See Also:
AbstractWeblogicMojo.weblogicHome


Copyright © 2005-2008 Codehaus. All Rights Reserved.