Package org.jrd.backend.data
Class Cli.Saving
- java.lang.Object
-
- org.jrd.backend.data.Cli.Saving
-
- All Implemented Interfaces:
Utils.StatusKeeper
- Enclosing class:
- Cli
protected static class Cli.Saving extends Object implements Utils.StatusKeeper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onException(Exception ex)
void
setText(String s)
boolean
shouldSave()
int
toInt(String suffix)
-
-
-
Field Detail
-
DEFAULT
protected static final String DEFAULT
- See Also:
- Constant Field Values
-
EXACT
protected static final String EXACT
- See Also:
- Constant Field Values
-
FQN
protected static final String FQN
- See Also:
- Constant Field Values
-
DIR
protected static final String DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldSave
public boolean shouldSave()
-
setText
public void setText(String s)
- Specified by:
setText
in interfaceUtils.StatusKeeper
-
onException
public void onException(Exception ex)
- Specified by:
onException
in interfaceUtils.StatusKeeper
-
toInt
public int toInt(String suffix)
-
-