Uses of Class
org.apache.maven.plugins.assembly.model.FileItem
Packages that use FileItem
Package
Description
-
Uses of FileItem in org.apache.maven.plugins.assembly.model
Fields in org.apache.maven.plugins.assembly.model with type parameters of type FileItemMethods in org.apache.maven.plugins.assembly.model that return types with arguments of type FileItemModifier and TypeMethodDescriptionAssembly.getFiles()
Method getFiles.Component.getFiles()
Method getFiles.Methods in org.apache.maven.plugins.assembly.model with parameters of type FileItemModifier and TypeMethodDescriptionvoid
Method addFile.void
Method addFile.void
Assembly.removeFile
(FileItem fileItem) Method removeFile.void
Component.removeFile
(FileItem fileItem) Method removeFile.Method parameters in org.apache.maven.plugins.assembly.model with type arguments of type FileItem -
Uses of FileItem in org.apache.maven.plugins.assembly.model.io.xpp3
Methods in org.apache.maven.plugins.assembly.model.io.xpp3 that return FileItemModifier and TypeMethodDescriptionprivate FileItem
AssemblyXpp3Reader.parseFileItem
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileItem.private FileItem
ComponentXpp3Reader.parseFileItem
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileItem.Methods in org.apache.maven.plugins.assembly.model.io.xpp3 with parameters of type FileItemModifier and TypeMethodDescriptionprivate void
AssemblyXpp3Writer.writeFileItem
(FileItem fileItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileItem.private void
ComponentXpp3Writer.writeFileItem
(FileItem fileItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileItem.