| Modifier and Type | Method and Description |
|---|---|
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SourceType> |
SourceType.getSourceTypeFromFilename(Path fullyQualifiedName)
Guesses the given source file C4 level and returns an
Optional of the matching enumeration value if any, or
empty. |
Copyright © 2020. All rights reserved.