Package org.somox.kdmhelper
Class KDMReader
java.lang.Object
org.somox.kdmhelper.KDMReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addModelsToRoot
(Collection<Resource> resources) getRoot()
void
loadProject
(String... projects) Load the specified projects into JaMoPP.void
loadProject
(IProject... projects)
-
Constructor Details
-
KDMReader
public KDMReader()
-
-
Method Details
-
getRoot
-
loadProject
Load the specified projects into JaMoPP. If workspace is closed, i.e. we run standalone assume the projects arrays is a path array and load the specific paths into JaMoPP.- Parameters:
projects
-- Throws:
IOException
-
loadProject
- Throws:
IOException
-
addModelsToRoot
-