Package org.eolang.maven.rust
Interface FFINode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidgenerate()Generate necessary files in target.default voidgenerateUnchecked()Generate method but throw unchecked IOException.
-
-
-
Method Detail
-
generate
void generate() throws IOExceptionGenerate necessary files in target. For example, for rust nodes we need to create cargo project in target/Lib and java files in target/generated/EOrust/natives/- Throws:
IOException- if any issues with IO.
-
generateUnchecked
default void generateUnchecked()
Generate method but throw unchecked IOException.
-
-