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
@Component(role=ContainerDescriptorHandler.class,
hint="metaInf-spring",
instantiationStrategy="per-lookup")
public class MetaInfSpringHandler
extends AbstractLineAggregatingHandler
-
Field Summary
FieldsFields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector
DEFAULT_ROLE_HINT, ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
fileMatches
(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo) protected 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 Details
-
SPRING_PATH_PREFIX
- See Also:
-
-
Constructor Details
-
MetaInfSpringHandler
public MetaInfSpringHandler()
-
-
Method Details
-
getOutputPathPrefix
protected 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
-