public class PluginProperties extends Object
Constructor and Description |
---|
PluginProperties(Properties properties) |
Modifier and Type | Method and Description |
---|---|
static PluginProperties |
fromJarFile(String filename)
Loads the Graylog plugin properties file from the given JAR file.
|
boolean |
isIsolated() |
public PluginProperties(Properties properties)
public static PluginProperties fromJarFile(String filename)
org.graylog.plugins.graylog-plugin-map-widget
)
If the plugin properties file does not exist or cannot be found (like in older plugins) a default
PluginProperties
object will be returned.filename
- path to the JAR filepublic boolean isIsolated()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.