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 TypeMethodDescriptionvoidAbstractArchetypeDescriptor.addFileSet(FileSet fileSet) Method addFileSet.voidAbstractArchetypeDescriptor.removeFileSet(FileSet fileSet) Method removeFileSet.Method parameters in org.apache.maven.archetype.metadata with type arguments of type FileSetModifier and TypeMethodDescriptionvoidAbstractArchetypeDescriptor.setFileSets(List<FileSet> fileSets) Set file sets definition.