Uses of Class
com.rometools.modules.cc.types.License
-
Packages that use License Package Description com.rometools.modules.cc This is a module for ROME that supports both the "CC" RSS1 module and the RSS 2 (and Atom) module in a unified manner.com.rometools.modules.cc.types This package contains datatypes for use with the plug in. -
-
Uses of License in com.rometools.modules.cc
Methods in com.rometools.modules.cc that return License Modifier and Type Method Description License[]CreativeCommons. getAllLicenses()License[]CreativeCommonsImpl. getAllLicenses()License[]CreativeCommons. getLicenses()License[]CreativeCommonsImpl. getLicenses()Methods in com.rometools.modules.cc with parameters of type License Modifier and Type Method Description voidCreativeCommons. setAllLicenses(License[] licenses)voidCreativeCommonsImpl. setAllLicenses(License[] allLicenses)voidCreativeCommons. setLicenses(License[] license)voidCreativeCommonsImpl. setLicenses(License[] licenses) -
Uses of License in com.rometools.modules.cc.types
Fields in com.rometools.modules.cc.types declared as License Modifier and Type Field Description static LicenseLicense. ATTRIBUTIONstatic LicenseLicense. ATTRIBUTION_NO_DERIVSstatic LicenseLicense. NO_DERIVSstatic LicenseLicense. NO_DERIVS_NONCOMMERCIALstatic LicenseLicense. NONCOMMERCIALstatic LicenseLicense. NONCOMMERCIAL_ATTRIBUTIONstatic LicenseLicense. NONCOMMERCIAL_ATTRIBUTION_NO_DERIVSstatic LicenseLicense. SHARE_ALIKEstatic LicenseLicense. SHARE_ALIKE_ATTRIBUTIONstatic LicenseLicense. SHARE_ALIKE_NONCOMMERCIALstatic LicenseLicense. SHARE_ALIKE_NONCOMMERCIAL_ATTRIBUTIONMethods in com.rometools.modules.cc.types that return License Modifier and Type Method Description static LicenseLicense. findByValue(String uri)
-