|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.in.hutorny.util.Comments
public class Comments
Comments - this class provides facilities for loading Java comments, see Comments.load for details
| Constructor Summary | |
|---|---|
Comments()
|
|
| Method Summary | |
|---|---|
static CommentRetriever |
getRetriever()
|
static java.lang.String |
load()
|
static java.lang.String |
load(java.lang.String discriminator)
String load(); /*-- <content> --*/ String load(String discriminator); /*-- <content> --:<discriminator> <content> --*/ These two methods read the source file (.java) from the line that follows load invocation until the line read contains the stopper pattern --*/. |
static void |
setRetriever(CommentRetriever retriever)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Comments()
| Method Detail |
|---|
public static java.lang.String load(java.lang.String discriminator)
discriminator -
public static java.lang.String load()
load(String)public static void setRetriever(CommentRetriever retriever)
public static CommentRetriever getRetriever()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||