|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.util.DocHelper
public class DocHelper
Class containing usefull methods to obtain @Doc informations for a class,field,method...
| Constructor Summary | |
|---|---|
DocHelper()
|
|
| Method Summary | |
|---|---|
static String |
getAuthor(Doc doc)
Deprecated. as of 20090408 never used |
static Doc |
getClassDoc(Class<?> klazz)
|
static Doc |
getClassDoc(Object value)
Deprecated. as of 20090408 never used |
static String |
getDate(Doc doc)
Deprecated. as of 20090408 never used |
static Doc |
getFieldDoc(Class<?> klazz,
String fieldName)
|
static Doc |
getFieldDoc(Field f)
Deprecated. as of 20090408 never used |
static String |
getValue(Doc doc)
Deprecated. as of 20090408 never used |
static String |
getVersion(Doc doc)
Deprecated. as of 20090408 never used |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocHelper()
| Method Detail |
|---|
public static Doc getClassDoc(Class<?> klazz)
klazz - class to use
public static Doc getClassDoc(Object value)
value - object given
public static Doc getFieldDoc(Field f)
f - file to use
public static Doc getFieldDoc(Class<?> klazz,
String fieldName)
klazz - class to usefieldName - field name to use
public static String getValue(Doc doc)
doc - doc to use
Doc.value() of the given @Docpublic static String getAuthor(Doc doc)
doc - doc to use
Doc.author()} of the given @Docpublic static String getDate(Doc doc)
doc - doc to use
Doc.date() of the given @Docpublic static String getVersion(Doc doc)
doc - doc to use
Doc.version() of the given @Doc
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||