Package org.eolang.maven
Class LocalObjectionary
- java.lang.Object
-
- org.eolang.maven.LocalObjectionary
-
- All Implemented Interfaces:
Objectionary
public final class LocalObjectionary extends Object implements Objectionary
Objectionary stored locally.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description LocalObjectionary(String ver, Path path)
Ctor.
-
-
-
Method Detail
-
get
public org.cactoos.Input get(String name) throws IOException
Description copied from interface:Objectionary
Resolve object.- Specified by:
get
in interfaceObjectionary
- Parameters:
name
- Object name.- Returns:
- Object code.
- Throws:
IOException
- If fails to fetch.
-
-