com.atlassian.jira.license
Interface LicenseStringFactory
- All Known Implementing Classes:
- LicenseStringFactoryImpl
public interface LicenseStringFactory
A factory to create license string from messages and hashes.
- Since:
- v4.0
create
String create(String message,
String hash)
- Creates a license String from an old license message and hash
- Parameters:
message
- the messagehash
- the hash
- Returns:
- a license string represented by the message and hash,
null
if any error happens.
Copyright © 2002-2012 Atlassian. All Rights Reserved.