org.apache.maven.plugin.assembly.filter
Class SimpleAggregatingDescriptorHandler
java.lang.Object
org.apache.maven.plugin.assembly.filter.SimpleAggregatingDescriptorHandler
- All Implemented Interfaces:
- ContainerDescriptorHandler, org.codehaus.plexus.archiver.ArchiveFinalizer, org.codehaus.plexus.components.io.fileselectors.FileSelector, org.codehaus.plexus.logging.LogEnabled
public class SimpleAggregatingDescriptorHandler
- extends java.lang.Object
- implements ContainerDescriptorHandler, org.codehaus.plexus.logging.LogEnabled
- Version:
- $Id: SimpleAggregatingDescriptorHandler.java 782119 2009-06-05 19:55:15Z jdcasey $
Fields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector |
DEFAULT_ROLE_HINT, ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAggregatingDescriptorHandler
public SimpleAggregatingDescriptorHandler()
finalizeArchiveCreation
public void finalizeArchiveCreation(org.codehaus.plexus.archiver.Archiver archiver)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
finalizeArchiveCreation
in interface org.codehaus.plexus.archiver.ArchiveFinalizer
- Throws:
org.codehaus.plexus.archiver.ArchiverException
finalizeArchiveExtraction
public void finalizeArchiveExtraction(org.codehaus.plexus.archiver.UnArchiver unarchiver)
throws org.codehaus.plexus.archiver.ArchiverException
- Specified by:
finalizeArchiveExtraction
in interface org.codehaus.plexus.archiver.ArchiveFinalizer
- Throws:
org.codehaus.plexus.archiver.ArchiverException
getVirtualFiles
public java.util.List getVirtualFiles()
- Specified by:
getVirtualFiles
in interface org.codehaus.plexus.archiver.ArchiveFinalizer
isSelected
public boolean isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
throws java.io.IOException
- Specified by:
isSelected
in interface org.codehaus.plexus.components.io.fileselectors.FileSelector
- Throws:
java.io.IOException
getLogger
protected final org.codehaus.plexus.logging.Logger getLogger()
enableLogging
public void enableLogging(org.codehaus.plexus.logging.Logger logger)
- Specified by:
enableLogging
in interface org.codehaus.plexus.logging.LogEnabled
getFilePattern
public java.lang.String getFilePattern()
setFilePattern
public void setFilePattern(java.lang.String filePattern)
getOutputPath
public java.lang.String getOutputPath()
setOutputPath
public void setOutputPath(java.lang.String outputPath)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.