org.apache.maven.it.util
public class ResourceExtractor extends java.lang.Object
Constructor and Description |
---|
ResourceExtractor() |
Modifier and Type | Method and Description |
---|---|
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) |
public static java.io.File simpleExtractResources(java.lang.Class cl, java.lang.String resourcePath) throws java.io.IOException
java.io.IOException
public static java.io.File extractResourcePath(java.lang.String resourcePath, java.io.File dest) throws java.io.IOException
java.io.IOException
public static java.io.File extractResourcePath(java.lang.Class cl, java.lang.String resourcePath, java.io.File dest) throws java.io.IOException
java.io.IOException
public static java.io.File extractResourcePath(java.lang.Class cl, java.lang.String resourcePath, java.io.File tempDir, boolean alwaysExtract) throws java.io.IOException
java.io.IOException
Copyright © 2014. All Rights Reserved.