| Modifier and Type | Field and Description |
|---|---|
static Set<Display> |
PlantUMLDependencyConstants.DEFAULT_DISPLAY_OPTIONS
The default display options to apply if not specified.
|
| Modifier and Type | Method and Description |
|---|---|
Display |
ImportType.getDisplayOption()
Gets the value of
displayOption. |
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
DependencyType.getPlantUMLClassesDiagramRelations(Set<Display> displayOptions)
Gets the PlantUML classes diagram relations, following the imports and the dependency type
parents.
|
boolean |
ImportType.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
boolean |
Displayable.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
DependencyTypeImpl.getPlantUMLClassesDiagramRelations(Set<Display> displayOptions)
Gets the PlantUML classes diagram relations, following the imports and the dependency type
parents.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClassDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
boolean |
ClassAbstractDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EnumDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InterfaceDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NativeDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StubDependencyTypeImpl.isDisplayable(Set<Display> displayOptions)
Tells if the dependency has to be displayed following the passed display options.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<Display> |
Display.DISPLAY_OPTIONS
The Set containing all displays options which are available.
|
| Modifier and Type | Method and Description |
|---|---|
static Display |
Display.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Display[] |
Display.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Display> |
PlantUMLDependencyDisplayOptionArgument.parseArgument(String argument) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Display.getFullUsageDescriptions(Set<Display> displayOptions)
Build the string which contains the usage descriptions of all displays options which are
available.
|
| Constructor and Description |
|---|
PlantUMLDependencyOutputOptionExecution(File file,
ProgrammingLanguage language,
org.apache.tools.ant.types.FileSet includeExcludeFiles,
Set<Display> displayOpt,
int optionPriority)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProgrammingLanguageContext |
ProgrammingLanguage.createNewContext(Set<Display> displayOpt)
Create a new
ProgrammingLanguageContext following the language. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProgrammingLanguageContext.hasToDisplay(Display display)
Tells if the following
Display is managed or not by this context. |
boolean |
AbstractProgrammingLanguageContext.hasToDisplay(Display display)
Tells if the following
Display is managed or not by this context. |
| Constructor and Description |
|---|
AbstractProgrammingLanguageContext(Set<Display> displayOpt)
Medium constructor.
|
AbstractProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<Display> displayOpt)
Medium constructor.
|
AbstractProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<GenericDependency> potentialJavaLangSeenDependencies,
Set<Display> displayOpt)
Full constructor.
|
| Constructor and Description |
|---|
CppProgrammingLanguageContext(Set<Display> displayOpt)
Medium constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<Display> displayOpt)
Medium constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<Display> displayOpt)
Full constructor.
|
CppProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<GenericDependency> potentialJavaLangSeenDependencies,
Set<Display> displayOpt)
Full constructor.
|
JavaProgrammingLanguageContext(Set<Display> displayOpt)
Medium constructor.
|
JavaProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<Display> displayOpt)
Medium constructor.
|
JavaProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<Display> displayOpt)
Full constructor.
|
JavaProgrammingLanguageContext(Set<GenericDependency> parsedAndSeenDependencies,
Set<GenericDependency> parsedDependencies,
Set<GenericDependency> potentialJavaLangSeenDependencies,
Set<Display> displayOpt)
Full constructor.
|
Copyright © 2014 Sourceforge. All rights reserved.