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

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

public class FileFormatter
extends java.lang.Object

Version:
$Id: FileFormatter.java 965106 2010-07-17 16:44:18Z bentmann $

Constructor Summary
FileFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 java.io.File format(java.io.File source, boolean filter, java.lang.String lineEnding)
           
 java.io.File format(java.io.File source, boolean filter, java.lang.String lineEnding, java.io.File tempRoot)
           
 
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 java.io.File format(java.io.File source,
                           boolean filter,
                           java.lang.String lineEnding)
                    throws AssemblyFormattingException
Throws:
AssemblyFormattingException

format

public java.io.File format(java.io.File source,
                           boolean filter,
                           java.lang.String lineEnding,
                           java.io.File tempRoot)
                    throws AssemblyFormattingException
Throws:
AssemblyFormattingException


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