| Package | Description |
|---|---|
| htmlcompiler.model |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Map<java.lang.String,FileType> |
FileType.userInputToType |
| Modifier and Type | Method | Description |
|---|---|---|
static FileType |
FileType.detectType(java.lang.String filename) |
|
static FileType |
FileType.fromUserInput(java.lang.String userInput) |
|
static FileType |
FileType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Command.execute(java.io.File inputDir,
FileType type,
java.lang.String filename,
java.io.PrintStream out) |
Copyright © 2018. All rights reserved.