| Package | Description |
|---|---|
| org.codefx.maven.plugin.jdeps.dependency |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalType
A type which is considered JDK-internal API by JDeps.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
Violation.getType() |
static Type |
Type.of(String qualifiedClassName)
Returns a type for the specified fully qualified class name.
|
static Type |
Type.of(String packageName,
String className)
Returns a type for the specified package and class name.
|
| Modifier and Type | Method and Description |
|---|---|
static Violation.ViolationBuilder |
Violation.forType(Type type)
Starts building a new violation.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.