com.tonicsystems.jarjar

Class Main


public class Main
extends java.lang.Object

Field Summary

static int
STYLE_SIMPLE

Method Summary

void
find(String arg)
void
find(String from, String to)
static void
main(String[] args)
void
run(String from, String to)
void
setLevel(int level)
void
setRules(File file)
void
setRules(List rules)
void
setStyle(int style)
void
setVerbose(boolean verbose)
void
strings(String arg)

Field Details

STYLE_SIMPLE

public static final int STYLE_SIMPLE
Field Value:
0

Method Details

find

public void find(String arg)
            throws IOException

find

public void find(String from,
                 String to)
            throws IOException

main

public static void main(String[] args)
            throws IOException

run

public void run(String from,
                String to)
            throws IOException

setLevel

public void setLevel(int level)

setRules

public void setRules(File file)
            throws IOException

setRules

public void setRules(List rules)

setStyle

public void setStyle(int style)

setVerbose

public void setVerbose(boolean verbose)

strings

public void strings(String arg)
            throws IOException