Interface NaruEnv


public interface NaruEnv
  • Method Summary

    Modifier and Type
    Method
    Description
    net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement>
    get(String key)
     
    void
    put(String key, net.thevpc.nuts.elem.NElement value, NAruVisibility visibility)
     
  • Method Details

    • get

      net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> get(String key)
    • put

      void put(String key, net.thevpc.nuts.elem.NElement value, NAruVisibility visibility)