public class PlugIn extends Object
Currently just used for configuration, may need to be public for dynamic configuration.
Constructor and Description |
---|
PlugIn(String name,
Class type,
String description,
Map config) |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(Object bean,
Map config) |
Validation |
createValidation(String name,
String description,
Map args)
Create a Validation based on provided
test definition. |
Map |
getPropertyMap() |
protected PropertyDescriptor |
propertyInfo(String name) |
protected static Map |
propertyMap(BeanInfo info) |
public PlugIn(String name, Class type, String description, Map config) throws ValidationException
ValidationException
protected PropertyDescriptor propertyInfo(String name)
public Validation createValidation(String name, String description, Map args) throws ValidationException
test
definition.
Creates the required Java Bean and configures according to the provided test definition, using this plugIn's defaults.
name
- Map defining User's test.description
- DOCUMENT ME!args
- DOCUMENT ME!ValidationException
- when an error occursprotected void configure(Object bean, Map config) throws ValidationException
ValidationException
public Map getPropertyMap()
Copyright © 1996–2019 Geotools. All rights reserved.