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
@Component(role=ContainerDescriptorHandler.class,
hint="metaInf-services",
instantiationStrategy="per-lookup")
public class MetaInfServicesHandler
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
-
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
-