org.kit.furia.fragment
Class FragmentBuilderClientAux

java.lang.Object
  extended by org.kit.furia.fragment.FragmentBuilderClientAux

public class FragmentBuilderClientAux
extends java.lang.Object

FragmentBuilderClientAux fragments a directory of class files. It is designed to be called from the command line. This program is not intended to be called by humans, only intended to be called by other programs. Receives the following parameters:

 [1] The directory that is to be processed. 
 [2] The output directory in which the fragments will be stored in a "fragments" file.
 If the filename 
 is found in the output directory, this directory is silently skipped.
 [3] The fragment extractor engine: soot or asm. ASM is faster and works almost in any class files. 
  Soot is slower and sometimes fails to load the class files.
 

Author:
Arnoldo Jose Muller Molina TODO: remove the fragments file if there is an error.

Constructor Summary
FragmentBuilderClientAux()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentBuilderClientAux

public FragmentBuilderClientAux()
Method Detail

main

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


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.