org.apache.maven.xdoc
Class GrabClassLoaderTag

java.lang.Object
  extended byorg.apache.commons.jelly.TagSupport
      extended byorg.apache.maven.xdoc.GrabClassLoaderTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class GrabClassLoaderTag
extends org.apache.commons.jelly.TagSupport

Add a specific ressource to the current Maven context

Version:
1.0
Author:
Vincent Siveton

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
GrabClassLoaderTag()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput arg0)
           
 String getResource()
          Get the includeDir.
 void setResource(String includeDir)
          Set the includeDir
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrabClassLoaderTag

public GrabClassLoaderTag()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput arg0)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Throws:
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

getResource

public String getResource()
Get the includeDir.

Returns:
the includeDir.

setResource

public void setResource(String includeDir)
Set the includeDir

Parameters:
includeDir - includeDir to set.


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.