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

Packages that use License
org.nuiton.license.plugin Maven license plugin 
org.nuiton.license.plugin.model Model package 
 

Uses of License in org.nuiton.license.plugin
 

Methods in org.nuiton.license.plugin that return License
 License AbstractLicenseNameMojo.getLicense(String licenseName)
           
 License AbstractLicenseNameMojo.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 LicenseRepository.getLicense(String licenseName)
           
 License LicenseStore.getLicense(String licenseName)
           
 License[] LicenseRepository.getLicenses()
           
 License[] LicenseStore.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.