Package org.bytedeco.javacpp.tools
Interface BuildEnabled
-
@ConsumerType public interface BuildEnabledClasses implementingInfoMappercan 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
ConsumerTypeinterface. Adding methods will be considered a breaking change.- See Also:
Parser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Logger logger, java.util.Properties properties, java.lang.String encoding)
-
-
-
Method Detail
-
init
void init(Logger logger, java.util.Properties properties, java.lang.String encoding)
-
-