|
barchart-udt-core 2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.barchart.udt.lib.ResourceManagerUDT
public class ResourceManagerUDT
class path resource extractor and system loader
| Field Summary | |
|---|---|
protected static int |
EOF
|
protected static org.slf4j.Logger |
log
|
| Constructor Summary | |
|---|---|
ResourceManagerUDT()
|
|
| Method Summary | |
|---|---|
protected static void |
ensureTargetFolder(File folder)
|
protected static void |
ensureTargetFolder(String targetFolder)
|
protected static void |
extractResource(String sourcePath,
String targetPath)
extract resource from class path into local file system |
protected static URLConnection |
fileConnection(File file)
|
protected static boolean |
isSameResource(URLConnection conONE,
URLConnection conTWO)
|
protected static void |
systemLoad(String targetPath)
load library using absolute file path |
protected static void |
systemLoad(String sourcePath,
String targetPath)
load library using absolute file path |
protected static long |
timeStamp(URLConnection connIN)
will use time stamp of jar file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.slf4j.Logger log
protected static final int EOF
| Constructor Detail |
|---|
public ResourceManagerUDT()
| Method Detail |
|---|
protected static boolean isSameResource(URLConnection conONE,
URLConnection conTWO)
throws Exception
Exception
protected static URLConnection fileConnection(File file)
throws Exception
Exceptionprotected static long timeStamp(URLConnection connIN)
protected static void extractResource(String sourcePath,
String targetPath)
throws Exception
Exception
protected static void ensureTargetFolder(File folder)
throws Exception
Exception
protected static void ensureTargetFolder(String targetFolder)
throws Exception
Exception
protected static void systemLoad(String targetPath)
throws Exception
Exception
protected static void systemLoad(String sourcePath,
String targetPath)
throws Exception
Exception
|
barchart-udt-core 2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||