Uses of Class
org.nuiton.license.plugin.model.License

Packages that use License
org.nuiton.license.plugin Maven license plugin Base package of the plugin containing all mojos. 
org.nuiton.license.plugin.model Model package This package contains all models of the project. 
 

Uses of License in org.nuiton.license.plugin
 

Methods in org.nuiton.license.plugin that return License
 License AbstractLicenseWithDescriptorMojo.getLicense(String licenseName)
           
 License AbstractLicenseWithDescriptorMojo.getMainLicense()
           
 

Methods in org.nuiton.license.plugin with parameters of type License
protected  FileHeader UpdateFileHeaderMojo.buildDefaultFileHeader(License license, String projectName, String inceptionYear, String copyrightHolder, boolean addSvnKeyWords, String encoding)
          Build a default header given the parameters.
 

Uses of License in org.nuiton.license.plugin.model
 

Fields in org.nuiton.license.plugin.model with type parameters of type License
protected  List<License> LicenseRepository.licenses
          licenses of this repository
 

Methods in org.nuiton.license.plugin.model that return License
 License LicenseStore.getLicense(String licenseName)
           
 License LicenseRepository.getLicense(String licenseName)
           
 License[] LicenseStore.getLicenses()
           
 License[] LicenseRepository.getLicenses()
           
 

Methods in org.nuiton.license.plugin.model that return types with arguments of type License
 Iterator<License> LicenseRepository.iterator()
           
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.