|
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.LibraryLoaderUDT
public class LibraryLoaderUDT
default library loader implementation;
tries to load native libraries by extracting them from from 3 possible class path locations, in the following order:
1) release : JAR packaged library
2) staging : NAR exploded class path library
3) testing : CDT exploded class path library
| Constructor Summary | |
|---|---|
LibraryLoaderUDT()
|
|
| Method Summary | |
|---|---|
void |
load(String targetFolder)
load using provided extract location |
protected void |
loadAll(List<String> sourceList,
String targetFolder)
|
protected void |
loadRelease(String targetFolder)
try to load from JAR class path library |
protected void |
loadStaging(String targetFolder)
try to load from NAR exploded class path library |
protected void |
loadTesting(String targetFolder)
try to load from CDT exploded class path library |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LibraryLoaderUDT()
| Method Detail |
|---|
public void load(String targetFolder)
throws Exception
load in interface LibraryLoaderException
protected void loadAll(List<String> sourceList,
String targetFolder)
throws Exception
Exception
protected void loadRelease(String targetFolder)
throws Exception
Exception
protected void loadStaging(String targetFolder)
throws Exception
Exception
protected void loadTesting(String targetFolder)
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 | |||||||||