Package com.atlassian.jira.license
Class LicenseStringFactoryImpl
java.lang.Object
com.atlassian.jira.license.LicenseStringFactoryImpl
- All Implemented Interfaces:
LicenseStringFactory
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LicenseStringFactoryImpl
public LicenseStringFactoryImpl()
-
-
Method Details
-
create
Description copied from interface:LicenseStringFactory
Creates a license String from an old license message and hash- Specified by:
create
in interfaceLicenseStringFactory
- Parameters:
message
- the messagehash
- the hash- Returns:
- a license string represented by the message and hash,
null
if any error happens.
-