console
Class Indenter
java.lang.Object
console.Indenter
- public class Indenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPACES_FOR_TAB
public static final String SPACES_FOR_TAB
- See Also:
- Constant Field Values
USE_TAB
public static final int USE_TAB
- See Also:
- Constant Field Values
USE_SPACES
public static final int USE_SPACES
- See Also:
- Constant Field Values
MOVE_UP
public static final int MOVE_UP
- See Also:
- Constant Field Values
MOVE_DOWN
public static final int MOVE_DOWN
- See Also:
- Constant Field Values
Indenter
public Indenter(String s,
int t,
int m)
process
public String process()
main
public static void main(String[] args)
indentFile
public static void indentFile(String s)