public interface Createable
Createable is an object that can create an instance of itself given
parameters from a properties file (Params). A class that
implements this interface must also define a no-arg constructor.| Modifier and Type | Method and Description |
|---|---|
Object |
create(Map params) |
Object create(Map params) throws JWNLException
JWNLExceptionCopyright © 2023. All rights reserved.