org.designwizard.extractor.asm.util
Class ClassPathHacker

java.lang.Object
  extended by org.designwizard.extractor.asm.util.ClassPathHacker

public class ClassPathHacker
extends java.lang.Object


Constructor Summary
ClassPathHacker()
           
 
Method Summary
 void addFile(java.io.File file)
           
 void addFile(java.lang.String pathOfFile)
          Adds the file to classpath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathHacker

public ClassPathHacker()
Method Detail

addFile

public void addFile(java.lang.String pathOfFile)
             throws java.io.IOException
Adds the file to classpath.

Parameters:
pathOfFile -
Throws:
java.io.IOException

addFile

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