public class Asset
extends java.lang.Object
| Constructor and Description |
|---|
Asset(java.io.File source,
java.io.File destination,
org.apache.commons.configuration.CompositeConfiguration config)
Creates an instance of Asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy(java.io.File path)
Copy all files from supplied path.
|
void |
copyAssetsFromContent(java.io.File path) |
java.util.List<java.lang.Throwable> |
getErrors() |
public Asset(java.io.File source,
java.io.File destination,
org.apache.commons.configuration.CompositeConfiguration config)
source - Source file for the assetdestination - Destination (target) directory for asset fileconfig - Project configuration