public class PythonIOController extends Object
Constructor and Description |
---|
PythonIOController(Controller pluginController) |
Modifier and Type | Method and Description |
---|---|
<T> T |
deleteProperty(Class<?> context,
String key) |
<T extends Plugin> |
getPlugin(Class<T> clazz) |
<T> List<T> |
getPlugins(Class<T> pClass) |
<T> T |
getProperty(Class<?> context,
String key,
T defaultValue) |
boolean |
isActive(Plugin p) |
void |
readProperties(File f) |
Object |
storeProperty(Class<?> context,
String key,
Object property) |
void |
writeProperties(File f) |