Uses of Class
edu.uiuc.ncsa.security.util.cli.AbstractEditor
-
Packages that use AbstractEditor Package Description edu.uiuc.ncsa.security.util.cli.editing edu.uiuc.ncsa.security.util.cli.json_edit -
-
Uses of AbstractEditor in edu.uiuc.ncsa.security.util.cli.editing
Subclasses of AbstractEditor in edu.uiuc.ncsa.security.util.cli.editing Modifier and Type Class Description class
LineEditor
Since it is close to impossible to get consistent behavior at the command line between different JVM hosts, the only reasonable way to edit things at the command line is going to be with some form of line editor. -
Uses of AbstractEditor in edu.uiuc.ncsa.security.util.cli.json_edit
Subclasses of AbstractEditor in edu.uiuc.ncsa.security.util.cli.json_edit Modifier and Type Class Description class
JSONEditor
An editor for JSON objects.
-