|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InventoryContainer | |
---|---|
org.eclipse.gmt.modisco.omg.kdm.source | |
org.eclipse.gmt.modisco.omg.kdm.source.util |
Uses of InventoryContainer in org.eclipse.gmt.modisco.omg.kdm.source |
---|
Subinterfaces of InventoryContainer in org.eclipse.gmt.modisco.omg.kdm.source | |
---|---|
interface |
Directory
A representation of the model object 'Directory'. |
interface |
Project
A representation of the model object 'Project'. |
Methods in org.eclipse.gmt.modisco.omg.kdm.source that return InventoryContainer | |
---|---|
InventoryContainer |
SourceFactory.createInventoryContainer()
Returns a new object of class 'Inventory Container'. |
Uses of InventoryContainer in org.eclipse.gmt.modisco.omg.kdm.source.util |
---|
Methods in org.eclipse.gmt.modisco.omg.kdm.source.util with parameters of type InventoryContainer | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |