|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfr.ove.utils.FormaterRepository
A formater repository.
The aim of this class is to format, as a string, an object by the means of @see Formater the instance manages.
To each objet (or part of object) corresponds a @see Formater.
The different subclasses have to implement the @see format method in the @see Formater interface the instance pretends to implement.
| Constructor Summary | |
FormaterRepository()
|
|
| Method Summary | |
void |
decIndent()
Decrements the indentation. |
abstract Formater |
getFormater(java.lang.String objectId)
Returns the formater with the specified identifier. |
java.lang.String |
getIndent()
Returns the current indentation |
void |
incIndent()
Increments the indentation. |
void |
initIndent()
Init indentation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface fr.ove.utils.Formater |
format |
| Constructor Detail |
public FormaterRepository()
| Method Detail |
public java.lang.String getIndent()
public void incIndent()
public void decIndent()
public void initIndent()
public abstract Formater getFormater(java.lang.String objectId)
objectId - the object (to format) identifier.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||