public class PluginProperties extends Object
| Constructor and Description |
|---|
PluginProperties(String name,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBoolean(String key,
Boolean defaultValue) |
Float |
getFloat(String key,
Float defaultValue) |
Integer |
getInteger(String key,
Integer defaultValue) |
Long |
getLong(String key,
Long defaultValue) |
String |
getString(String key,
String defaultValue) |
public final String name
public PluginProperties(String name, Properties properties)
Copyright © 2021. All rights reserved.