org.apache.maven.vdoclet
Class VDocletBean

java.lang.Object
  extended by org.apache.maven.vdoclet.VDocletBean

public class VDocletBean
extends Object

Command-line entry-point to vDoclet


Constructor Summary
VDocletBean()
           
 
Method Summary
 void execute()
          Description of the Method
 void setDestDir(File destDir)
          destDir attribute
 void setEncoding(String encoding)
          encoding attribute
 void setJellyContext(org.apache.commons.jelly.JellyContext jellyContext)
          Set the Jelly context.
 void setOutputFile(String outputFile)
          destDir attribute
 void setSrcDir(File srcDir)
          Alias for srcPath
 void setTemplate(String template)
          template attribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDocletBean

public VDocletBean()
Method Detail

setSrcDir

public void setSrcDir(File srcDir)
Alias for srcPath


setDestDir

public void setDestDir(File destDir)
destDir attribute


setJellyContext

public void setJellyContext(org.apache.commons.jelly.JellyContext jellyContext)
Set the Jelly context.

Parameters:
jellyContext - the Jelly context

setOutputFile

public void setOutputFile(String outputFile)
destDir attribute


setTemplate

public void setTemplate(String template)
template attribute


setEncoding

public void setEncoding(String encoding)
encoding attribute


execute

public void execute()
             throws Exception
Description of the Method

Throws:
Exception


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