Package org.eolang.maven
Interface Objectionary
-
- All Known Implementing Classes:
OyCaching,OyFallback,OyLocal,OyRemote
public interface ObjectionaryObjectionary.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.cactoos.Inputget(String name)Resolve object.
-
-
-
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.
-
-