public abstract class AbstractGraphStyleConfigurer extends Object implements GraphStyleConfigurer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
showArtifactId |
protected boolean |
showClassifiers |
protected boolean |
showGroupId |
protected boolean |
showTypes |
protected boolean |
showVersionOnEdges |
protected boolean |
showVersionsOnNodes |
| Constructor and Description |
|---|
AbstractGraphStyleConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
GraphStyleConfigurer |
repeatTransitiveDependencies(boolean repeatTransitiveDependencies) |
GraphStyleConfigurer |
showArtifactIds(boolean showArtifactId) |
GraphStyleConfigurer |
showClassifiers(boolean showClassifiers) |
GraphStyleConfigurer |
showGroupIds(boolean showGroupId) |
GraphStyleConfigurer |
showTypes(boolean showTypes) |
GraphStyleConfigurer |
showVersionsOnEdges(boolean showVersionOnEdges) |
GraphStyleConfigurer |
showVersionsOnNodes(boolean showVersionsOnNodes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureprotected boolean showGroupId
protected boolean showArtifactId
protected boolean showVersionsOnNodes
protected boolean showTypes
protected boolean showClassifiers
protected boolean showVersionOnEdges
public GraphStyleConfigurer showGroupIds(boolean showGroupId)
showGroupIds in interface GraphStyleConfigurerpublic GraphStyleConfigurer showArtifactIds(boolean showArtifactId)
showArtifactIds in interface GraphStyleConfigurerpublic GraphStyleConfigurer showTypes(boolean showTypes)
showTypes in interface GraphStyleConfigurerpublic GraphStyleConfigurer showClassifiers(boolean showClassifiers)
showClassifiers in interface GraphStyleConfigurerpublic GraphStyleConfigurer showVersionsOnNodes(boolean showVersionsOnNodes)
showVersionsOnNodes in interface GraphStyleConfigurerpublic GraphStyleConfigurer showVersionsOnEdges(boolean showVersionOnEdges)
showVersionsOnEdges in interface GraphStyleConfigurerpublic GraphStyleConfigurer repeatTransitiveDependencies(boolean repeatTransitiveDependencies)
repeatTransitiveDependencies in interface GraphStyleConfigurerCopyright © 2017. All rights reserved.