net.dpml.library.console
Class BuilderPlugin

java.lang.Object
  extended bynet.dpml.library.console.BuilderPlugin

public class BuilderPlugin
extends Object

Plugin that handles multi-project builds based on supplied commandline arguments.

Version:
1.1.0
Author:
Digital Product Meta Library

Constructor Summary
BuilderPlugin(Logger logger, String[] args)
          Builder establishment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderPlugin

public BuilderPlugin(Logger logger,
                     String[] args)
              throws Exception
Builder establishment. System property have already been assigned to the current jvm by depot.

Parameters:
logger - the assigned logging channel
args - supplimentary command line arguments
Throws:
Exception - if the build fails