Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

juju.reattore.util
Class VDocletCLI  view VDocletCLI download VDocletCLI.java

java.lang.Object
  extended byjuju.reattore.util.VDocletCLI

public class VDocletCLI
extends java.lang.Object

Command-line entry-point to vDoclet


Field Summary
private  java.io.File destDir
          output directory
private  DocInfo docInfo
          docinfo
private  java.lang.String[] sourceFiles
          input files/directories
private  java.lang.String sourcePath
          input path
private  java.lang.String template
          control template
private  boolean verbose
          verbose flag
 
Constructor Summary
VDocletCLI()
           
 
Method Summary
private  void execute(java.lang.String[] args)
           
private  void generate()
          Kick-start generation
private  void log(java.lang.String msg)
           
static void main(java.lang.String[] args)
          Main entry point.
private  void parseCommandLine(java.lang.String[] args)
          Parse the command-line
private  void parseSources()
          Parse the source-files
private  void validateCommandLine()
          Check that we have all the required args
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destDir

private java.io.File destDir
output directory


template

private java.lang.String template
control template


sourceFiles

private java.lang.String[] sourceFiles
input files/directories


sourcePath

private java.lang.String sourcePath
input path


verbose

private boolean verbose
verbose flag


docInfo

private DocInfo docInfo
docinfo

Constructor Detail

VDocletCLI

public VDocletCLI()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main entry point.


execute

private void execute(java.lang.String[] args)
              throws java.lang.Exception

log

private void log(java.lang.String msg)

parseCommandLine

private void parseCommandLine(java.lang.String[] args)
                       throws java.lang.Exception
Parse the command-line


validateCommandLine

private void validateCommandLine()
                          throws java.lang.Exception
Check that we have all the required args


parseSources

private void parseSources()
                   throws java.io.IOException
Parse the source-files


generate

private void generate()
               throws java.lang.Exception
Kick-start generation