Common settings for Ergonized builds.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
DEFAULT_FILE_ENCODING |
|
static java.lang.Object |
DEFAULT_LINE_BREAK |
The value of the line break as it is written in the settings file in eclipse. |
| Type | Name and description |
|---|---|
java.lang.String |
fileEncodingThe file encoding used in the project. |
java.lang.String |
lineBreakThe line break to use in eclipse settings. |
| Type Params | Return Type | Name and description |
|---|---|---|
<T> |
T |
create(java.lang.String name, java.lang.Class<T> type, java.lang.Object... arguments)Creates a nested extension object of the specified type. |
|
java.lang.String |
getFileEncoding() |
|
java.lang.String |
getLineBreak() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The value of the line break as it is written in the settings file in eclipse. This is not the value to be used to append new lines to a string.
The file encoding used in the project.
The line break to use in eclipse settings. If undefined a default line break is used.
Creates a nested extension object of the specified type.
name - the name of the nested extension object, usually the same as the plugin using the
extension.type - the type of the nested extension object.arguments - the optional sequence of arguments for constructing the extension object.