edu.neu.ccs.demeterf.http.classes
Class NoURL

java.lang.Object
  extended by edu.neu.ccs.demeterf.http.classes.URL
      extended by edu.neu.ccs.demeterf.http.classes.NoURL

public class NoURL
extends URL

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

NoURL

public NoURL()
Construct a(n) NoURL Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this NoURL?

Overrides:
equals in class java.lang.Object

parse

public static NoURL parse(java.lang.String inpt)
                   throws ParseException
Parse an instance of NoURL from the given String

Throws:
ParseException

parse

public static NoURL parse(java.io.InputStream inpt)
                   throws ParseException
Parse an instance of NoURL from the given Stream

Throws:
ParseException

parse

public static NoURL parse(java.io.Reader inpt)
                   throws ParseException
Parse an instance of NoURL from the given Reader

Throws:
ParseException

isEmpty

public boolean isEmpty()
Is this URL Empty?

Overrides:
isEmpty in class URL

urlArgs

public Map<java.lang.String,java.lang.String> urlArgs()
Return the URLs Arguments

Specified by:
urlArgs in class URL

trimArgs

public java.lang.String trimArgs()
Remove the URLs Arguments

Specified by:
trimArgs in class URL

toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class URL