|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginType | |
---|---|
org.apache.logging.log4j.core.config | Configuration of Log4j 2.0. |
org.apache.logging.log4j.core.config.plugins | Configuration of Log4j 2.0 via Plugins. |
Uses of PluginType in org.apache.logging.log4j.core.config |
---|
Methods in org.apache.logging.log4j.core.config that return PluginType | |
---|---|
PluginType |
Node.getType()
|
Constructors in org.apache.logging.log4j.core.config with parameters of type PluginType | |
---|---|
Node(Node parent,
String name,
PluginType type)
Creates a new instance of Node and initializes it
with a name and the corresponding XML element. |
Uses of PluginType in org.apache.logging.log4j.core.config.plugins |
---|
Methods in org.apache.logging.log4j.core.config.plugins that return PluginType | |
---|---|
PluginType |
PluginManager.getPluginType(String name)
Returns the type of a specified plugin. |
Methods in org.apache.logging.log4j.core.config.plugins that return types with arguments of type PluginType | |
---|---|
Map<String,PluginType> |
PluginManager.getPlugins()
Returns all the matching plugins. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |