- deepClone() - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOptionExecution
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.AbstractPlantUMLClassesDiagramElement
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAnnotationElementImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramEnumElementImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramInterfaceElementImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLSpottedCharacterImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
- deepClone() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.AbstractPlantUMLClassesDiagramRelation
- DEFAULT_DISPLAY_NAME_OPTIONS_PATTERN - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display package name options as Pattern to apply if not specified.
- DEFAULT_DISPLAY_NAME_OPTIONS_STRING - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display name options as String to apply if not specified.
- DEFAULT_DISPLAY_PACKAGE_NAME_OPTIONS_PATTERN - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display package name options as Pattern to apply if not specified.
- DEFAULT_DISPLAY_PACKAGE_NAME_OPTIONS_STRING - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display package name options as String to apply if not specified.
- DEFAULT_DISPLAY_TYPES_OPTIONS - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display types options to apply if not specified.
- DEFAULT_DISPLAY_TYPES_OPTIONS_STRING - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default display types options argument as a String to apply if not specified.
- DEFAULT_EXCLUDE_OPTIONS - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default exclude options to apply if not specified.
- DEFAULT_INCLUDE_OPTIONS - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The default include options to apply if not specified.
- DEFAULT_PROGRAMMING_LANGUAGE - Static variable in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.PlantUMLDependencyProgrammingLanguageOption
-
The default programming language when the option is not specified.
- DEPENDENCY_ALREADY_SEEN_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The dependency already seen info message.
- DEPENDENCY_IS_NOT_DISPLAYABLE_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The dependency is not displayable fine message.
- DEPENDENCY_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The dependency name null error message.
- DEPENDENCY_NOT_SEEN_DEFAULT_TYPE_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The dependency not seen with default type info message.
- DEPENDENCY_NOT_SEEN_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The dependency not seen info message.
- DEPENDENCY_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The dependency null error message.
- DEPENDENCY_TYPE_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The dependency type null error message.
- DependencyType - Interface in net.sourceforge.plantumldependency.cli.generic.type
-
The interface which describes a generic dependency type, no matter the programming language is.
- DependencyTypeImpl - Class in net.sourceforge.plantumldependency.cli.generic.type.impl
-
- DependencyTypeImpl(String, String) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Default constructor.
- DependencyTypeImpl(String, String, ImportDependenciesCollection, Set<GenericDependency>, Set<GenericDependency>, Set<GenericDependency>) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Full constructor.
- DISPLAY_NAME_OPTION_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The display name option null error message.
- DISPLAY_PACKAGE_NAME_OPTION_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The display package name option null error message.
- DISPLAY_TYPE_OPTION_NOT_MANAGED_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The display type option not managed fine message.
- DISPLAY_TYPE_OPTION_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The display type option null error message.
- DISPLAY_TYPES_OPTIONS - Static variable in enum net.sourceforge.plantumldependency.cli.main.option.display.type.argument.DisplayType
-
The Set containing all display types options which are available.
- Displayable - Interface in net.sourceforge.plantumldependency.cli.generic.type
-
The interface which describes a displayable element, i.e. an element which can be displayed or
not in the generated plantUML description file.
- DisplayType - Enum in net.sourceforge.plantumldependency.cli.main.option.display.type.argument
-
The enumeration which specifies display options.
- generateDependencyFullName(String, String) - Static method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Generates the full dependency name following its package and its simple name.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.annotationimpl.AnnotationDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl.ClassAbstractDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl.ClassDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.enumimpl.EnumDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl.InterfaceDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl.NativeDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- generatePlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl.StubDependencyTypeImpl
-
Generates the plantUML classes diagram element.
- GenericDependency - Interface in net.sourceforge.plantumldependency.cli.generic
-
The interface which describes a generic abstract dependency, no matter the programming language.
- GenericDependencyImpl - Class in net.sourceforge.plantumldependency.cli.generic.impl
-
- GenericDependencyImpl(DependencyType) - Constructor for class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Default constructor, with a dependency type.
- GenericDependencyImpl(String, String) - Constructor for class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Stub constructor.
- getAdditionalPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.AbstractPlantUMLClassesDiagramElement
-
Gets an additional plantUML description, which may be necessary for some element.
- getAdditionalPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAnnotationElementImpl
-
Gets an additional plantUML description, which may be necessary for some element.
- getAdditionalPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
-
Gets an additional plantUML description, which may be necessary for some element.
- getAdditionalPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramEnumElementImpl
-
Gets an additional plantUML description, which may be necessary for some element.
- getAdditionalPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramInterfaceElementImpl
-
Gets an additional plantUML description, which may be necessary for some element.
- getAllDisplayTypesOptionsFullUsageDescriptions() - Static method in enum net.sourceforge.plantumldependency.cli.main.option.display.type.argument.DisplayType
-
Prints the all display types options as a comma separated String of their full descriptions.
- getAllImportDependencies() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
- getAllImportDependencies() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.ImportDependenciesCollection
-
- getAnnotationsDependencies() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
- getAnnotationsDependencies() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
- getBaseDir() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of baseDir.
- getCharacter() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLSpottedCharacterImpl
-
Gets the spotted character.
- getCharacter() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.PlantUMLSpottedCharacter
-
Gets the spotted character.
- getColor() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLSpottedCharacterImpl
-
Gets the spotted color.
- getColor() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.PlantUMLSpottedCharacter
-
Gets the spotted color.
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.basedirectory.PlantUMLDependencyBaseDirectoryOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.name.PlantUMLDependencyDisplayNameOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.packagename.PlantUMLDependencyDisplayPackageNameOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.exclude.PlantUMLDependencyExcludeOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.include.PlantUMLDependencyIncludeOption
- getDefaultArgumentAsStringIfOptionNotSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.PlantUMLDependencyProgrammingLanguageOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.basedirectory.PlantUMLDependencyBaseDirectoryOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.name.PlantUMLDependencyDisplayNameOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.packagename.PlantUMLDependencyDisplayPackageNameOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.exclude.PlantUMLDependencyExcludeOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.include.PlantUMLDependencyIncludeOption
- getDefaultArgumentAsStringIfOptionSpecified(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.PlantUMLDependencyProgrammingLanguageOption
- getDependencyType() - Method in interface net.sourceforge.plantumldependency.cli.generic.GenericDependency
-
Gets the underlying dependency type, which determines the real nature of the dependency.
- getDependencyType() - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Gets the underlying dependency type, which determines the real nature of the dependency.
- getDisplayName() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of displayName.
- getDisplayPackageName() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of displayPackageName.
- getDisplayType() - Method in enum net.sourceforge.plantumldependency.cli.generic.type.ImportType
-
Gets the value of displayType.
- getDisplayType() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of displayType.
- getElementTag() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.AbstractPlantUMLClassesDiagramElement
-
Gets the element tag, which represents the element string used in the plantUML classes
diagram language.
- getElementTag() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.PlantUMLClassesDiagramElement
-
Gets the element tag, which represents the element string used in the plantUML classes
diagram language.
- getExcludes() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of excludes.
- getFirstElement() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.AbstractPlantUMLClassesDiagramRelation
-
Gets the first element of the relation.
- getFirstElement() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.PlantUMLClassesDiagramRelation
-
Gets the first element of the relation.
- getFullName() - Method in interface net.sourceforge.plantumldependency.cli.generic.GenericDependency
-
Gets the dependency full name, usually the package and the dependency name.
- getFullName() - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Gets the dependency full name, usually the package and the dependency name.
- getFullName() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the dependency full name, usually the package and the dependency name.
- getFullName() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the dependency full name, usually the package and the dependency name.
- getFullName() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the full name of the dependency, i.e. the package name + the class name.
- getFullUsageDescription() - Method in enum net.sourceforge.plantumldependency.cli.main.option.display.type.argument.DisplayType
-
Gets the string containing the full display usage description.
- getFullUsageDescriptions(Set<DisplayType>) - Static method in enum net.sourceforge.plantumldependency.cli.main.option.display.type.argument.DisplayType
-
Build the string which contains the usage descriptions of all displays options which are
available.
- getImportDependenciesCollection() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
- getImportDependenciesCollection() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
- getImportDependenciesWithType(ImportType) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
Gets the
Set of
GenericDependency which are needed by the current dependency
type to work and have the following type.
- getImportDependenciesWithType(ImportType) - Method in interface net.sourceforge.plantumldependency.cli.generic.type.ImportDependenciesCollection
-
Gets the
Set of
GenericDependency which are needed by the current dependency
type to work and have the following type.
- getImportDependenciesWithTypes(Set<ImportType>) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
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.
- getImportDependenciesWithTypes(Set<ImportType>) - Method in interface net.sourceforge.plantumldependency.cli.generic.type.ImportDependenciesCollection
-
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.
- getIncludes() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of includes.
- getJavaTypeCollection() - Static method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type.JavaType
-
- getLanguageKeyword() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type.JavaType
-
Gets the value of languageKeyword.
- getMainUsageDescription() - Method in class net.sourceforge.plantumldependency.cli.main.option.display.name.argument.PlantUMLDependencyDisplayNameOptionArgument
- getMainUsageDescription() - Method in class net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument.PlantUMLDependencyDisplayPackageNameOptionArgument
- getMainUsageDescription() - Method in class net.sourceforge.plantumldependency.cli.main.option.display.type.argument.PlantUMLDependencyDisplayTypeOptionArgument
- getMainUsageDescription() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.PlantUMLDependencyProgrammingLanguageOptionArgument
- getName() - Method in interface net.sourceforge.plantumldependency.cli.generic.GenericDependency
-
Gets the dependency name, usually the class name.
- getName() - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Gets the dependency name, usually the class name.
- getName() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the dependency name, usually the class name.
- getName() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the dependency name, usually the class name.
- getName() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of name.
- getName() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.ProgrammingLanguage
-
Gets the value of name.
- getName() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.AbstractPlantUMLClassesDiagramElement
-
Gets the full element name, i.e. the package name and the element name.
- getName() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.PlantUMLClassesDiagramElement
-
Gets the full element name, i.e. the package name and the element name.
- getOutput() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of output.
- getPackageName() - Method in interface net.sourceforge.plantumldependency.cli.generic.GenericDependency
-
Gets the dependency package name.
- getPackageName() - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Gets the dependency package name.
- getPackageName() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the dependency package name.
- getPackageName() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the dependency package name.
- getPackageName() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of packageName.
- getParentExtensions() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of parentExtensions.
- getParentExtensionsDependencies() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the
Set of all parent extensions as
GenericDependency which are used by
the current dependency type, i.e. extended.
- getParentExtensionsDependencies() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the
Set of all parent extensions as
GenericDependency which are used by
the current dependency type, i.e. extended.
- getParentImplementations() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of parentImplementations.
- getParentImplementationsDependencies() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the
Set of all parent interfaces as
GenericDependency which are used by
the current dependency type, i.e. implemented.
- getParentImplementationsDependencies() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the
Set of all parent interfaces as
GenericDependency which are used by
the current dependency type, i.e. implemented.
- getParsedAndSeenDependencies() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets all dependencies which have been seen (as import for instance) and parsed within the
context.
- getParsedAndSeenDependencies() - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets all dependencies which have been seen (as import for instance) and parsed within the
context.
- getParsedDependencies() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets all dependencies which have been parsed within the context.
- getParsedDependencies() - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets all dependencies which have been parsed within the context.
- getParsedDependency(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets the dependency in the parsed context following its name.
- getParsedDependency(String) - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets the dependency in the parsed context following its name.
- getParsedOrSeenDependency(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets the dependency in the parsed and seen context following its name.
- getParsedOrSeenDependency(String) - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets the dependency in the parsed and seen context following its name.
- getPlantUMLClassesDiagram() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets the
PlantUMLClassesDiagram instance representing the context, following display
options (type, name and package name).
- getPlantUMLClassesDiagram() - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets the
PlantUMLClassesDiagram instance representing the context, following display
options (type, name and package name).
- getPlantUMLClassesDiagramElement() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the PlantUML classes diagram element describing the current dependency type in the
plantUML language.
- getPlantUMLClassesDiagramElement() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the PlantUML classes diagram element describing the current dependency type in the
plantUML language.
- getPlantUMLClassesDiagramElements() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
-
Gets all elements contained in the plantUML classes diagram.
- getPlantUMLClassesDiagramElements() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.PlantUMLClassesDiagram
-
Gets all elements contained in the plantUML classes diagram.
- getPlantUMLClassesDiagramRelations() - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the whole PlantUML classes diagram relations.
- getPlantUMLClassesDiagramRelations(Set<DisplayType>, Pattern, Pattern) - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Gets the PlantUML classes diagram relations, following the imports, the dependency type
parents and the passed display options (type, name and package name).
- getPlantUMLClassesDiagramRelations() - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the whole PlantUML classes diagram relations.
- getPlantUMLClassesDiagramRelations(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Gets the PlantUML classes diagram relations, following the imports, the dependency type
parents and the passed display options (type, name and package name).
- getPlantUMLClassesDiagramRelations() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
-
Gets all relations contained in the plantUML classes diagram.
- getPlantUMLClassesDiagramRelations() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.PlantUMLClassesDiagram
-
Gets all relations contained in the plantUML classes diagram.
- getPlantUMLSpottedCharacter() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Gets the plantUML spotted character.
- getPlantUMLSpottedCharacter() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.PlantUMLStereotype
-
Gets the plantUML spotted character.
- getPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.AbstractPlantUMLClassesDiagramElement
-
Returns the
String representing the object as a plantUML text.
- getPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLSpottedCharacterImpl
-
Returns the
String representing the object as a plantUML text.
- getPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Returns the
String representing the object as a plantUML text.
- getPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
-
Returns the
String representing the object as a plantUML text.
- getPlantUMLTextDescription() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.AbstractPlantUMLClassesDiagramRelation
-
Returns the
String representing the object as a plantUML text.
- getPlantUMLTextDescription() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.WithDescription
-
Returns the
String representing the object as a plantUML text.
- getPotentialJavaLangSeenDependencies() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.AbstractProgrammingLanguageContext
-
Gets all dependencies which have been marked as potential "java.lang" dependencies within the
context.
- getPotentialJavaLangSeenDependencies() - Method in interface net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.ProgrammingLanguageContext
-
Gets all dependencies which have been marked as potential "java.lang" dependencies within the
context.
- getPriority() - Method in class net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption
- getProgrammingLanguage() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of programmingLanguage.
- getProgrammingLanguageCollection() - Static method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.ProgrammingLanguage
-
- getProgrammingLanguageNamesSet() - Static method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.ProgrammingLanguage
-
Gets the
Set of all programming languages names.
- getRightRelationSymbol() - Method in enum net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.PlantUMLClassesDiagramRelationType
-
Gets the value of rightRelationSymbol.
- getSecondElement() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.AbstractPlantUMLClassesDiagramRelation
-
Gets the second element of the relation.
- getSecondElement() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.PlantUMLClassesDiagramRelation
-
Gets the second element of the relation.
- getStereotype() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAnnotationElementImpl
-
Gets the element stereotype.
- getStereotype() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
-
Gets the element stereotype.
- getStereotype() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramEnumElementImpl
-
Gets the element stereotype.
- getStereotype() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramInterfaceElementImpl
-
Gets the element stereotype.
- getStereotype() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.WithStereotype
-
Gets the element stereotype.
- getTagName() - Method in enum net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.tag.PlantUMLClassesDiagramElementTag
-
Gets the value of tagName.
- getText() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Gets the stereotype inner text.
- getText() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.PlantUMLStereotype
-
Gets the stereotype inner text.
- getType() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of type.
- getType() - Method in class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.AbstractPlantUMLClassesDiagramRelation
-
Gets the relation type used in the plantUML language.
- getType() - Method in interface net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.PlantUMLClassesDiagramRelation
-
Gets the relation type used in the plantUML language.
- getUsageDescription() - Method in enum net.sourceforge.plantumldependency.cli.main.option.display.type.argument.DisplayType
-
Gets the string containing the display usage description.
- getVerboseLevel() - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Gets the value of verboseLevel.
- IMPORT_IS_AN_EXTENSION_AN_IMPLEMENTATION_OR_AN_ANNOTATION_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The import is an implementation, an extension or an annotation fine message.
- IMPORT_TYPE_NOT_FOUND - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The import is an interface fine message.
- IMPORT_TYPES - Static variable in enum net.sourceforge.plantumldependency.cli.generic.type.ImportType
-
The Set containing all import types which are available.
- ImportDependenciesCollection - Interface in net.sourceforge.plantumldependency.cli.generic.type
-
The interface which describes a collection of import dependencies needed by a
GenericDependency.
- ImportDependenciesCollectionImpl - Class in net.sourceforge.plantumldependency.cli.generic.type.impl
-
- ImportDependenciesCollectionImpl() - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
Default constructor.
- ImportDependenciesCollectionImpl(ImportType, Set<GenericDependency>) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
Medium constructor.
- ImportDependenciesCollectionImpl(Map<ImportType, Set<GenericDependency>>) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.ImportDependenciesCollectionImpl
-
Medium constructor.
- ImportType - Enum in net.sourceforge.plantumldependency.cli.generic.type
-
This enumerations represents all kind of import types which can be used following the programming
language, for instance, in Java, two types can be used : standard imports and static imports.
- IMPOSSIBLE_JAVA_PARENT_TYPE_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The impossible java parent type null error message.
- INCLUDE_OPTION_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The include option null error message.
- InfoConstants - Class in net.sourceforge.plantumldependency.cli.constants.log
-
The class which defines all info messages constants which are written in the log file.
- INTERFACE - Static variable in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type.JavaType
-
The "interface" java type.
- InterfaceDependencyTypeImpl - Class in net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl
-
- InterfaceDependencyTypeImpl(String, String) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl.InterfaceDependencyTypeImpl
-
Default constructor.
- InterfaceDependencyTypeImpl(String, String, ImportDependenciesCollection, Set<GenericDependency>, Set<GenericDependency>) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl.InterfaceDependencyTypeImpl
-
Full constructor.
- isAbstract() - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Gets the value of isAbstract.
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in interface net.sourceforge.plantumldependency.cli.generic.type.Displayable
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.annotationimpl.AnnotationDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl.ClassAbstractDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl.ClassDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.enumimpl.EnumDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl.InterfaceDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl.NativeDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl.StubDependencyTypeImpl
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- isDisplayable(Set<DisplayType>, Pattern, Pattern) - Method in enum net.sourceforge.plantumldependency.cli.generic.type.ImportType
-
Tells if the dependency has to be displayed following the passed display options (type, name
and package name).
- JAVA - Static variable in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.ProgrammingLanguage
-
The java programming language.
- JAVA_ANNOTATION_TYPE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java annotation type name null error message.
- JAVA_ANNOTATION_TYPE_PACKAGE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java annotation type null error message.
- JAVA_LANG_PACKAGE - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The string representing the "java.lang" package.
- JAVA_PARENT_TYPE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java parent type name null error message.
- JAVA_PARENT_TYPE_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java parent type null error message.
- JAVA_PARENT_TYPE_PACKAGE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java parent type package name null error message.
- JAVA_PARENT_TYPE_STRING_EMPTY_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The parent type string empty fine message.
- JAVA_PARENT_TYPE_STRING_NOT_EMPTY_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The parent type string not empty error message.
- JAVA_PARENT_TYPE_UNKNOWN_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The unknown java parent type error message.
- JAVA_TYPE_ANNOTATIONS_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type annotations dependencies null error message.
- JAVA_TYPE_CANT_BE_EXTRACTED_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type can't be extracted error message.
- JAVA_TYPE_EXTENTIONS_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type extensions dependencies null error message.
- JAVA_TYPE_EXTENTIONS_TOO_MANY_ELEMENTS_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type extensions too many elements error message.
- JAVA_TYPE_FOUND_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The java type found fine message.
- JAVA_TYPE_IMPLEMENTATIONS_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type implementations dependencies null error message.
- JAVA_TYPE_IMPORTS_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type import dependencies null error message.
- JAVA_TYPE_LANGUAGE_KEYWORD_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type language keyword null error message.
- JAVA_TYPE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type name null error message.
- JAVA_TYPE_PACKAGE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The java type package name null error message.
- JAVA_TYPE_REGEXP - Static variable in class net.sourceforge.plantumldependency.cli.constants.RegularExpressionConstants
-
The pattern representing the java type.
- JavaParentType - Enum in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type
-
This enumeration type lists java parent types, which can be an extension or an implementation.
- JavaProgrammingLanguageContext - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl
-
- JavaProgrammingLanguageContext() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContext
-
Default constructor.
- JavaProgrammingLanguageContext(Set<DisplayType>, Pattern, Pattern) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContext
-
Medium constructor.
- JavaProgrammingLanguageContext(Set<GenericDependency>, Set<DisplayType>, Pattern, Pattern) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContext
-
Medium constructor.
- JavaProgrammingLanguageContext(Set<GenericDependency>, Set<GenericDependency>, Set<DisplayType>, Pattern, Pattern) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContext
-
Full constructor.
- JavaProgrammingLanguageContext(Set<GenericDependency>, Set<GenericDependency>, Set<GenericDependency>, Set<DisplayType>, Pattern, Pattern) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl.JavaProgrammingLanguageContext
-
Full constructor.
- JavaRawDependency - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java
-
The Java raw dependency, extracted from a Java source file, without any business control nor
checking.
- JavaRawDependency() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Empty constructor.
- JavaRawDependency(boolean, String, JavaType, String, Set<String>, Set<String>, boolean) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Default constructor.
- JavaType - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type
-
The abstract class which describes all existing java types such as classes, interfaces,
enumerations and annotations.
- JavaType(String) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type.JavaType
-
Default constructor.
- NATIVE_DEPENDENCY - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The custom dependency which is used to link with native code.
- NATIVE_DEPENDENCY_NAME - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The native dependency package name.
- NATIVE_DEPENDENCY_PACKAGE_NAME - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The native dependency package name.
- NATIVE_METHODS_REGEXP - Static variable in class net.sourceforge.plantumldependency.cli.constants.RegularExpressionConstants
-
The pattern representing the native methods.
- NATIVE_PLANTUML_STEREOTYPE - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLDependencyConstants
-
The custom native plantUML stereotype.
- NativeDependencyTypeImpl - Class in net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl
-
- NativeDependencyTypeImpl(String, String) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl.NativeDependencyTypeImpl
-
Default constructor.
- net.sourceforge.plantumldependency.cli.constants - package net.sourceforge.plantumldependency.cli.constants
-
Provides constants classes.
- net.sourceforge.plantumldependency.cli.constants.log - package net.sourceforge.plantumldependency.cli.constants.log
-
Provides constants classes for log messages.
- net.sourceforge.plantumldependency.cli.exception - package net.sourceforge.plantumldependency.cli.exception
-
Provides specific exception classes.
- net.sourceforge.plantumldependency.cli.generic - package net.sourceforge.plantumldependency.cli.generic
-
Provides interfaces for generic dependencies.
- net.sourceforge.plantumldependency.cli.generic.impl - package net.sourceforge.plantumldependency.cli.generic.impl
-
Provides implementation classes for generic dependencies.
- net.sourceforge.plantumldependency.cli.generic.type - package net.sourceforge.plantumldependency.cli.generic.type
-
Provides interfaces for dependency types.
- net.sourceforge.plantumldependency.cli.generic.type.impl - package net.sourceforge.plantumldependency.cli.generic.type.impl
-
Provides implementation classes for dependency types.
- net.sourceforge.plantumldependency.cli.generic.type.impl.annotationimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.annotationimpl
-
Provides implementation classes for annotation dependency type.
- net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.classimpl
-
Provides implementation classes for class dependency type.
- net.sourceforge.plantumldependency.cli.generic.type.impl.enumimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.enumimpl
-
Provides implementation classes for enumeration dependency type.
- net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.interfaceimpl
-
Provides implementation classes for interface dependency type.
- net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.nativeimpl
-
Provides implementation classes for native dependency type.
- net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl - package net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl
-
Provides implementation classes for stub dependency type.
- net.sourceforge.plantumldependency.cli.main.ant - package net.sourceforge.plantumldependency.cli.main.ant
-
Provides PlantUML dependency Ant task implementation.
- net.sourceforge.plantumldependency.cli.main.option.basedirectory - package net.sourceforge.plantumldependency.cli.main.option.basedirectory
-
Provides command line base directory option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.name - package net.sourceforge.plantumldependency.cli.main.option.display.name
-
Provides command line display name option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.name.argument - package net.sourceforge.plantumldependency.cli.main.option.display.name.argument
-
Provides command line display name option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.packagename - package net.sourceforge.plantumldependency.cli.main.option.display.packagename
-
Provides command line display package name option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument - package net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument
-
Provides command line display option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.type - package net.sourceforge.plantumldependency.cli.main.option.display.type
-
Provides command line display option classes.
- net.sourceforge.plantumldependency.cli.main.option.display.type.argument - package net.sourceforge.plantumldependency.cli.main.option.display.type.argument
-
Provides command line option argument interfaces for display type option.
- net.sourceforge.plantumldependency.cli.main.option.exclude - package net.sourceforge.plantumldependency.cli.main.option.exclude
-
Provides command line exclude option classes.
- net.sourceforge.plantumldependency.cli.main.option.include - package net.sourceforge.plantumldependency.cli.main.option.include
-
Provides command line include option classes.
- net.sourceforge.plantumldependency.cli.main.option.output - package net.sourceforge.plantumldependency.cli.main.option.output
-
Provides command line output option classes.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage
-
Provides command line programming language option classes.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument
-
Provides command line option argument interfaces for programming
language option.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java
-
Provides classes to represent java dependency.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.type
-
Provides classes to represent java types.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context
-
Provides programming language context interfaces.
- net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl - package net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context.impl
-
Provides implementation classes for programming language context.
- net.sourceforge.plantumldependency.cli.main.program - package net.sourceforge.plantumldependency.cli.main.program
-
Provides PlantUML dependency command line program implementation.
- net.sourceforge.plantumldependency.cli.main.program.generated - package net.sourceforge.plantumldependency.cli.main.program.generated
-
- net.sourceforge.plantumldependency.cli.plantumldiagram - package net.sourceforge.plantumldependency.cli.plantumldiagram
-
Provides interfaces of plantUML diagrams.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes
-
Provides interfaces of plantUML classes diagram.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
Provides interfaces of plantUML classes diagram elements.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
Provides implementations of plantUML classes diagram elements.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype
-
Provides interfaces of plantUML classes diagram stereotypes.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl
-
Provides implementations of plantUML classes diagram stereotypes.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.tag - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.tag
-
Provides classes which manage plantUML classes diagram element tags.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl
-
Provides implementations of plantUML classes diagram.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
Provides interfaces of plantUML classes diagram relations.
- net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl - package net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl
-
Provides implementations of plantUML classes diagram relations.
- NO_PACKAGE_FOUND_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The no package found fine message.
- NOT_DISPLAY_TYPE_ARGUMENT_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The not display type argument error message.
- PACKAGE_REGEXP - Static variable in class net.sourceforge.plantumldependency.cli.constants.RegularExpressionConstants
-
The pattern representing the java package.
- parseArgument(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.name.argument.PlantUMLDependencyDisplayNameOptionArgument
- parseArgument(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument.PlantUMLDependencyDisplayPackageNameOptionArgument
- parseArgument(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.display.type.argument.PlantUMLDependencyDisplayTypeOptionArgument
- parseArgument(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.PlantUMLDependencyProgrammingLanguageOptionArgument
- parseCommandLine(CommandLine) - Method in class net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption
- PLANTUML_DEPENDENCY_ARGUMENTS_INFO - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.InfoConstants
-
The PlantUML dependency arguments info message.
- PLANTUML_DEPENDENCY_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The plantUML dependency error message.
- PlantUMLClassesDiagram - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes
-
The interface which represents a plantUML classes diagram.
- PlantUMLClassesDiagramAbstractClassElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The interface representing the "abstract class" element, following the plantUML classes diagram
language.
- PlantUMLClassesDiagramAbstractClassElementImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
- PlantUMLClassesDiagramAbstractClassElementImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAbstractClassElementImpl
-
Medium constructor.
- PlantUMLClassesDiagramAbstractClassElementImpl(String, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAbstractClassElementImpl
-
Full constructor.
- PlantUMLClassesDiagramAnnotationElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The interface representing the "annotation" element, following the plantUML classes diagram
language.
- PlantUMLClassesDiagramAnnotationElementImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
- PlantUMLClassesDiagramAnnotationElementImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAnnotationElementImpl
-
Medium constructor.
- PlantUMLClassesDiagramAnnotationElementImpl(String, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramAnnotationElementImpl
-
Full constructor.
- PlantUMLClassesDiagramClassElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The interface representing the "class" element, following the plantUML classes diagram language.
- PlantUMLClassesDiagramClassElementImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
- PlantUMLClassesDiagramClassElementImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
-
Medium constructor.
- PlantUMLClassesDiagramClassElementImpl(String, PlantUMLClassesDiagramElementTag, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
-
Full constructor.
- PlantUMLClassesDiagramClassElementImpl(String, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramClassElementImpl
-
Full constructor.
- PlantUMLClassesDiagramElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The mother interface of all plantUML classes diagram elements.
- PlantUMLClassesDiagramElementTag - Enum in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.tag
-
The enumeration which lists all plantUML element tags available in the plantUML classes diagram
language.
- PlantUMLClassesDiagramEnumElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The interface representing the "enum" element, following the plantUML classes diagram language.
- PlantUMLClassesDiagramEnumElementImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
- PlantUMLClassesDiagramEnumElementImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramEnumElementImpl
-
Medium constructor.
- PlantUMLClassesDiagramEnumElementImpl(String, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramEnumElementImpl
-
Full constructor.
- PlantUMLClassesDiagramExtendRelation - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
The interface representing the "extends" relation, following the plantUML classes diagram
language.
- PlantUMLClassesDiagramExtendRelationImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl
-
- PlantUMLClassesDiagramExtendRelationImpl(PlantUMLClassesDiagramElement, PlantUMLClassesDiagramElement) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl.PlantUMLClassesDiagramExtendRelationImpl
-
Full constructor.
- PlantUMLClassesDiagramImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl
-
- PlantUMLClassesDiagramImpl() - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
-
Default constructor.
- PlantUMLClassesDiagramImpl(Set<PlantUMLClassesDiagramElement>, Set<PlantUMLClassesDiagramRelation>) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl.PlantUMLClassesDiagramImpl
-
Full constructor.
- PlantUMLClassesDiagramImplementRelation - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
The interface representing the "implements" relation, following the plantUML classes diagram
language.
- PlantUMLClassesDiagramImplementRelationImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl
-
- PlantUMLClassesDiagramImplementRelationImpl(PlantUMLClassesDiagramElement, PlantUMLClassesDiagramElement) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl.PlantUMLClassesDiagramImplementRelationImpl
-
Full constructor.
- PlantUMLClassesDiagramInterfaceElement - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element
-
The interface representing the "interface" element, following the plantUML classes diagram
language.
- PlantUMLClassesDiagramInterfaceElementImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl
-
- PlantUMLClassesDiagramInterfaceElementImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramInterfaceElementImpl
-
Medium constructor.
- PlantUMLClassesDiagramInterfaceElementImpl(String, PlantUMLStereotype) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl.PlantUMLClassesDiagramInterfaceElementImpl
-
Full constructor.
- PlantUMLClassesDiagramRelation - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
The mother interface of all plantUML classes diagram relations.
- PlantUMLClassesDiagramRelationType - Enum in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
The enumeration which lists all plantUML relation types available in the plantUML classes diagram
language.
- PlantUMLClassesDiagramUseRelation - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation
-
The interface representing the "uses" relation, following the plantUML classes diagram language.
- PlantUMLClassesDiagramUseRelationImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl
-
- PlantUMLClassesDiagramUseRelationImpl(PlantUMLClassesDiagramElement, PlantUMLClassesDiagramElement) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl.PlantUMLClassesDiagramUseRelationImpl
-
Full constructor.
- PlantUMLConstants - Class in net.sourceforge.plantumldependency.cli.constants
-
The class which stores all necessary plantUML constants as Strings.
- PlantUMLDependencyBaseDirectoryOption - Class in net.sourceforge.plantumldependency.cli.main.option.basedirectory
-
The base directory option, telling the program where to look for source files.
- PlantUMLDependencyBaseDirectoryOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.basedirectory.PlantUMLDependencyBaseDirectoryOption
-
Default constructor.
- PlantUMLDependencyConstants - Class in net.sourceforge.plantumldependency.cli.constants
-
The class which stores all necessary plantUML dependency constants as Strings.
- PlantUMLDependencyDisplayNameOption - Class in net.sourceforge.plantumldependency.cli.main.option.display.name
-
The display name option, telling the program what to display in the generated file.
- PlantUMLDependencyDisplayNameOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.name.PlantUMLDependencyDisplayNameOption
-
Default constructor.
- PlantUMLDependencyDisplayNameOptionArgument - Class in net.sourceforge.plantumldependency.cli.main.option.display.name.argument
-
The display package name option argument, telling the program what to display in the generated
file.
- PlantUMLDependencyDisplayNameOptionArgument() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.name.argument.PlantUMLDependencyDisplayNameOptionArgument
-
Default constructor.
- PlantUMLDependencyDisplayPackageNameOption - Class in net.sourceforge.plantumldependency.cli.main.option.display.packagename
-
The display package name option, telling the program what to display in the generated file.
- PlantUMLDependencyDisplayPackageNameOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.packagename.PlantUMLDependencyDisplayPackageNameOption
-
Default constructor.
- PlantUMLDependencyDisplayPackageNameOptionArgument - Class in net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument
-
The display name option argument, telling the program what to display in the generated file.
- PlantUMLDependencyDisplayPackageNameOptionArgument() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.packagename.argument.PlantUMLDependencyDisplayPackageNameOptionArgument
-
Default constructor.
- PlantUMLDependencyDisplayTypeOption - Class in net.sourceforge.plantumldependency.cli.main.option.display.type
-
The display type option, telling the program what to display in the generated file.
- PlantUMLDependencyDisplayTypeOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.type.PlantUMLDependencyDisplayTypeOption
-
Default constructor.
- PlantUMLDependencyDisplayTypeOptionArgument - Class in net.sourceforge.plantumldependency.cli.main.option.display.type.argument
-
The display type option argument, telling the program what to display in the generated file.
- PlantUMLDependencyDisplayTypeOptionArgument() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.display.type.argument.PlantUMLDependencyDisplayTypeOptionArgument
-
Default constructor.
- PlantUMLDependencyException - Exception in net.sourceforge.plantumldependency.cli.exception
-
The exception which is thrown when an error occurs while executing the plantUML dependency
program.
- PlantUMLDependencyException(String) - Constructor for exception net.sourceforge.plantumldependency.cli.exception.PlantUMLDependencyException
-
Constructs a new exception with the specified detail message.
- PlantUMLDependencyException(String, Throwable) - Constructor for exception net.sourceforge.plantumldependency.cli.exception.PlantUMLDependencyException
-
Constructs a new exception with the specified detail message and cause.
- PlantUMLDependencyExcludeOption - Class in net.sourceforge.plantumldependency.cli.main.option.exclude
-
The exclude option, allowing to specify an exclude file pattern, like ANT.
- PlantUMLDependencyExcludeOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.exclude.PlantUMLDependencyExcludeOption
-
Default constructor.
- PlantUMLDependencyIncludeOption - Class in net.sourceforge.plantumldependency.cli.main.option.include
-
The include option, allowing to specify an include file pattern, like ANT.
- PlantUMLDependencyIncludeOption(PlantUMLDependencyProgrammingLanguageOption) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.include.PlantUMLDependencyIncludeOption
-
Default constructor.
- PlantUMLDependencyOutputOption - Class in net.sourceforge.plantumldependency.cli.main.option.output
-
The output option, allowing to specify an output file, processing the input source files and
generating the plantUML description.
- PlantUMLDependencyOutputOption(VerboseLevelOption, PlantUMLDependencyProgrammingLanguageOption, PlantUMLDependencyIncludeOption, PlantUMLDependencyExcludeOption, PlantUMLDependencyDisplayTypeOption, PlantUMLDependencyDisplayPackageNameOption, PlantUMLDependencyDisplayNameOption, PlantUMLDependencyBaseDirectoryOption, int) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOption
-
Default constructor.
- PlantUMLDependencyOutputOptionExecution - Class in net.sourceforge.plantumldependency.cli.main.option.output
-
The default option execution associated to the "-o" option, allowing to specify an output file,
processing the input source files and generating the plantUML description.
- PlantUMLDependencyOutputOptionExecution(File, ProgrammingLanguage, FileSet, Set<DisplayType>, Pattern, Pattern, int) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.output.PlantUMLDependencyOutputOptionExecution
-
Default constructor.
- PlantUMLDependencyProgram - Class in net.sourceforge.plantumldependency.cli.main.program
-
The PlantUML dependency JavaProgram implementation.
- PlantUMLDependencyProgram() - Constructor for class net.sourceforge.plantumldependency.cli.main.program.PlantUMLDependencyProgram
-
Default constructor.
- PlantUMLDependencyProgrammingLanguageOption - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage
-
The programming language option, allowing to specify the source file programming language to
analyze.
- PlantUMLDependencyProgrammingLanguageOption() - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.PlantUMLDependencyProgrammingLanguageOption
-
Default constructor.
- PlantUMLDependencyProgrammingLanguageOptionArgument - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument
-
The programming language implementation of the
OptionArgument interface,
specifying a
ProgrammingLanguage argument.
- PlantUMLDependencyProgrammingLanguageOptionArgument(boolean) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.PlantUMLDependencyProgrammingLanguageOptionArgument
-
Default constructor.
- PlantUMLDependencyProgramTask - Class in net.sourceforge.plantumldependency.cli.main.ant
-
The PlantUML dependency
Ant Task.
- PlantUMLDependencyProgramTask() - Constructor for class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
- PlantUMLDependencyProgramVersionImpl - Class in net.sourceforge.plantumldependency.cli.main.program.generated
-
The PlantUML dependency ProgramVersionImpl data template, automatically generated by Maven.
- PlantUMLDependencyProgramVersionImpl() - Constructor for class net.sourceforge.plantumldependency.cli.main.program.generated.PlantUMLDependencyProgramVersionImpl
-
- PlantUMLDiagram - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram
-
The mother interface which represents a plantUML diagram.
- PlantUMLSpottedCharacter - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype
-
Interface which represents a plantUML classes diagram spotted character.
- PlantUMLSpottedCharacterImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl
-
- PlantUMLSpottedCharacterImpl(char, HTMLColor) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLSpottedCharacterImpl
-
Full constructor.
- PlantUMLStereotype - Interface in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype
-
Interface which represents a plantUML classes diagram stereotype.
- PlantUMLStereotypeImpl - Class in net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl
-
- PlantUMLStereotypeImpl(PlantUMLSpottedCharacter) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Medium constructor.
- PlantUMLStereotypeImpl(String) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Medium constructor.
- PlantUMLStereotypeImpl(String, PlantUMLSpottedCharacter) - Constructor for class net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl.PlantUMLStereotypeImpl
-
Full constructor.
- processProgramArguments(String[]) - Static method in class net.sourceforge.plantumldependency.cli.main.program.PlantUMLDependencyProgram
-
The PlantUML Dependency program entry point from command line arguments.
- PROGRAM_BUILD_TIME - Static variable in class net.sourceforge.plantumldependency.cli.main.program.generated.PlantUMLDependencyProgramVersionImpl
-
- PROGRAM_VERSION - Static variable in class net.sourceforge.plantumldependency.cli.main.program.generated.PlantUMLDependencyProgramVersionImpl
-
- PROGRAMMING_LANGUAGE_FOUND_FINE - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.FineConstants
-
The programming language found fine message.
- PROGRAMMING_LANGUAGE_NAME_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The programming language name null error message.
- PROGRAMMING_LANGUAGE_OPTION_NULL_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The programming language option null error message.
- ProgrammingLanguage - Class in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument
-
The abstract class which describes all supported programming language which can be reverse
engineered.
- ProgrammingLanguage(String) - Constructor for class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.ProgrammingLanguage
-
Default constructor.
- ProgrammingLanguageContext - Interface in net.sourceforge.plantumldependency.cli.main.option.programminglanguage.context
-
The interface which describes a context shared by all dependencies which are parsed.
- setAbstract(boolean) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of isAbstract.
- setBaseDir(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of baseDir.
- setDependencyType(DependencyType) - Method in interface net.sourceforge.plantumldependency.cli.generic.GenericDependency
-
Sets the underlying dependency type, which determines the real nature of the dependency.
- setDependencyType(DependencyType) - Method in class net.sourceforge.plantumldependency.cli.generic.impl.GenericDependencyImpl
-
Sets the underlying dependency type, which determines the real nature of the dependency.
- setDisplayName(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of displayName.
- setDisplayPackageName(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of displayPackageName.
- setDisplayType(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of displayType.
- setExcludes(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of excludes.
- setFullName(String, String) - Method in interface net.sourceforge.plantumldependency.cli.generic.type.DependencyType
-
Sets the dependency full name, i.e. the package name and the class name.
- setFullName(String, String) - Method in class net.sourceforge.plantumldependency.cli.generic.type.impl.DependencyTypeImpl
-
Sets the dependency full name, i.e. the package name and the class name.
- setIncludes(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of includes.
- setName(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of name.
- setNativeMethods(boolean) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of nativeMethods.
- setOutput(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of output.
- setPackageName(String) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of packageName.
- setParentExtensions(Set<String>) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of parentExtensions.
- setParentImplementations(Set<String>) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of parentImplementations.
- setProgrammingLanguage(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of programmingLanguage.
- setType(JavaType) - Method in class net.sourceforge.plantumldependency.cli.main.option.programminglanguage.argument.java.JavaRawDependency
-
Sets the value of type.
- setVerboseLevel(String) - Method in class net.sourceforge.plantumldependency.cli.main.ant.PlantUMLDependencyProgramTask
-
Sets the value of verboseLevel.
- SEVERAL_DISPLAY_TYPE_ARGUMENTS_ERROR - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.ErrorConstants
-
The several display type arguments error message.
- STANDARD_IMPORT_REGEXP - Static variable in class net.sourceforge.plantumldependency.cli.constants.RegularExpressionConstants
-
The pattern representing the standard import.
- START_PLANTUML - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLConstants
-
The string representing the plantUML "startuml" tag.
- STARTING_PLANTUML_DEPENDENCY_INFO - Static variable in class net.sourceforge.plantumldependency.cli.constants.log.InfoConstants
-
The starting PlantUML dependency info message.
- STATIC_IMPORT_REGEXP - Static variable in class net.sourceforge.plantumldependency.cli.constants.RegularExpressionConstants
-
The pattern representing the static import.
- STEREOTYPE_LEFT_SEPARATOR - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLConstants
-
The string representing the plantUML left stereotype separator tag.
- STEREOTYPE_RIGHT_SEPARATOR - Static variable in class net.sourceforge.plantumldependency.cli.constants.PlantUMLConstants
-
The string representing the plantUML right stereotype separator tag.
- StubDependencyTypeImpl - Class in net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl
-
- StubDependencyTypeImpl(String, String) - Constructor for class net.sourceforge.plantumldependency.cli.generic.type.impl.stubimpl.StubDependencyTypeImpl
-
Default constructor.