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

java.lang.Object
  extended byorg.apache.maven.plugin.assembly.format.FileSetFormatter

public class FileSetFormatter
extends java.lang.Object

Version:
$Id: FileSetFormatter.java 694437 2008-09-11 19:40:30Z jdcasey $

Constructor Summary
FileSetFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 java.io.File formatFileSetForAssembly(java.io.File fileSetDir, FileSet set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSetFormatter

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

formatFileSetForAssembly

public java.io.File formatFileSetForAssembly(java.io.File fileSetDir,
                                             FileSet set)
                                      throws AssemblyFormattingException,
                                             java.io.IOException
Throws:
AssemblyFormattingException
java.io.IOException


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