Interface Buildable

  • All Superinterfaces:
    FFINode
    All Known Implementing Classes:
    RustNode

    public interface Buildable
    extends FFINode
    Such FFINode that should build (compiled).
    Since:
    0.35
    • Method Detail

      • build

        void build​(Path cache)
        Build it.
        Parameters:
        cache - Where to save for caching.