org.fusesource.mvnplugins.uberize.transformer
Class PickResource
java.lang.Object
org.fusesource.mvnplugins.uberize.transformer.Resources
org.fusesource.mvnplugins.uberize.transformer.AbstractPathTransformer
org.fusesource.mvnplugins.uberize.transformer.PickResource
- All Implemented Interfaces:
- Transformer
public class PickResource
- extends AbstractPathTransformer
A transformer that picks either the first or last resource
from all the available files.
- Author:
- Hiram Chirino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pick
public String pick
PickResource
public PickResource()
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.