com.atlassian.jira.license
Class LicenseStringFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.license.LicenseStringFactoryImpl
All Implemented Interfaces:
LicenseStringFactory

public class LicenseStringFactoryImpl
extends Object
implements LicenseStringFactory

Since:
v4.0

Constructor Summary
LicenseStringFactoryImpl()
           
 
Method Summary
 String create(String message, String hash)
          Creates a license String from an old license message and hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseStringFactoryImpl

public LicenseStringFactoryImpl()
Method Detail

create

public String create(String message,
                     String hash)
Description copied from interface: LicenseStringFactory
Creates a license String from an old license message and hash

Specified by:
create in interface LicenseStringFactory
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.