| 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.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<ImportType> |
ImportType.IMPORT_TYPES
The Set containing all import types which are available.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportType |
ImportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportType[] |
ImportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportDependenciesCollection.addImportDependencies(ImportType importType,
GenericDependency importDependency)
Add an import dependency to the collection, with its type.
|
void |
ImportDependenciesCollection.addImportDependenciesSet(ImportType importType,
Set<GenericDependency> importDependenciesSet)
Add a
Set of several import dependencies to the collection, with their type. |
Set<GenericDependency> |
ImportDependenciesCollection.getImportDependenciesWithType(ImportType importType)
Gets the
Set of GenericDependency which are needed by the current dependency
type to work and have the following type. |
| Modifier and Type | Method and Description |
|---|---|
Set<GenericDependency> |
ImportDependenciesCollection.getImportDependenciesWithTypes(Set<ImportType> importTypesSet)
Gets the
Set of GenericDependency which are needed by the current dependency
type to work and have one of the following type contained in the Set. |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportDependenciesCollectionImpl.addImportDependencies(ImportType importType,
GenericDependency importDependency)
Add an import dependency to the collection, with its type.
|
void |
ImportDependenciesCollectionImpl.addImportDependenciesSet(ImportType importType,
Set<GenericDependency> importDependenciesSet)
Add a
Set of several import dependencies to the collection, with their type. |
Set<GenericDependency> |
ImportDependenciesCollectionImpl.getImportDependenciesWithType(ImportType importType)
Gets the
Set of GenericDependency which are needed by the current dependency
type to work and have the following type. |
| Modifier and Type | Method and Description |
|---|---|
Set<GenericDependency> |
ImportDependenciesCollectionImpl.getImportDependenciesWithTypes(Set<ImportType> importTypesSet)
Gets the
Set of GenericDependency which are needed by the current dependency
type to work and have one of the following type contained in the Set. |
| Constructor and Description |
|---|
ImportDependenciesCollectionImpl(ImportType importType,
Set<GenericDependency> dependenciesSet)
Medium constructor.
|
| Constructor and Description |
|---|
ImportDependenciesCollectionImpl(Map<ImportType,Set<GenericDependency>> dependenciesMap)
Medium constructor.
|
Copyright © 2014 Sourceforge. All rights reserved.