| Interface | Description |
|---|---|
| Externalizer |
This interface may be used to define a external source for projection metadata.
|
| Class | Description |
|---|---|
| ExternalizerAdapter |
This default implementation for the
Externalizer interface is just a shortcut
if you only want to implement one of the interfaces methods. |
| PropertyFileExternalizer |
A full working example for an Externalizer implementation.
|
Externalizer interface.
You need it if you want to store the XPath expressions outside of the Java code.
There is even an example implementation PropertyFileExternalizer.Copyright © 2012-12-21-2017. All Rights Reserved.