@ConsumerType
public interface BuildEnabled
InfoMapper
can additionally implement this interface
to receive the logger, properties, and encoding associated with the current build session.
Note that this interface is intended to be implemented by users of JavaCPP and so is marked
as a ConsumerType
interface. Adding methods will be considered a breaking change.
Parser
Modifier and Type | Method and Description |
---|---|
void |
init(Logger logger,
Properties properties,
String encoding) |
void init(Logger logger, Properties properties, String encoding)
Copyright © 2020. All rights reserved.