public interface Context
Modifier and Type | Method and Description |
---|---|
Activators |
getActivators()
returns the API to manage the Activators
|
AddOnModel |
getAddOn()
gets addOn
|
Events |
getEvents()
returns the API used for interaction with Events
|
Files |
getFiles()
returns the API used for interaction with Files
|
org.apache.logging.log4j.spi.ExtendedLogger |
getLogger()
returns the API used to log
|
Output |
getOutput()
returns the API used to manage the OutputPlugins and OutputExtensions
|
Resources |
getResources()
returns the API used for interaction with Resource
|
default SecureStorage |
getSecureStorage()
Gets the Secure Storage object of Izou.
|
System |
getSystem()
retruns the API used to interact with Izou.
|
ThreadPool |
getThreadPool()
returns the API used to manage the ThreadPool
|
Resources getResources()
org.apache.logging.log4j.spi.ExtendedLogger getLogger()
ThreadPool getThreadPool()
Activators getActivators()
Output getOutput()
AddOnModel getAddOn()
default SecureStorage getSecureStorage()
SecureStorage
allows addOns to safely store data so that other
addOns cannot access it. However while the data is encrypted, there is no guarantee that the end user cannot
decrypt the data and access it. So be careful to not store any sensitive information hereCopyright © 2016. All rights reserved.