public class Context extends Object implements Context
Constructor and Description |
---|
Context(Context context)
Creates a context for the addOn.
|
Modifier and Type | Method and Description |
---|---|
Activators |
getActivators()
returns the API to manage the Activators
|
AddOnModel |
getAddOn()
gets addOn
|
ContentGenerators |
getContentGenerators()
returns the API used to manage the ContentGenerators
|
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
|
PropertiesAssistant |
getPropertiesAssistant()
Gets the API used for the Properties
|
Resources |
getResources()
returns the API used for interaction with Resource
|
System |
getSystem() |
ThreadPool |
getThreadPool()
returns the API used to manage the ThreadPool
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSecureStorage
public PropertiesAssistant getPropertiesAssistant()
public Resources getResources()
getResources
in interface Context
public org.apache.logging.log4j.spi.ExtendedLogger getLogger()
public ThreadPool getThreadPool()
getThreadPool
in interface Context
public Activators getActivators()
getActivators
in interface Context
public Output getOutput()
public ContentGenerators getContentGenerators()
public AddOnModel getAddOn()
Copyright © 2016. All rights reserved.