| Package | Description |
|---|---|
| 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.type |
Provides classes to represent java types.
|
| net.sourceforge.plantumldependency.cli.main.program |
Provides PlantUML dependency command line program implementation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GenericDependency |
ProgrammingLanguage.readDependencyFromFile(String sourceFileContent,
ProgrammingLanguageContext programmingLanguageContext)
Reads the following source file content as a
String to build the
GenericDependency instance. |
| Modifier and Type | Method and Description |
|---|---|
abstract DependencyType |
JavaType.createAnnotationDependencyType(String annotationName,
String annotationPackageName)
Creates the annotation
DependencyType instance associated to the current java type
following the passed parameters. |
abstract DependencyType |
JavaType.createParentDependencyType(JavaParentType parentType,
String parentName,
String parentPackageName)
Creates the parent
DependencyType instance associated to the current java type
following the JavaParentType and passed parameters. |
abstract Set<String> |
JavaType.extractParentExtensions(String extendsString)
Parses and extracts the
Set of parent dependency names of type
JavaParentType.EXTENSION from the passed String. |
abstract Set<String> |
JavaType.extractParentImplementations(String implementsString)
Parses and extracts the
Set of parent dependency names of type
JavaParentType.IMPLEMENTATION from the passed String. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PlantUMLDependencyProgram.main(String[] args)
The PlantUML Dependency program entry point.
|
static void |
PlantUMLDependencyProgram.processProgramArguments(String[] args)
The PlantUML Dependency program entry point from command line arguments.
|
Copyright © 2014 Sourceforge. All rights reserved.