public class SitResourceUtils extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
copy(Class<?> clazz,
String source,
File target) |
static URL |
getResourceUrl(Class<?> owner,
String resourceName) |
static void |
res2file(Class<?> owner,
String resourceName,
Path targetPath) |
static void |
res2file(Object owner,
String resourceName,
Path targetPath) |
static String |
res2str(Class<?> owner,
String resourceName) |
static String |
res2str(Object owner,
String resourceName) |
Copyright © 2019. All rights reserved.