Class MetaInfSpringHandler

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

@Named("metaInf-spring") public class MetaInfSpringHandler extends Object
metaInf-spring: Spring's META-INF/spring.* aggregating handler.
  • Constructor Details

    • MetaInfSpringHandler

      public MetaInfSpringHandler()
  • Method Details

    • 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(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)