| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.generic.type |
Provides interfaces for dependency types.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl |
Provides implementation classes for dependency types.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl.annotationimpl |
Provides implementation classes for annotation dependency type.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl |
Provides implementation classes for class dependency type.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl.enumimpl |
Provides implementation classes for enumeration dependency type.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl |
Provides implementation classes for interface dependency type.
|
| net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type |
Provides classes to represent java types.
|
| Modifier and Type | Method and Description |
|---|---|
ImportDependenciesCollection |
DependencyType.getImportDependenciesCollection()
Gets the
ImportDependenciesCollection containing all GenericDependency which
are needed by the current dependency type to work. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportDependenciesCollectionImpl
The default implementation of the
ImportDependenciesCollection interface. |
| Modifier and Type | Method and Description |
|---|---|
ImportDependenciesCollection |
ImportDependenciesCollectionImpl.deepClone() |
ImportDependenciesCollection |
DependencyTypeImpl.getImportDependenciesCollection()
Gets the
ImportDependenciesCollection containing all GenericDependency which
are needed by the current dependency type to work. |
| Constructor and Description |
|---|
DependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
Set<GenericDependency> parentExtensionsDependenciesSet,
Set<GenericDependency> parentImplementationsDependenciesSet,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
| Constructor and Description |
|---|
AnnotationDependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
| Constructor and Description |
|---|
ClassAbstractDependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
GenericDependency parentExtensionsDependency,
Set<GenericDependency> parentImplementationsDependenciesSet,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
ClassDependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
GenericDependency parentExtensionsDependency,
Set<GenericDependency> parentImplementationsDependenciesSet,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
| Constructor and Description |
|---|
EnumDependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
Set<GenericDependency> parentImplementationsDependenciesSet,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
| Constructor and Description |
|---|
InterfaceDependencyTypeImpl(String dependencyName,
String dependencyPackageName,
ImportDependenciesCollection importDependencies,
Set<GenericDependency> parentExtensionsDependenciesSet,
Set<GenericDependency> annotationsDependenciesSet)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2014 Sourceforge. All rights reserved.