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 TypeMethodDescriptionvoidMethod addFile.voidMethod addFile.voidAssembly.removeFile(FileItem fileItem) Method removeFile.voidComponent.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 FileItemAssemblyXpp3Reader.parseFileItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseFileItem.private FileItemComponentXpp3Reader.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 voidAssemblyXpp3Writer.writeFileItem(FileItem fileItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileItem.private voidComponentXpp3Writer.writeFileItem(FileItem fileItem, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeFileItem.