Uses of Class
htmlcompiler.model.FileType
| Package | Description |
|---|---|
| htmlcompiler.model |
-
Uses of FileType in htmlcompiler.model
Fields in htmlcompiler.model with type parameters of type FileType Modifier and Type Field Description static java.util.Map<java.lang.String,FileType>FileType. userInputToTypeMethods in htmlcompiler.model that return FileType Modifier and Type Method Description static FileTypeFileType. detectType(java.lang.String filename)static FileTypeFileType. fromUserInput(java.lang.String userInput)static FileTypeFileType. 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.Methods in htmlcompiler.model with parameters of type FileType Modifier and Type Method Description voidCommand. execute(java.io.File inputDir, FileType type, java.lang.String filename, java.io.PrintStream out)