org.codehaus.mojo.tomcat
Class RolesMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.tomcat.AbstractI18NMojo
          extended by org.codehaus.mojo.tomcat.AbstractCatalinaMojo
              extended by org.codehaus.mojo.tomcat.RolesMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class RolesMojo
extends AbstractCatalinaMojo

Lists security roles in Tomcat.

Version:
$Id: RolesMojo.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Mark Hobson

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RolesMojo()
           
 
Method Summary
protected  void invokeManager()
          Invokes Tomcat manager when this Mojo is executed.
 
Methods inherited from class org.codehaus.mojo.tomcat.AbstractCatalinaMojo
execute, getDeployedURL, getManager, getPath, getURL, log
 
Methods inherited from class org.codehaus.mojo.tomcat.AbstractI18NMojo
getMessage, getMessage, getMessage, getMessage
 
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
 

Constructor Detail

RolesMojo

public RolesMojo()
Method Detail

invokeManager

protected void invokeManager()
                      throws org.apache.maven.plugin.MojoExecutionException,
                             TomcatManagerException,
                             IOException
Description copied from class: AbstractCatalinaMojo
Invokes Tomcat manager when this Mojo is executed.

Specified by:
invokeManager in class AbstractCatalinaMojo
Throws:
org.apache.maven.plugin.MojoExecutionException - if there was a problem executing this goal
TomcatManagerException - if the Tomcat manager request fails
IOException - if an i/o error occurs


Copyright © 2005-2011 Codehaus. All Rights Reserved.