public class LibraryList extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
filenames |
String |
resourceDir |
Constructor and Description |
---|
LibraryList(String resourceDir,
List<String> filenames) |
LibraryList(String resourceDir,
String... filenames) |
Modifier and Type | Method and Description |
---|---|
void |
extractAndLoad(ClassLoader resourceLoader,
String tempDirName) |
public final String resourceDir
public void extractAndLoad(ClassLoader resourceLoader, String tempDirName)
Copyright © 2016 Metron, Inc.. All rights reserved.