console
Class Indenter

java.lang.Object
  extended byconsole.Indenter

public class Indenter
extends Object


Field Summary
static int MOVE_DOWN
           
static int MOVE_UP
           
static String SPACES_FOR_TAB
           
static int USE_SPACES
           
static int USE_TAB
           
 
Constructor Summary
Indenter(String s, int t, int m)
           
 
Method Summary
static void indentFile(String s)
           
static void main(String[] args)
           
 String process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Indenter

public Indenter(String s,
                int t,
                int m)
Method Detail

process

public String process()

main

public static void main(String[] args)

indentFile

public static void indentFile(String s)