public class ExternalSystemViewDefaultContributor extends ExternalSystemViewContributor
EP_NAME| Constructor and Description |
|---|
ExternalSystemViewDefaultContributor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExternalSystemNode<?>> |
createNodes(ExternalProjectsView externalProjectsView,
MultiMap<Key<?>,DataNode<?>> dataNodes) |
java.lang.String |
getDisplayName(DataNode node) |
ExternalProjectsStructure.ErrorLevel |
getErrorLevel(DataNode<?> dataNode) |
java.util.List<Key<?>> |
getKeys() |
ProjectSystemId |
getSystemId() |
public ExternalSystemViewDefaultContributor()
public ProjectSystemId getSystemId()
getSystemId in class ExternalSystemViewContributorpublic java.util.List<Key<?>> getKeys()
getKeys in class ExternalSystemViewContributorpublic java.util.List<ExternalSystemNode<?>> createNodes(ExternalProjectsView externalProjectsView, MultiMap<Key<?>,DataNode<?>> dataNodes)
createNodes in class ExternalSystemViewContributorpublic java.lang.String getDisplayName(DataNode node)
getDisplayName in class ExternalSystemViewContributorpublic ExternalProjectsStructure.ErrorLevel getErrorLevel(DataNode<?> dataNode)
getErrorLevel in class ExternalSystemViewContributor