|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.IdURI
IdURI
Field Summary | |
protected java.lang.String |
document
Description of the Field |
protected java.lang.String |
path
Description of the Field |
protected java.lang.String |
port
Description of the Field |
protected java.lang.String |
protocol
Description of the Field |
Constructor Summary | |
protected |
IdURI()
Constructor for the IdURI object |
Method Summary | |
java.lang.String |
getDocument()
Gets the document attribute of the IdURI object |
java.lang.String |
getHost()
Gets the host attribute of the IdURI object |
java.lang.String |
getPath()
Gets the path attribute of the IdURI object |
java.lang.String |
getPort()
Gets the port attribute of the IdURI object |
java.lang.String |
getProtocol()
Gets the protocol attribute of the IdURI object |
static void |
main(java.lang.String[] args)
The main program for the IdURI class |
static IdURI |
pasreURI(java.lang.String uri)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String port
protected java.lang.String document
protected java.lang.String path
protected java.lang.String protocol
Constructor Detail |
protected IdURI()
Method Detail |
public java.lang.String getHost()
public java.lang.String getPort()
public java.lang.String getDocument()
public java.lang.String getPath()
public java.lang.String getProtocol()
public static IdURI pasreURI(java.lang.String uri)
uri
- Description of the Parameterpublic static void main(java.lang.String[] args)
args
- The command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |