| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java |
Provides classes to represent java dependency.
|
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type |
Provides classes to represent java types.
|
| Modifier and Type | Method and Description |
|---|---|
JavaType |
JavaRawDependency.getType()
Gets the value of
type. |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaRawDependency.setType(JavaType value)
Sets the value of
type. |
| Constructor and Description |
|---|
JavaRawDependency(boolean isAbs,
String dependencyPackageName,
JavaType javaType,
String dependencyName,
Set<String> extensions,
Set<String> implementations,
boolean nativeMth)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static JavaType |
JavaType.ANNOTATION
The "annotation" java type.
|
static JavaType |
JavaType.CLASS
The "class" java type.
|
static JavaType |
JavaType.ENUM
The "enum" java type.
|
static JavaType |
JavaType.INTERFACE
The "interface" java type.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaType |
JavaType.valueOfIgnoringCase(String javaTypeKeyword)
Gets the
JavaType instance associated to the passed java type language keyword. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<JavaType> |
JavaType.getJavaTypeCollection()
Gets the
Collection of all JavaType. |
| Modifier and Type | Method and Description |
|---|---|
int |
JavaType.compareTo(JavaType o) |
Copyright © 2014 Sourceforge. All rights reserved.