DependencyType dependencyType
String fullName
ImportDependenciesCollection importDependenciesCollection
ImportDependenciesCollection containing all import dependencies which are needed
by the current dependency type to work.String name
String packageName
Set<E> parentExtensionsDependencies
Set of all parent extensions as GenericDependency which are used by the
current dependency type.Set<E> parentImplementationsDependencies
Set of all parent implementations as GenericDependency which are used by
the current dependency type.Set<E> annotationsDependencies
Set of all annotations as GenericDependency which are used by the current
dependency type.PlantUMLClassesDiagramElement plantUMLClassesDiagramElement
PlantUMLClassesDiagramElement instance
describing the current dependency type.Set<E> plantUMLClassesDiagramRelationSet
Set of
PlantUMLClassesDiagramRelation instances describing relations to imports and the
dependency type parents.boolean isToStringResursiveCall
DependencyTypeImpl.toString() method to avoid recursive calls (leading
to a StackOverflowError when printing the dependencies graph.Map<K,V> importDependenciesMap
Map of all GenericDependency which are needed by the current dependency
type to work. It has ImportType as keys and the Set of import dependencies as
values.PlantUMLDependencyProgrammingLanguageOption programmingLanguageOption
net.sourceforge.plantumldependency.commoncli.option.impl.verbose.VerboseLevelOption verboseLevelOption
PlantUMLDependencyProgrammingLanguageOption programmingLanguageOption
PlantUMLDependencyIncludeOption includeOption
PlantUMLDependencyExcludeOption excludeOption
PlantUMLDependencyDisplayTypeOption displayTypeOption
PlantUMLDependencyDisplayPackageNameOption displayPackageNameOption
PlantUMLDependencyDisplayNameOption displayNameOption
PlantUMLDependencyBaseDirectoryOption baseDirOption
int priority
File outputFile
ProgrammingLanguage programmingLanguage
Set<E> displayTypesOptions
Pattern displayPackageNamePattern
null.Pattern displayNamePattern
null.String name
boolean isAbstract
String packageName
JavaType type
String name
boolean nativeMethods
Set<E> parentExtensions
Set of all dependency extensions full names (package + class), i.e. classes or
interfaces the dependency "extends".Set<E> parentImplementations
Set dependency implementations full names (package + class), i.e. interfaces the
dependency "implements".String languageKeyword
Set<E> displayTypesOptions
null.Pattern displayPackageNamePattern
null.Pattern displayNamePattern
null.Map<K,V> parsedAndSeenDependenciesMap
Map containing all dependencies which have already been treated or seen, it
contains dependencies full names (package + name) as keys and their associated
GenericDependency as values.Map<K,V> potentialJavaLangSeenDependenciesMap
Map containing all dependencies which have already been marked and seen as a
potential "java.lang" dependency. This should be used when the dependency package can be
known between the current package and the "java.lang" package because dependencies are read
in a sequential way.Map<K,V> parsedDependenciesMap
Map containing all dependencies which have already been treated, it contains
dependencies full names (package + name) as keys and their associated
GenericDependency as values.String name
PlantUMLClassesDiagramElementTag elementTag
PlantUMLStereotype stereotype
PlantUMLStereotype stereotype
PlantUMLStereotype stereotype
PlantUMLStereotype stereotype
String text
PlantUMLSpottedCharacter plantUMLSpottedCharacter
PlantUMLSpottedCharacter, if any.Set<E> plantUMLClassesDiagramElements
Set of all PlantUMLClassesDiagramElement contained in the plantUML
classes diagram.Set<E> plantUMLClassesDiagramRelations
Set of all PlantUMLClassesDiagramRelation contained in the plantUML
classes diagram.PlantUMLClassesDiagramElement firstElement
PlantUMLClassesDiagramElement secondElement
PlantUMLClassesDiagramRelationType type
Copyright © 2014 Sourceforge. All rights reserved.