Class GryoIo.Builder

    • Method Detail

      • graph

        public Io.Builder<GryoIo> graph​(Graph g)
        Description copied from interface: Io.Builder
        Providers use this method to supply the current instance of their Graph to the builder. End-users should not call this method directly.
        Specified by:
        graph in interface Io.Builder<GryoIo>
      • requiresVersion

        public <V> boolean requiresVersion​(V version)
        Description copied from interface: Io.Builder
        Determines if the version matches the one configured for this builder. Graph providers can use this in calls to Graph.io(Builder) to figure out the correct versions of registries to add.
        Specified by:
        requiresVersion in interface Io.Builder<GryoIo>