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 AbstractLineAggregatingHandlermetaInf-services:META-INF/services/*aggregating handler.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringSERVICES_PATH_PREFIX
-
Constructor Summary
Constructors Constructor Description MetaInfServicesHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanfileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)protected java.lang.StringgetOutputPathPrefix(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
-
SERVICES_PATH_PREFIX
private static final java.lang.String SERVICES_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:
getOutputPathPrefixin classAbstractLineAggregatingHandler
-
fileMatches
protected boolean fileMatches(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
- Specified by:
fileMatchesin classAbstractLineAggregatingHandler
-
-