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