@OpenApiAll
public interface LicensedPlugin
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getActivationInstructions()
Returns plugin activation instructions 
 | 
java.lang.String | 
getBuildInfo()
Returns build info for plugin. 
 | 
java.lang.String | 
getEULA()
Returns End User License Agreement text 
 | 
boolean | 
isReaderMode()
Checks if plugin is in reader mode. 
 | 
void | 
setReaderMode(boolean reader)
Sets reader mode for plugin 
 | 
void setReaderMode(boolean reader)
reader - true if reader, otherwise false.boolean isReaderMode()
@CheckForNull java.lang.String getEULA()
@CheckForNull java.lang.String getActivationInstructions()
@CheckForNull java.lang.String getBuildInfo()