net.dpml.library
Interface Builder

All Known Implementing Classes:
StandardBuilder

public interface Builder

A Builder is implementated by a plugin that handles the building of a project.

Version:
1.2.0
Author:
Digital Product Meta Library

Method Summary
 boolean build(Resource resource, String[] targets)
          Build a resource.
 

Method Detail

build

boolean build(Resource resource,
              String[] targets)
Build a resource.

Parameters:
resource - the resource to build
targets - build target names
Returns:
the success status of the build