org.apache.maven.plugin.assembly.format
Class FileFormatter

java.lang.Object
  extended by org.apache.maven.plugin.assembly.format.FileFormatter

public class FileFormatter
extends Object

Version:
$Id: FileFormatter.java 1163853 2011-08-31 22:42:32Z jdcasey $

Constructor Summary
FileFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 File format(File source, boolean filter, String lineEnding, File tempRoot, String encoding)
           
 File format(File source, boolean filter, String lineEnding, String encoding)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFormatter

public FileFormatter(AssemblerConfigurationSource configSource,
                     org.codehaus.plexus.logging.Logger logger)
Method Detail

format

public File format(File source,
                   boolean filter,
                   String lineEnding,
                   String encoding)
            throws AssemblyFormattingException
Throws:
AssemblyFormattingException

format

public File format(File source,
                   boolean filter,
                   String lineEnding,
                   File tempRoot,
                   String encoding)
            throws AssemblyFormattingException
Throws:
AssemblyFormattingException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.