| java.lang.Object de.java2html.converter.ConverterMetaData
ConverterMetaData | public class ConverterMetaData (Code) | | |
Method Summary | |
public String | getDefaultFileExtension() Returns the default filename extension for the output format of this converter,
e.g. | public String | getName() a String that can be used as logical name for this converter, i.e. | public String | getPrintName() a String that can be used in user interfaces as name for the converter. |
getDefaultFileExtension | public String getDefaultFileExtension()(Code) | | Returns the default filename extension for the output format of this converter,
e.g. "html" or "tex".
|
getName | public String getName()(Code) | | a String that can be used as logical name for this converter, i.e. for specifying this converter in an ant task. |
getPrintName | public String getPrintName()(Code) | | a String that can be used in user interfaces as name for the converter. |
|
|