|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--de.hunsicker.jalopy.storage.Environment.Variable
Represents a local environment variable.
| Field Summary | |
static Environment.Variable |
CLASS_NAME
The class name variable |
static Environment.Variable |
CONVENTION
Defines the variable "convention". |
static Environment.Variable |
DATE
The date variable you can specify a pattern following the date like $date:dd/mmmm$ as long as it follows the simple date format rules |
static Environment.Variable |
FILE
Defines the variable "file". |
static Environment.Variable |
FILE_FORMAT
Defines the variable "fileFormat". |
static Environment.Variable |
FILE_NAME
Defines the variable "fileName". |
static Environment.Variable |
PACKAGE
Defines the variable "package". |
static Environment.Variable |
TAB_SIZE
Defines the variable "tabSize". |
static Environment.Variable |
TYPE_EXCEPTION
Defines the variable "exceptionType". |
static Environment.Variable |
TYPE_OBJECT
Defines the variable "objectType". |
static Environment.Variable |
TYPE_PARAM
Defines the variable "paramType". |
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
format(java.lang.Object value,
java.lang.String pattern)
|
java.lang.String |
getName()
Returns the name of the variable. |
int |
hashCode()
|
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Environment.Variable FILE
public static final Environment.Variable FILE_NAME
public static final Environment.Variable FILE_FORMAT
public static final Environment.Variable TAB_SIZE
public static final Environment.Variable CONVENTION
public static final Environment.Variable PACKAGE
public static final Environment.Variable TYPE_PARAM
public static final Environment.Variable TYPE_EXCEPTION
public static final Environment.Variable TYPE_OBJECT
public static final Environment.Variable DATE
public static final Environment.Variable CLASS_NAME
| Method Detail |
public java.lang.String getName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public java.lang.String format(java.lang.Object value,
java.lang.String pattern)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectgetName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||