Class MetaInfSpringHandler
- java.lang.Object
-
- org.apache.maven.plugins.assembly.filter.AbstractLineAggregatingHandler
-
- 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 AbstractLineAggregatingHandler
metaInf-spring
: Spring'sMETA-INF/spring.*
aggregating handler.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
SPRING_PATH_PREFIX
-
Constructor Summary
Constructors Constructor Description MetaInfSpringHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
protected java.lang.String
getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
-
Methods inherited from class org.apache.maven.plugins.assembly.filter.AbstractLineAggregatingHandler
addToArchive, finalizeArchiveCreation, finalizeArchiveExtraction, getCatalog, getEncoding, getVirtualFiles, isSelected, readLines, setCatalog
-
-
-
-
Field Detail
-
SPRING_PATH_PREFIX
private static final java.lang.String SPRING_PATH_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOutputPathPrefix
protected java.lang.String getOutputPathPrefix(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
- Specified by:
getOutputPathPrefix
in classAbstractLineAggregatingHandler
-
fileMatches
protected boolean fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
- Specified by:
fileMatches
in classAbstractLineAggregatingHandler
-
-