Jalopy 1.0b10

Uses of Class
de.hunsicker.io.FileFormat

Packages that use FileFormat
de.hunsicker.io Contains I/O related stuff. 
de.hunsicker.jalopy Contains the main classes to directly interact with the Jalopy formatting engine. 
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
de.hunsicker.jalopy.plugin Supplies the Plug-in hook for the integration with other Java applications. 
 

Uses of FileFormat in de.hunsicker.io
 

Fields in de.hunsicker.io declared as FileFormat
static FileFormat FileFormat.DEFAULT
          Represents the platform default file format.
static FileFormat FileFormat.AUTO
          Indicates that the file format should be auto-detected.
static FileFormat FileFormat.DOS
          Represents the DOS file format ("\r\n").
static FileFormat FileFormat.MAC
          Represents the Mac file format ("\r").
static FileFormat FileFormat.UNIX
          Represents the Unix file format ("\n").
static FileFormat FileFormat.UNKNOWN
          Represents an unknown or not yet determined file format.
 

Methods in de.hunsicker.io that return FileFormat
static FileFormat FileFormat.valueOf(String format)
          Returns the FileFormat object for the given file format string.
 

Uses of FileFormat in de.hunsicker.jalopy
 

Methods in de.hunsicker.jalopy with parameters of type FileFormat
 void Jalopy.setFileFormat(FileFormat format)
          Sets the file format of the output stream.
 

Uses of FileFormat in de.hunsicker.jalopy.language
 

Methods in de.hunsicker.jalopy.language that return FileFormat
 FileFormat JavaLexer.getFileFormat()
          Returns the detected file format.
 FileFormat JavadocLexer.getFileFormat()
          Returns the detected file format.
 FileFormat Recognizer.getFileFormat()
          Gets the file format of the parsed file as reported by the lexer
 FileFormat Lexer.getFileFormat()
          Returns the file format of the input stream.
 

Uses of FileFormat in de.hunsicker.jalopy.plugin
 

Methods in de.hunsicker.jalopy.plugin that return FileFormat
protected abstract  FileFormat AbstractPlugin.getFileFormat()
          Returns the file format to use for writing Java source files.
 


Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002