| Package | Description |
|---|---|
| org.codefx.maven.plugin.jdeps.dependency | |
| org.codefx.maven.plugin.jdeps.parse |
| Modifier and Type | Method and Description |
|---|---|
static InternalType |
InternalType.of(String packageName,
String className,
String category,
String source)
Returns an internal type for the specified arguments.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<InternalType> |
Violation.getInternalDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Violation.ViolationBuilder.addDependency(InternalType dependency)
Adds the specified
InternalType as a dependency. |
| Modifier and Type | Method and Description |
|---|---|
Optional<InternalType> |
InternalTypeLineParser.parseLine(String line)
Tries to parse the specified line to an
InternalType. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.