org.apache.maven.it.util
Class ResourceExtractor
java.lang.Object
org.apache.maven.it.util.ResourceExtractor
public class ResourceExtractor
- extends java.lang.Object
Method Summary |
static java.io.File |
extractResourcePath(java.lang.Class cl,
java.lang.String resourcePath,
java.io.File dest)
|
static java.io.File |
extractResourcePath(java.lang.Class cl,
java.lang.String resourcePath,
java.io.File tempDir,
boolean alwaysExtract)
|
static java.io.File |
extractResourcePath(java.lang.String resourcePath,
java.io.File dest)
|
static java.io.File |
simpleExtractResources(java.lang.Class cl,
java.lang.String resourcePath)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceExtractor
public ResourceExtractor()
simpleExtractResources
public static java.io.File simpleExtractResources(java.lang.Class cl,
java.lang.String resourcePath)
throws java.io.IOException
- Throws:
java.io.IOException
extractResourcePath
public static java.io.File extractResourcePath(java.lang.String resourcePath,
java.io.File dest)
throws java.io.IOException
- Throws:
java.io.IOException
extractResourcePath
public static java.io.File extractResourcePath(java.lang.Class cl,
java.lang.String resourcePath,
java.io.File dest)
throws java.io.IOException
- Throws:
java.io.IOException
extractResourcePath
public static java.io.File extractResourcePath(java.lang.Class cl,
java.lang.String resourcePath,
java.io.File tempDir,
boolean alwaysExtract)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.