Package opennlp.tools.cmdline
Interface ObjectStreamFactory<T,P>
public interface ObjectStreamFactory<T,P>
-
Method Summary
-
Method Details
-
getParameters
- Returns:
- Retrieves interface with parameters description.
-
create
Creates anObjectStreamof the template typeT.- Parameters:
args- arguments- Returns:
- The created
ObjectStreaminstance.
-