XDC - v. 0.6.1

net.sf.xdc.processing
Class XdcProcessor

java.lang.Object
  extended bynet.sf.xdc.processing.XdcProcessor

public class XdcProcessor
extends java.lang.Object

This class is responsible for processing all source files by applying the appropriate stylesheets to the sources specified during the invocation of the XDC tool.

Since:
0.5
Version:
0.5
Author:
Jens Voß

Constructor Summary
XdcProcessor(org.apache.commons.cli.CommandLine line)
          This public constructor uses the command line to collect all necessary sources for processing.
 
Method Summary
 void process()
          This method generates all files for the XDC documentation pages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdcProcessor

public XdcProcessor(org.apache.commons.cli.CommandLine line)
This public constructor uses the command line to collect all necessary sources for processing.

Parameters:
line - The command line which specifies which sources are to be processed and details on how they should be processed
Method Detail

process

public void process()
This method generates all files for the XDC documentation pages.


XDC - v. 0.6.1