org.fusesource.mvnplugins.uberize.transformer
Class XmlAppender

java.lang.Object
  extended by org.fusesource.mvnplugins.uberize.transformer.Resources
      extended by org.fusesource.mvnplugins.uberize.transformer.AbstractPathTransformer
          extended by org.fusesource.mvnplugins.uberize.transformer.XmlAppender
All Implemented Interfaces:
Transformer

public class XmlAppender
extends AbstractPathTransformer

Author:
Hiram Chirino

Field Summary
static java.lang.String XSI_NS
           
 
Fields inherited from class org.fusesource.mvnplugins.uberize.transformer.Resources
excludes, ignoreCase, includes
 
Constructor Summary
XmlAppender()
           
 
Method Summary
protected  UberEntry process(Uberizer uberizer, UberEntry entry, java.io.File target)
           
 
Methods inherited from class org.fusesource.mvnplugins.uberize.transformer.AbstractPathTransformer
process
 
Methods inherited from class org.fusesource.mvnplugins.uberize.transformer.Resources
getExcludes, getIncludes, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSI_NS

public static final java.lang.String XSI_NS
See Also:
Constant Field Values
Constructor Detail

XmlAppender

public XmlAppender()
Method Detail

process

protected UberEntry process(Uberizer uberizer,
                            UberEntry entry,
                            java.io.File target)
                     throws java.io.IOException
Specified by:
process in class AbstractPathTransformer
Throws:
java.io.IOException


Copyright © 2009-2011 FuseSource. All Rights Reserved.