Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.kernel.plugin.License

Packages that use License
com.liferay.portal.kernel.plugin   
com.liferay.util   
 

Uses of License in com.liferay.portal.kernel.plugin
 

Fields in com.liferay.portal.kernel.plugin with type parameters of type License
static Accessor<License,String> License.NAME_ACCESSOR
           
 

Methods in com.liferay.portal.kernel.plugin that return types with arguments of type License
 List<License> PluginPackage.getLicenses()
           
 

Method parameters in com.liferay.portal.kernel.plugin with type arguments of type License
 void PluginPackage.setLicenses(List<License> licenses)
           
 

Uses of License in com.liferay.util
 

Subclasses of License in com.liferay.util
 class License
          Deprecated. License
 


Liferay 6.1.2-ce-ga3