Class MetaInfServicesHandler
java.lang.Object
org.apache.maven.plugins.assembly.filter.AbstractLineAggregatingHandler
org.apache.maven.plugins.assembly.filter.MetaInfServicesHandler
- All Implemented Interfaces:
ContainerDescriptorHandler
,org.codehaus.plexus.archiver.ArchiveFinalizer
,org.codehaus.plexus.components.io.fileselectors.FileSelector
@Named("metaInf-services")
public class MetaInfServicesHandler
extends AbstractLineAggregatingHandler
metaInf-services
: META-INF/services/*
aggregating handler.-
Field Summary
Fields -
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
-
SERVICES_PATH_PREFIX
- See Also:
-
-
Constructor Details
-
MetaInfServicesHandler
public MetaInfServicesHandler()
-
-
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
-