net.sf.javadocbuilder
Class Controller
java.lang.Object
|
+--IncrementalProjectBuilder
|
+--net.sf.javadocbuilder.Controller
- public final class Controller
- extends IncrementalProjectBuilder
Main entry point for the javadoc builder configuration.
This class is a simple wrapper for the Javadocbuilder.
The purpose of this class is to load the configuration and
call the Builder
class which
is the real worker.
The configuration is read from the .javadocbuilder file,
where is stored in plain xml format.
- Author:
- mgriffa
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
ID
|
Method Summary |
protected IProject[] |
build(int kind,
java.util.Map args,
IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
Controller
public Controller()
build
protected IProject[] build(int kind,
java.util.Map args,
IProgressMonitor monitor)
throws CoreException
CoreException