com.tonicsystems.jarjar
Class Main

java.lang.Object
  extended by com.tonicsystems.jarjar.Main

public class Main
extends java.lang.Object


Field Summary
static int STYLE_SIMPLE
           
 
Constructor Summary
Main()
           
 
Method Summary
 void find(java.lang.String arg)
           
 void find(java.lang.String from, java.lang.String to)
           
static void main(java.lang.String[] args)
           
 void run(java.lang.String from, java.lang.String to)
           
 void setLevel(int level)
           
 void setRules(java.io.File file)
           
 void setRules(java.util.List rules)
           
 void setStyle(int style)
           
 void setVerbose(boolean verbose)
           
 void strings(java.lang.String arg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STYLE_SIMPLE

public static final int STYLE_SIMPLE
See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException

setLevel

public void setLevel(int level)

setStyle

public void setStyle(int style)

setRules

public void setRules(java.io.File file)
              throws java.io.IOException
Throws:
java.io.IOException

setRules

public void setRules(java.util.List rules)

setVerbose

public void setVerbose(boolean verbose)

find

public void find(java.lang.String arg)
          throws java.io.IOException
Throws:
java.io.IOException

find

public void find(java.lang.String from,
                 java.lang.String to)
          throws java.io.IOException
Throws:
java.io.IOException

strings

public void strings(java.lang.String arg)
             throws java.io.IOException
Throws:
java.io.IOException

run

public void run(java.lang.String from,
                java.lang.String to)
         throws java.io.IOException
Throws:
java.io.IOException