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

Method Summary
 String create(String message, String hash)
          Creates a license String from an old license message and hash
 

Method Detail

create

String create(String message,
              String hash)
Creates a license String from an old license message and hash

Parameters:
message - the message
hash - the hash
Returns:
a license string represented by the message and hash, null if any error happens.


Copyright © 2002-2013 Atlassian. All Rights Reserved.