org.apache.maven.plugin.assembly.filter
Class MetaInfSpringHandler

java.lang.Object
  extended by org.apache.maven.plugin.assembly.filter.MetaInfSpringHandler
All Implemented Interfaces:
ContainerDescriptorHandler, org.codehaus.plexus.archiver.ArchiveFinalizer, org.codehaus.plexus.components.io.fileselectors.FileSelector

@Component(role=ContainerDescriptorHandler.class,
           hint="metaInf-spring",
           instantiationStrategy="per-lookup")
public class MetaInfSpringHandler
extends Object


Field Summary
 
Fields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector
DEFAULT_ROLE_HINT, ROLE
 
Constructor Summary
MetaInfSpringHandler()
           
 
Method Summary
protected  boolean fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
           
 void finalizeArchiveCreation(org.codehaus.plexus.archiver.Archiver archiver)
           
 void finalizeArchiveExtraction(org.codehaus.plexus.archiver.UnArchiver unArchiver)
           
protected  Map<String,List<String>> getCatalog()
           
protected  String getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
           
 List<String> getVirtualFiles()
           
 boolean isSelected(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
           
protected  void setCatalog(Map<String,List<String>> catalog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaInfSpringHandler

public MetaInfSpringHandler()
Method Detail

getOutputPathPrefix

protected String getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)

fileMatches

protected boolean fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)

finalizeArchiveCreation

public void finalizeArchiveCreation(org.codehaus.plexus.archiver.Archiver archiver)
Specified by:
finalizeArchiveCreation in interface org.codehaus.plexus.archiver.ArchiveFinalizer

finalizeArchiveExtraction

public void finalizeArchiveExtraction(org.codehaus.plexus.archiver.UnArchiver unArchiver)
Specified by:
finalizeArchiveExtraction in interface org.codehaus.plexus.archiver.ArchiveFinalizer

getVirtualFiles

public List<String> getVirtualFiles()
Specified by:
getVirtualFiles in interface org.codehaus.plexus.archiver.ArchiveFinalizer

isSelected

public boolean isSelected(@Nonnull
                          org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
                   throws IOException
Specified by:
isSelected in interface org.codehaus.plexus.components.io.fileselectors.FileSelector
Throws:
IOException

getCatalog

protected final Map<String,List<String>> getCatalog()

setCatalog

protected final void setCatalog(Map<String,List<String>> catalog)


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.