Class Overview
Implementation of com.atlassian.application.host.license.LicenseLocator for JIRA.
This implementation makes use of the com.atlassian.sal.api.license.LicenseHandler exposed by the
OSGi JIRA - SAL
plugin.
Summary
Public Methods |
Option<SingleProductLicenseDetailsView>
|
apply(ApplicationKey input)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.google.common.base.Function
@Nullable
T
|
apply(F arg0)
|
boolean
|
equals(Object arg0)
|
|
Public Constructors
public
JiraLicenseLocator
()
Public Methods
public
Option<SingleProductLicenseDetailsView>
apply
(ApplicationKey input)