org.jbake.app
Class Asset
java.lang.Object
org.jbake.app.Asset
public class Asset
- extends Object
Deals with assets (static files such as css, js or image files).
- Author:
- Jonathan Bullock
|
Constructor Summary |
Asset(File source,
File destination)
Creates an instance of Asset. |
|
Method Summary |
void |
copy(File path)
Copy all files from supplied path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Asset
public Asset(File source,
File destination)
- Creates an instance of Asset.
- Parameters:
source - destination -
copy
public void copy(File path)
- Copy all files from supplied path.
- Parameters:
path - The starting path
Copyright © 2013. All Rights Reserved.