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

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

public class FileSetFormatter
extends Object

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

Constructor Summary
FileSetFormatter(AssemblerConfigurationSource configSource, org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 File formatFileSetForAssembly(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 File formatFileSetForAssembly(File fileSetDir,
                                     FileSet set)
                              throws AssemblyFormattingException,
                                     IOException
Throws:
AssemblyFormattingException
IOException


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