Uses of Class
org.nuiton.license.plugin.model.descriptor.FileSet

Packages that use FileSet
org.nuiton.license.plugin.model.descriptor Descriptor Model package This package contains the api of the license project descriptor. 
 

Uses of FileSet in org.nuiton.license.plugin.model.descriptor
 

Methods in org.nuiton.license.plugin.model.descriptor that return FileSet
 FileSet Header.getFileSet()
          Get Specifies a single file sets to include in the license set.
 

Methods in org.nuiton.license.plugin.model.descriptor that return types with arguments of type FileSet
 List<FileSet> Header.getFileSets()
          Method getFileSets.
 

Methods in org.nuiton.license.plugin.model.descriptor with parameters of type FileSet
 void Header.addFileSet(FileSet fileSet)
          Method addFileSet.
 void Header.removeFileSet(FileSet fileSet)
          Method removeFileSet.
 void Header.setFileSet(FileSet fileSet)
          Set Specifies a single file sets to include in the license set.
 

Method parameters in org.nuiton.license.plugin.model.descriptor with type arguments of type FileSet
 void Header.setFileSets(List<FileSet> fileSets)
          Set Specifies file sets to include in the license set.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.