| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
END_PLANTUML |
"@enduml" |
public static final String |
START_PLANTUML |
"@startuml" |
public static final String |
STEREOTYPE_LEFT_SEPARATOR |
" << " |
public static final String |
STEREOTYPE_RIGHT_SEPARATOR |
" >>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_DISPLAY_NAME_OPTIONS_STRING |
".*" |
public static final String |
DEFAULT_DISPLAY_PACKAGE_NAME_OPTIONS_STRING |
".*" |
public static final String |
DEFAULT_EXCLUDE_OPTIONS |
"**/package-info.java" |
public static final String |
DEFAULT_INCLUDE_OPTIONS |
"**/*." |
public static final String |
JAVA_LANG_PACKAGE |
"java.lang" |
public static final String |
LOGGING_PROPERTIES_PATH |
"net/sourceforge/plantumldependency/cli/log/logging.properties" |
public static final String |
NATIVE_DEPENDENCY_NAME |
"NativeCall" |
public static final String |
NATIVE_DEPENDENCY_PACKAGE_NAME |
"javax.native" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BAD_PATTERN_ARGUMENT_ERROR |
"[error-plantuml-dependency-cli-000] : Can\'t parse option argument \"{0}\", it isn\'t a valid pattern" |
public static final String |
BASE_DIRECTORY_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-001] : The base directory option is null" |
public static final String |
CPP_NOT_IMPLEMENTED_YET_ERROR |
"[error-plantuml-dependency-cli-002] : CPP isn\'t implemented yet, should come in a next release ;-)" |
public static final String |
DEPENDENCY_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-003] : The dependency name is null" |
public static final String |
DEPENDENCY_NULL_ERROR |
"[error-plantuml-dependency-cli-004] : The dependency is null" |
public static final String |
DEPENDENCY_TYPE_NULL_ERROR |
"[error-plantuml-dependency-cli-005] : The dependency type is null" |
public static final String |
DISPLAY_NAME_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-006] : The display name option is null" |
public static final String |
DISPLAY_PACKAGE_NAME_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-007] : The display package name option is null" |
public static final String |
DISPLAY_TYPE_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-008] : The display type option is null" |
public static final String |
EXCLUDE_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-009] : The exclude option is null" |
public static final String |
IMPOSSIBLE_JAVA_PARENT_TYPE_NULL_ERROR |
"[error-plantuml-dependency-cli-010] : The java parent type \"{0}\" is not available for this java type \"{1}\"" |
public static final String |
INCLUDE_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-011] : The include option is null" |
public static final String |
JAVA_ANNOTATION_TYPE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-012] : The java annotation type name is null" |
public static final String |
JAVA_ANNOTATION_TYPE_PACKAGE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-013] : The java annotation type package name is null" |
public static final String |
JAVA_PARENT_TYPE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-014] : The java parent type name is null" |
public static final String |
JAVA_PARENT_TYPE_NULL_ERROR |
"[error-plantuml-dependency-cli-015] : The java parent type is null" |
public static final String |
JAVA_PARENT_TYPE_PACKAGE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-016] : The java parent type package name is null" |
public static final String |
JAVA_PARENT_TYPE_STRING_NOT_EMPTY_NULL_ERROR |
"[error-plantuml-dependency-cli-017] : The java parent type string \"{0}\" should be null for this java type \"{1}\"" |
public static final String |
JAVA_PARENT_TYPE_UNKNOWN_ERROR |
"[error-plantuml-dependency-cli-018] : The java parent type \"{0}\" is unknown" |
public static final String |
JAVA_TYPE_ANNOTATIONS_NULL_ERROR |
"[error-plantuml-dependency-cli-019] : The java type annotations dependencies is null" |
public static final String |
JAVA_TYPE_CANT_BE_EXTRACTED_ERROR |
"[error-plantuml-dependency-cli-020] : The java type can\'t be extracted from the content \"{0}\"" |
public static final String |
JAVA_TYPE_EXTENTIONS_NULL_ERROR |
"[error-plantuml-dependency-cli-021] : The java type extensions dependencies is null" |
public static final String |
JAVA_TYPE_EXTENTIONS_TOO_MANY_ELEMENTS_ERROR |
"[error-plantuml-dependency-cli-022] : The java type extensions dependencies has too many elements" |
public static final String |
JAVA_TYPE_IMPLEMENTATIONS_NULL_ERROR |
"[error-plantuml-dependency-cli-023] : The java type implementations dependencies is null" |
public static final String |
JAVA_TYPE_IMPORTS_NULL_ERROR |
"[error-plantuml-dependency-cli-024] : The java type import dependencies is null" |
public static final String |
JAVA_TYPE_LANGUAGE_KEYWORD_NULL_ERROR |
"[error-plantuml-dependency-cli-025] : The java type language keyword is null" |
public static final String |
JAVA_TYPE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-026] : The java type name is null" |
public static final String |
JAVA_TYPE_PACKAGE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-027] : The java type package name is null" |
public static final String |
NOT_DISPLAY_TYPE_ARGUMENT_ERROR |
"[error-plantuml-dependency-cli-028] : Can\'t parse option argument \"{0}\", it isn\'t a valid display type argument" |
public static final String |
PLANTUML_DEPENDENCY_ERROR |
"[error-plantuml-dependency-cli-029] : An error has occured while running PlantUML Dependency, please check the log for more information" |
public static final String |
PROGRAMMING_LANGUAGE_NAME_NULL_ERROR |
"[error-plantuml-dependency-cli-030] : The programming language name is null" |
public static final String |
PROGRAMMING_LANGUAGE_OPTION_NULL_ERROR |
"[error-plantuml-dependency-cli-031] : The programming language option is null" |
public static final String |
READING_SOURCE_FILE_ERROR |
"[error-plantuml-dependency-cli-032] : Severe parsing errors have occurred while reading the source file \"{0}\", the file will be ignored" |
public static final String |
SEVERAL_DISPLAY_TYPE_ARGUMENTS_ERROR |
"[error-plantuml-dependency-cli-033] : The display type argument \"{0}\" is defined several times" |
public static final String |
UNKNOWN_JAVA_TYPE_ERROR |
"[error-plantuml-dependency-cli-034] : The java type \"{0}\" is unknown" |
public static final String |
UNKNOWN_PROGRAMMING_LANGUAGE_ERROR |
"[error-plantuml-dependency-cli-035] : The programming language \"{0}\" is unknown" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CREATING_DEPENDENCY_FINE |
"[fine-plantuml-dependency-cli-000] : Creating the dependency \"{0}\" with the type \"{1}\"" |
public static final String |
DEPENDENCY_ALREADY_SEEN_FINE |
"[fine-plantuml-dependency-cli-001] : The dependency \"{0}\" has already been seen, don\'t have to add it to the seen object Map" |
public static final String |
DEPENDENCY_IS_NOT_DISPLAYABLE_FINE |
"[fine-plantuml-dependency-cli-006] : Dependency \"{0}\" is not displayable, UML relation doesn\'t have to be generated" |
public static final String |
DEPENDENCY_NOT_SEEN_DEFAULT_TYPE_FINE |
"[fine-plantuml-dependency-cli-002] : The dependency \"{0}\" has not been seen yet, creating it with default type" |
public static final String |
DEPENDENCY_NOT_SEEN_FINE |
"[fine-plantuml-dependency-cli-003] : The dependency \"{0}\" has not been seen yet, creating it with type \"{1}\"" |
public static final String |
DISPLAY_TYPE_OPTION_NOT_MANAGED_FINE |
"[fine-plantuml-dependency-cli-004] : Display type option \"{0}\" isn\'t managed, UML relations don\'t have to be generated" |
public static final String |
IMPORT_IS_AN_EXTENSION_AN_IMPLEMENTATION_OR_AN_ANNOTATION_FINE |
"[fine-plantuml-dependency-cli-005] : Import \"{0}\" is either an implementation, an extension or an annotation, skipping UML use relation generation here" |
public static final String |
IMPORT_TYPE_NOT_FOUND |
"[fine-plantuml-dependency-cli-007] : Import type \"{0}\" not found in the import collection, skipping it..." |
public static final String |
JAVA_PARENT_TYPE_STRING_EMPTY_FINE |
"[fine-plantuml-dependency-cli-008] : The java parent type string to parse is empty, no parent to extract" |
public static final String |
JAVA_TYPE_FOUND_FINE |
"[fine-plantuml-dependency-cli-009] : Java type \"{0}\" has been found" |
public static final String |
NO_PACKAGE_FOUND_FINE |
"[fine-plantuml-dependency-cli-010] : No package name has been found" |
public static final String |
PROGRAMMING_LANGUAGE_FOUND_FINE |
"[fine-plantuml-dependency-cli-011] : Programming language \"{0}\" has been found" |
public static final String |
UPDATING_DEPENDENCY_FINE |
"[fine-plantuml-dependency-cli-012] : Updating the dependency \"{0}\" with the type \"{1}\"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXECUTION_TIME_INFO |
"[info-plantuml-dependency-cli-000] : Executed in \"{0}\" ms" |
public static final String |
PLANTUML_DEPENDENCY_ARGUMENTS_INFO |
"[info-plantuml-dependency-cli-001] : PlantUML Dependency arguments : \"{0}\"" |
public static final String |
STARTING_PLANTUML_DEPENDENCY_INFO |
"[info-plantuml-dependency-cli-002] : Starting PlantUML Dependency" |
public static final String |
TREATED_DEPENDENCY_INFO |
"[info-plantuml-dependency-cli-003] : Number of processed dependencies : \"{0}\"" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-b" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-dn" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-dp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-dt" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-e" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-i" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OPTION_MAIN_SYNOPSIS |
"-l" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROGRAM_BUILD_TIME |
"20140605-2229" |
public static final String |
PROGRAM_VERSION |
"1.4.0" |
Copyright © 2014 Sourceforge. All rights reserved.