public class ImportHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
importFileName |
| Constructor and Description |
|---|
ImportHandler(java.nio.file.Path projectFile) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.nio.file.Path>> |
getImportedLibs() |
void |
loadLibraries(OMCInterface omc) |
public static final java.lang.String importFileName
public void loadLibraries(OMCInterface omc) throws java.io.IOException, LoadLibraryException
java.io.IOExceptionLoadLibraryExceptionpublic java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.String,java.nio.file.Path>> getImportedLibs()