Groovy Documentation

java.gate.yam
Enum YamFile.FileType

java.lang.Object
  java.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

HTML

YamFile.FileType HTML


LATEX

YamFile.FileType LATEX


PDF

YamFile.FileType PDF


PRETTY

YamFile.FileType PRETTY


TREE

YamFile.FileType TREE


YAM

YamFile.FileType YAM


 
Method Detail

dependent

public static boolean dependent(String path)
Is this type generated from YAM files?


suffix

public String suffix()
Main interface to the YAM language and its translation. Target languages:
author:
Hamish Cunningham


translator

public AbstractTranslator translator()
Get the translator class for this type.


 

Groovy Documentation