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 ExternalSystemViewContributor
public java.util.List<Key<?>> getKeys()
getKeys
in class ExternalSystemViewContributor
public java.util.List<ExternalSystemNode<?>> createNodes(ExternalProjectsView externalProjectsView, MultiMap<Key<?>,DataNode<?>> dataNodes)
createNodes
in class ExternalSystemViewContributor
public java.lang.String getDisplayName(DataNode node)
getDisplayName
in class ExternalSystemViewContributor
public ExternalProjectsStructure.ErrorLevel getErrorLevel(DataNode<?> dataNode)
getErrorLevel
in class ExternalSystemViewContributor