
Classes | |
| class | LibraryDef |
Public Member Functions | |
| LibraryList () | |
| void | reset () |
| Set< LibraryDef > | loadedLibraries () |
| Set< LibraryDef > | availableLibraries () |
| List< LibNode > | createLibNodeList () |
| void | addAll (String[] paths, boolean directories) |
| void | add (String path, boolean directory) |
Protected Member Functions | |
| void | add (File path) |
| void | add (LibraryDef def) |
Protected Attributes | |
| Set< LibraryDef > | set |
| org.jmodelica.modelica.compiler.LibraryList.LibraryList | ( | ) |
| void org.jmodelica.modelica.compiler.LibraryList.add | ( | LibraryDef | def | ) | [protected] |
| void org.jmodelica.modelica.compiler.LibraryList.add | ( | File | path | ) | [protected] |
| void org.jmodelica.modelica.compiler.LibraryList.add | ( | String | path, | |
| boolean | directory | |||
| ) |
| void org.jmodelica.modelica.compiler.LibraryList.addAll | ( | String[] | paths, | |
| boolean | directories | |||
| ) |
| Set<LibraryDef> org.jmodelica.modelica.compiler.LibraryList.availableLibraries | ( | ) |
Reimplemented in org.jmodelica.modelica.compiler.DefaultLibraryList.
| List<LibNode> org.jmodelica.modelica.compiler.LibraryList.createLibNodeList | ( | ) |
| Set<LibraryDef> org.jmodelica.modelica.compiler.LibraryList.loadedLibraries | ( | ) |
| void org.jmodelica.modelica.compiler.LibraryList.reset | ( | ) |
Reimplemented in org.jmodelica.modelica.compiler.DefaultLibraryList.
Set<LibraryDef> org.jmodelica.modelica.compiler.LibraryList.set [protected] |
1.5.8