Interface Objectionary

    • Method Detail

      • get

        org.cactoos.Input get​(String name)
                       throws IOException
        Resolve object.
        Parameters:
        name - Object name.
        Returns:
        Object code.
        Throws:
        IOException - If fails to fetch.
      • contains

        boolean contains​(String name)
                  throws IOException
        Checks whether an Objectionary contains a provided object.
        Parameters:
        name - Object name.
        Returns:
        Boolean: "true" if found, "false" if not.
        Throws:
        IOException - If fails to fetch.