| |
|
| com.metaboss.licensing.LicenseService
All known Subclasses: com.metaboss.licensing.defaultimpl.LicenseServiceImpl,
LicenseService | public interface LicenseService (Code) | | This interface represents the iterface to the metaboss licensing service
|
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
getAuthorCopyrightNotice | public String getAuthorCopyrightNotice()(Code) | | Returns author's copyright notice text (e.g. Copyright 2000-2005 © BigSoftwareHouse Co. All Rights Reserved. )
|
getAuthorLicenseNoticeForContent | public String[] getAuthorLicenseNoticeForContent()(Code) | | Returns author's license notice text applicable when describing content
|
getAuthorLicenseNoticeForProgram | public String[] getAuthorLicenseNoticeForProgram()(Code) | | Returns author's license notice text applicable when describing program
|
getAuthorName | public String getAuthorName()(Code) | | Returns author name (e.g. BigSoftwareHouse Co.)
|
getGeneratedFileHeader | public String[] getGeneratedFileHeader()(Code) | | Returns the multiline text of the header to be placed in the generated files
|
getManufacturerCopyrightNotice | public String getManufacturerCopyrightNotice()(Code) | | Returns manufacturer's copyright notice text (e.g. Copyright 2000-2005 © Softaris Pty.Ltd. All Rights Reserved. )
|
getManufacturerLicenseNotice | public String[] getManufacturerLicenseNotice()(Code) | | Returns manufacturer's license notice text, allows for multiline here. This license notice would be displayed
on parts of product itself. (e.g. Design Studio in its about box would display licensing notice of MetaBoss and not of end product)
|
getManufacturerName | public String getManufacturerName()(Code) | | Returns manufacturer's name (e.g. Softaris Pty. Ltd. )
|
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. (e.g. MetaBoss)
|
getProductVersion | public String getProductVersion()(Code) | | Returns product version (e.g. 0.6.123 )
|
getProductWebSite | public String getProductWebSite()(Code) | | Returns product web site url
|
isProductCommerciallyLicensed | public boolean isProductCommerciallyLicensed()(Code) | | Returns true if this is commercially registered product
|
|
|
|