| Package | Description |
|---|---|
| com.github.ferstl.depgraph | |
| com.github.ferstl.depgraph.dependency |
| Modifier and Type | Method and Description |
|---|---|
protected GraphFactory |
ExampleGraphMojo.createGraphFactory(ArtifactFilter globalFilter,
ArtifactFilter targetFilter,
GraphStyleConfigurer graphStyleConfigurer) |
protected GraphFactory |
DependencyGraphMojo.createGraphFactory(ArtifactFilter globalFilter,
ArtifactFilter targetFilter,
GraphStyleConfigurer graphStyleConfigurer) |
protected GraphFactory |
DependencyGraphByGroupIdMojo.createGraphFactory(ArtifactFilter globalFilter,
ArtifactFilter targetFilter,
GraphStyleConfigurer graphStyleConfigurer) |
protected GraphFactory |
AggregatingDependencyGraphMojo.createGraphFactory(ArtifactFilter globalFilter,
ArtifactFilter targetFilter,
GraphStyleConfigurer graphStyleConfigurer) |
protected GraphFactory |
AggregatingDependencyGraphByGroupIdMojo.createGraphFactory(ArtifactFilter globalFilter,
ArtifactFilter targetFilter,
GraphStyleConfigurer graphStyleConfigurer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DotGraphStyleConfigurer |
class |
GmlGraphStyleConfigurer |
| Modifier and Type | Method and Description |
|---|---|
GraphStyleConfigurer |
GraphStyleConfigurer.showArtifactIds(boolean showArtifactId) |
GraphStyleConfigurer |
GmlGraphStyleConfigurer.showArtifactIds(boolean showArtifactId) |
GraphStyleConfigurer |
DotGraphStyleConfigurer.showArtifactIds(boolean showArtifactId) |
GraphStyleConfigurer |
GraphStyleConfigurer.showGroupIds(boolean showGroupId) |
GraphStyleConfigurer |
GmlGraphStyleConfigurer.showGroupIds(boolean showGroupId) |
GraphStyleConfigurer |
DotGraphStyleConfigurer.showGroupIds(boolean showGroupId) |
GraphStyleConfigurer |
GraphStyleConfigurer.showVersionsOnEdges(boolean showVersionOnEdges) |
GraphStyleConfigurer |
GmlGraphStyleConfigurer.showVersionsOnEdges(boolean showVersionOnEdges) |
GraphStyleConfigurer |
DotGraphStyleConfigurer.showVersionsOnEdges(boolean showVersionOnEdges) |
GraphStyleConfigurer |
GraphStyleConfigurer.showVersionsOnNodes(boolean showVersionsOnNodes) |
GraphStyleConfigurer |
GmlGraphStyleConfigurer.showVersionsOnNodes(boolean showVersionsOnNodes) |
GraphStyleConfigurer |
DotGraphStyleConfigurer.showVersionsOnNodes(boolean showVersionsOnNodes) |
Copyright © 2017. All rights reserved.