Uses of Class
org.apache.maven.archetype.metadata.FileSet
Packages that use FileSet
-
Uses of FileSet in org.apache.maven.archetype.metadata
Methods in org.apache.maven.archetype.metadata that return types with arguments of type FileSetMethods in org.apache.maven.archetype.metadata with parameters of type FileSetModifier and TypeMethodDescriptionvoid
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 FileSetModifier and TypeMethodDescriptionvoid
AbstractArchetypeDescriptor.setFileSets
(List<FileSet> fileSets) Set file sets definition.