|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.http.classes.URL
edu.neu.ccs.demeterf.http.classes.NoURL
public class NoURL
Representation of NoURL
| Constructor Summary | |
|---|---|
NoURL()
Construct a(n) NoURL Instance |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this NoURL? |
boolean |
isEmpty()
Is this URL Empty? |
static NoURL |
parse(java.io.InputStream inpt)
Parse an instance of NoURL from the given Stream |
static NoURL |
parse(java.io.Reader inpt)
Parse an instance of NoURL from the given Reader |
static NoURL |
parse(java.lang.String inpt)
Parse an instance of NoURL from the given String |
java.lang.String |
toString()
DGP method from Class PrintToString |
java.lang.String |
trimArgs()
Remove the URLs Arguments |
Map<java.lang.String,java.lang.String> |
urlArgs()
Return the URLs Arguments |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoURL()
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static NoURL parse(java.lang.String inpt)
throws ParseException
ParseException
public static NoURL parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static NoURL parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic boolean isEmpty()
isEmpty in class URLpublic Map<java.lang.String,java.lang.String> urlArgs()
urlArgs in class URLpublic java.lang.String trimArgs()
trimArgs in class URLpublic java.lang.String toString()
toString in class URL
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||