de.bb.mug
Class Main

java.lang.Object
  extended by de.bb.util.FileBrowser
      extended by de.bb.mug.Main

public class Main
extends FileBrowser

Author:
bebbo

Method Summary
static void main(String[] args)
          Shrinks and obfuscates all classes from <inpath> and puts them into <outpath>.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Shrinks and obfuscates all classes from <inpath> and puts them into <outpath>. Both arguments must be valid paths. If <outpath> does not exist, it will be created. Without 2 paramteres, the USAGE is printed to stdout. With correct parameters lots of mapping informations are written to stdout.

Parameters:
args - args[0] = <inpath>, args[1] = <outpath>