Package org.eolang.tojos
Interface Tojo
-
public interface Tojo
One tojo.- Since:
- 0.12
-
-
Method Detail
-
exists
boolean exists(String key) throws IOException
This attribute exists.- Parameters:
key
- The name of the attribute- Returns:
- TRUE if exists
- Throws:
IOException
- If fails
-
get
String get(String key) throws IOException
Get attribute.- Parameters:
key
- The name of the attribute- Returns:
- The value
- Throws:
IOException
- If fails
-
set
Tojo set(String key, String value) throws IOException
Set attribute.- Parameters:
key
- The name of the attributevalue
- The value- Returns:
- Itself
- Throws:
IOException
- If fails
-
-