public interface IProjectNodes
Modifier and Type | Interface and Description |
---|---|
static interface |
IProjectNodes.ReadableProjectNodes
Contains and identifies a model source entry for the project
|
static interface |
IProjectNodes.WriteableProjectNodes
Contains and identifies a writeable model source entry for the project
|
Modifier and Type | Method and Description |
---|---|
INodeSet |
getNodeSet()
Returns the set of nodes for the project
|
java.util.ArrayList<java.lang.Exception> |
getResourceModelSourceExceptions() |
java.util.Map<java.lang.String,java.lang.Exception> |
getResourceModelSourceExceptionsMap() |
java.util.List<IProjectNodes.ReadableProjectNodes> |
getResourceModelSources() |
java.util.Collection<IProjectNodes.WriteableProjectNodes> |
getWriteableResourceModelSources() |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
listResourceModelConfigurations()
list the configurations of resource model providers.
|
INodeSet getNodeSet()
INodeSet
java.util.List<IProjectNodes.ReadableProjectNodes> getResourceModelSources()
java.util.Collection<IProjectNodes.WriteableProjectNodes> getWriteableResourceModelSources()
java.util.ArrayList<java.lang.Exception> getResourceModelSourceExceptions()
java.util.Map<java.lang.String,java.lang.Exception> getResourceModelSourceExceptionsMap()
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> listResourceModelConfigurations()