Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static FileFormat |
FileFormat.AUTO
Indicates that the file format should be auto-detected.
|
static FileFormat |
FileFormat.DEFAULT
Represents the platform default file format.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static FileFormat |
FileFormat.valueOf(java.lang.String format)
Returns the FileFormat object for the given file format string.
|
Modifier and Type | Method and Description |
---|---|
void |
Jalopy.setFileFormat(FileFormat format)
Sets the file format of the output stream.
|
Modifier and Type | Method and Description |
---|---|
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.
|
FileFormat |
JavaLexer.getFileFormat()
Returns the detected file format.
|
FileFormat |
JavadocLexer.getFileFormat()
Returns the detected file format.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FileFormat |
AbstractPlugin.getFileFormat()
Returns the file format to use for writing Java source files.
|
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013