Uses of Interface
org.codehaus.plexus.components.io.filemappers.FileMapper
Packages that use FileMapper
Package
Description
File Mappers
Resources and Resource Collections
-
Uses of FileMapper in org.codehaus.plexus.components.io.filemappers
Classes in org.codehaus.plexus.components.io.filemappers that implement FileMapperModifier and TypeClassDescriptionclassAbstract base class for deriving file mappers.classAlias forIdentityMapperclassAn implementation ofFileMapper, which changes the files extension.classImplementation of a flattening file mapper: Removes all directory parts.classDefault implementation ofFileMapper, which performs the identity mapping: All names are left unchanged.classA file mapper, which maps to a constant target name.classA file mapper, which maps by adding a prefix.classImplementation of a file mapper, which uses regular expressions.classA file mapper, which maps by adding a suffix to the filename. -
Uses of FileMapper in org.codehaus.plexus.components.io.resources
Methods in org.codehaus.plexus.components.io.resources that return FileMapperModifier and TypeMethodDescriptionAbstractPlexusIoResourceCollection.getFileMappers()Returns the file name mappers, which are used to transform the resource names.Methods in org.codehaus.plexus.components.io.resources with parameters of type FileMapperModifier and TypeMethodDescriptionvoidAbstractPlexusIoResourceCollection.setFileMappers(FileMapper[] fileMappers) Sets the file name mappers, which are used to transform the resource names.