Interface Objectionaries

  • All Known Implementing Classes:
    Objectionaries.Fake, ObjsDefault

    public interface Objectionaries
    Many objectionaries for different hashes.
    Since:
    0.29.6
    • Method Detail

      • object

        org.cactoos.Input object​(ObjectName name)
                          throws IOException
        Get an object by hash and name.
        Parameters:
        name - Object name
        Returns:
        Object
        Throws:
        IOException - If some I/O problem happens.
      • contains

        boolean contains​(ObjectName name)
                  throws IOException
        Check if an object exists.
        Parameters:
        name - Object name
        Returns:
        True if an object exists, false otherwise
        Throws:
        IOException - If some I/O problem happens.