public interface Createable
Createable
is an object that can create an instance of itself given
parameters from a properties file (Param
s). 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
JWNLException
Copyright © 2023. All rights reserved.