Method Summary |
|
public void | addResource(String resourceName) Adds resource to the list of resources to be aggregated. |
public void | addResourceList(String resourceListName) Reads each line from 'resourceListName' resource and adds
to the list of resources to be aggregated.
Directive #include allows to include another resource
list. |
public InputStream | aggregate() Aggregates all resources in one resource. |
public static void | main(String[] args) Aggregates resource lists listed in command line arguments and outputs them to console. |