vdoclet
Class Main
java.lang.Object
vdoclet.Main
- public class Main
- extends Object
Command-line entry-point to vDoclet
Constructor Summary |
Main()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
setDestDir
public void setDestDir(File destDir)
setControlTemplate
public void setControlTemplate(String controlTemplate)
setClassLoader
public void setClassLoader(ClassLoader classLoader)
setSourceFiles
public void setSourceFiles(String[] sourceFiles)
setSourcePath
public void setSourcePath(String sourcePath)
setVerbose
public void setVerbose(boolean verbose)
setControlOutput
public void setControlOutput(Writer controlOutput)
addParameter
public void addParameter(String name,
String value)
run
public void run()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
execute
public void execute(String[] args)
throws Exception
- Throws:
Exception