org.fusesource.mvnplugins.uberize.transformer
Class TextAggregator
java.lang.Object
org.fusesource.mvnplugins.uberize.transformer.Resources
org.fusesource.mvnplugins.uberize.transformer.AbstractPathTransformer
org.fusesource.mvnplugins.uberize.transformer.TextAggregator
- All Implemented Interfaces:
- Transformer
public class TextAggregator
- extends AbstractPathTransformer
A resource processor that appends content for a resource, separated by
an end of line sequence.
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eol
public String eol
TextAggregator
public TextAggregator()
process
protected UberEntry process(Uberizer uberizer,
UberEntry entry,
File target)
throws IOException
- Specified by:
process
in class AbstractPathTransformer
- Throws:
IOException
Copyright © 2009-2011 FuseSource. All Rights Reserved.