|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.gate.yam.YamFile.FileType
enum YamFile.FileType
The various file types involved with YAM and their filename suffixes.
Enum Constant Summary | |
---|---|
HTML
|
|
LATEX
|
|
PDF
|
|
PRETTY
|
|
TREE
|
|
YAM
|
Method Summary | |
---|---|
static boolean
|
dependent(String path)
Is this type generated from YAM files? |
String
|
suffix()
Main interface to the YAM language and its translation. |
AbstractTranslator
|
translator()
Get the translator class for this type. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Enum Constant Detail |
---|
YamFile.FileType HTML
YamFile.FileType LATEX
YamFile.FileType PDF
YamFile.FileType PRETTY
YamFile.FileType TREE
YamFile.FileType YAM
Method Detail |
---|
public static boolean dependent(String path)
public String suffix()
public AbstractTranslator translator()
Groovy Documentation