| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.source | |
| org.eclipse.gmt.modisco.omg.kdm.source.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Directory
A representation of the model object 'Directory'.
|
interface |
Project
A representation of the model object 'Project'.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryContainer |
SourceFactory.createInventoryContainer()
Returns a new object of class 'Inventory Container'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SourceSwitch.caseInventoryContainer(InventoryContainer object)
Returns the result of interpreting the object as an instance of 'Inventory Container'.
|
static java.util.List<BinaryFile> |
KDMSourceUtils.getBinaryFilesFromInventoryModel(InventoryContainer container,
java.util.ArrayList<java.lang.String> filteredDirectoryName,
boolean recurseOnSubDirectories)
Return all the binary files from a InventoryModel
|
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
|
static Directory |
KDMSourceUtils.getDirectoryByPath(java.lang.String path,
InventoryContainer inventoryContainer)
Return the Directory corresponding to the given path
|
static java.util.List<SourceFile> |
KDMSourceUtils.getSourceFileFromInventoryModel(InventoryContainer container,
java.util.List<java.lang.String> filteredDirectoryName,
boolean recurseOnSubDirectories)
Return all the source files contained in the inventoryModel
|