public interface Configuration<P extends Plugin<Model>,Model> extends LibraryItem
Modifier and Type | Method and Description |
---|---|
ValidationResult |
consistencyCheck(ConsistencyCheckContext context) |
Configuration<P,Model> |
copy() |
Model |
getModel() |
Class<Model> |
getModelClass() |
String |
getNotes()
Notes for this particular configuration
|
P |
getPlugin() |
Class<? extends P> |
getPluginClass() |
<T> T |
optionalProperty(String name,
T defaultValue) |
description
P getPlugin()
String getNotes()
Model getModel()
ValidationResult consistencyCheck(ConsistencyCheckContext context)
Configuration<P,Model> copy()
<T> T optionalProperty(String name, T defaultValue)
Copyright © 2018. All rights reserved.