| |
|
| java.lang.Object com.metaboss.licensing.defaultimpl.LicenseServiceImpl
LicenseServiceImpl | public class LicenseServiceImpl implements LicenseService(Code) | | Implementation of the license service
|
getAuthorCopyrightNotice | public String getAuthorCopyrightNotice()(Code) | | Returns user's copyright notice
|
getAuthorLicenseNoticeForContent | public String[] getAuthorLicenseNoticeForContent()(Code) | | Returns users's license notice text applicable when describing content
|
getAuthorLicenseNoticeForProgram | public String[] getAuthorLicenseNoticeForProgram()(Code) | | Returns users's license notice text applicable when describing program
|
getAuthorName | public String getAuthorName()(Code) | | Returns user name
|
getGeneratedFileHeader | public String[] getGeneratedFileHeader()(Code) | | Returns the text of the header to be placed in the generated files
|
getManufacturerCopyrightNotice | public String getManufacturerCopyrightNotice()(Code) | | Returns manufacturer's copyright notice text
|
getManufacturerLicenseNotice | public String[] getManufacturerLicenseNotice()(Code) | | Returns manufacturer's license notice text
|
getManufacturerName | public String getManufacturerName()(Code) | | Returns manufacturer's name
|
getProductBuildDate | public String getProductBuildDate()(Code) | | Returns product build date
|
getProductBuildTime | public String getProductBuildTime()(Code) | | Returns product build time
|
getProductName | public String getProductName()(Code) | | Returns product name
|
getProductVersion | public String getProductVersion()(Code) | | Returns product version
|
getProductWebSite | public String getProductWebSite()(Code) | | Returns product web site url
|
isProductCommerciallyLicensed | public boolean isProductCommerciallyLicensed()(Code) | | Returns true if this is commercially registered product
|
|
|
|