|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.dpml.tools.impl.StandardBuilder
public class StandardBuilder
The StandardBuilder is a plugin established by the Tools build controller used for the building of a project based on the Ant build system in conjunction with Transit plugin management services.
Field Summary | |
---|---|
static BuilderDirective |
CONFIGURATION
The builder configuration. |
static String |
DEFAULT_TEMPLATE_URN
The default template uri path. |
Constructor Summary | |
---|---|
StandardBuilder(Logger logger,
Library library)
Creation of a new standard builder. |
|
StandardBuilder(Logger logger,
Library library,
boolean verbose)
Creation of a new standard builder. |
Method Summary | |
---|---|
boolean |
build(Resource resource,
String[] targets)
Build the project defined by the supplied resource. |
File |
getTemplateFile(Resource resource)
Return the template for the resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_TEMPLATE_URN
public static final BuilderDirective CONFIGURATION
Constructor Detail |
---|
public StandardBuilder(Logger logger, Library library)
logger
- assigned logging channellibrary
- the librarypublic StandardBuilder(Logger logger, Library library, boolean verbose)
logger
- assigned logging channellibrary
- the libraryverbose
- verbose execution flagMethod Detail |
---|
public boolean build(Resource resource, String[] targets)
build
in interface Builder
resource
- the project definitiontargets
- an array of build target names
public File getTemplateFile(Resource resource)
resource
- the project definition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |