| Modifier and Type | Method and Description |
|---|---|
DependencyType |
GenericDependency.getDependencyType()
Gets the underlying dependency type, which determines the real nature of the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDependency.setDependencyType(DependencyType value)
Sets the underlying dependency type, which determines the real nature of the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
GenericDependencyImpl.getDependencyType()
Gets the underlying dependency type, which determines the real nature of the dependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDependencyImpl.setDependencyType(DependencyType value)
Sets the underlying dependency type, which determines the real nature of the dependency.
|
| Constructor and Description |
|---|
GenericDependencyImpl(DependencyType type)
Default constructor, with a dependency type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DependencyTypeImpl
The default implementation of the
DependencyType interface. |
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
DependencyTypeImpl.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
int |
DependencyTypeImpl.compareTo(DependencyType d) |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDependencyTypeImpl
The annotation implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAbstractDependencyTypeImpl
The class abstract implementation of the
net.sourceforge.plantumldependency.generic.type.ClassDependencyType interface. |
class |
ClassDependencyTypeImpl
The class implementation of the
net.sourceforge.plantumldependency.generic.type.ClassDependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumDependencyTypeImpl
The enum implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceDependencyTypeImpl
The interface implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeDependencyTypeImpl
The native implementation of the
DependencyType interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
StubDependencyTypeImpl
The stub implementation of the
DependencyType interface. |
| Modifier and Type | Method and Description |
|---|---|
abstract DependencyType |
JavaType.createAnnotationDependencyType(String annotationName,
String annotationPackageName)
Creates the annotation
DependencyType instance associated to the current java type
following the passed parameters. |
abstract DependencyType |
JavaType.createDependencyType(String dependencyName,
String dependencyPackageName,
boolean isAbstract,
ImportDependenciesCollection importDependencies,
Set<GenericDependency> parentExtensionsDependencies,
Set<GenericDependency> parentImplementationsDependencies,
Set<GenericDependency> annotationDependencies)
Creates the
DependencyType instance associated to the current java type following
passed parameters. |
abstract DependencyType |
JavaType.createParentDependencyType(JavaParentType parentType,
String parentName,
String parentPackageName)
Creates the parent
DependencyType instance associated to the current java type
following the JavaParentType and passed parameters. |
Copyright © 2014 Sourceforge. All rights reserved.