org.browsermob.proxy.util
Class ResourceExtractor

java.lang.Object
  extended by org.browsermob.proxy.util.ResourceExtractor

public class ResourceExtractor
extends Object


Constructor Summary
ResourceExtractor()
           
 
Method Summary
static File extractResourcePath(Class cl, String resourcePath, File dest)
           
static File extractResourcePath(String resourcePath, File dest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceExtractor

public ResourceExtractor()
Method Detail

extractResourcePath

public static File extractResourcePath(String resourcePath,
                                       File dest)
                                throws IOException
Throws:
IOException

extractResourcePath

public static File extractResourcePath(Class cl,
                                       String resourcePath,
                                       File dest)
                                throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.