Uses of Class
org.apache.maven.archetype.metadata.FileSet

Packages that use FileSet
org.apache.maven.archetype.metadata   
 

Uses of FileSet in org.apache.maven.archetype.metadata
 

Methods in org.apache.maven.archetype.metadata that return types with arguments of type FileSet
 List<FileSet> AbstractArchetypeDescriptor.getFileSets()
          Method getFileSets.
 

Methods in org.apache.maven.archetype.metadata with parameters of type FileSet
 void AbstractArchetypeDescriptor.addFileSet(FileSet fileSet)
          Method addFileSet.
 void AbstractArchetypeDescriptor.removeFileSet(FileSet fileSet)
          Method removeFileSet.
 

Method parameters in org.apache.maven.archetype.metadata with type arguments of type FileSet
 void AbstractArchetypeDescriptor.setFileSets(List<FileSet> fileSets)
          Set file sets definition.
 



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