| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.source | |
| org.eclipse.gmt.modisco.omg.kdm.source.util |
| Modifier and Type | Method and Description |
|---|---|
Directory |
SourceFactory.createDirectory()
Returns a new object of class 'Directory'.
|
| Modifier and Type | Method and Description |
|---|---|
static Directory |
KDMSourceUtils.getDirectoryByPath(java.lang.String path,
InventoryContainer inventoryContainer)
Return the Directory corresponding to the given path
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Directory> |
KDMSourceUtils.getDirectoriesFromInventoryModel(InventoryContainer container,
java.util.List<java.lang.String> filteredDirectoryName,
boolean recurseOnSubDirectories)
Return all the directories from a inventoryModel
|
| Modifier and Type | Method and Description |
|---|---|
T |
SourceSwitch.caseDirectory(Directory object)
Returns the result of interpreting the object as an instance of 'Directory'.
|