spring-me:dot
Full name:
me.springframework:spring-me-maven-plugin:1.1-SNAPSHOT:dot
Description:
A Mojo generating a dot file representing the Spring beans.
Attributes:
- Requires a Maven 2.0 project to be executed.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
project | MavenProject |
- |
The project in which the plugin is included. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
className | String |
- |
(no description) |
contextFile | File |
- |
(no description) |
dotFile | File |
- |
(no description) |
factories | List |
- |
(no description) |
localRepository | ArtifactRepository |
- |
Local Maven repository. |
styles | List |
- |
The styles defined for rendering the diagram. |
Parameter Details
(no description)
- Type:
java.lang.String
- Required:
No
(no description)
- Type:
java.io.File
- Required:
No
(no description)
- Type:
java.io.File
- Required:
No
(no description)
- Type:
java.util.List
- Required:
No
Local Maven repository.
- Type:
org.apache.maven.artifact.repository.ArtifactRepository
- Required:
No
- Expression:
${localRepository}
The project in which the plugin is included.
- Type:
org.apache.maven.project.MavenProject
- Required:
Yes
- Expression:
${project}
The styles defined for rendering the diagram.
- Type:
java.util.List
- Required:
No