Package | Description |
---|---|
org.apache.maven.tools.plugin.javadoc |
Modifier and Type | Method and Description |
---|---|
static FullyQualifiedJavadocReference.MemberType |
FullyQualifiedJavadocReference.MemberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FullyQualifiedJavadocReference.MemberType[] |
FullyQualifiedJavadocReference.MemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<FullyQualifiedJavadocReference.MemberType> |
FullyQualifiedJavadocReference.getMemberType() |
Constructor and Description |
---|
FullyQualifiedJavadocReference(String packageName,
String className,
String member,
FullyQualifiedJavadocReference.MemberType memberType,
boolean isExternal) |
Constructor and Description |
---|
FullyQualifiedJavadocReference(Optional<String> moduleName,
Optional<String> packageName,
Optional<String> className,
Optional<String> member,
Optional<FullyQualifiedJavadocReference.MemberType> memberType,
Optional<String> label,
boolean isExternal) |
FullyQualifiedJavadocReference(String packageName,
Optional<String> className,
Optional<String> member,
Optional<FullyQualifiedJavadocReference.MemberType> memberType,
Optional<String> label,
boolean isExternal) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.