Uses of Class
org.apache.maven.plugin.assembly.model.FileItem

Packages that use FileItem
org.apache.maven.plugin.assembly.model   
 

Uses of FileItem in org.apache.maven.plugin.assembly.model
 

Methods in org.apache.maven.plugin.assembly.model that return types with arguments of type FileItem
 List<FileItem> Component.getFiles()
          Method getFiles.
 List<FileItem> Assembly.getFiles()
          Method getFiles.
 

Methods in org.apache.maven.plugin.assembly.model with parameters of type FileItem
 void Component.addFile(FileItem fileItem)
          Method addFile.
 void Assembly.addFile(FileItem fileItem)
          Method addFile.
 void Component.removeFile(FileItem fileItem)
          Method removeFile.
 void Assembly.removeFile(FileItem fileItem)
          Method removeFile.
 

Method parameters in org.apache.maven.plugin.assembly.model with type arguments of type FileItem
 void Component.setFiles(List<FileItem> files)
          Set specifies which single files to include in the assembly.
 void Assembly.setFiles(List<FileItem> files)
          Set specifies which single files to include in the assembly.
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.