org.indy
Class IdURI

java.lang.Object
  |
  +--org.indy.IdURI

public class IdURI
extends java.lang.Object

IdURI

Author:
owen

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

port

protected java.lang.String port
Description of the Field

document

protected java.lang.String document
Description of the Field

path

protected java.lang.String path
Description of the Field

protocol

protected java.lang.String protocol
Description of the Field
Constructor Detail

IdURI

protected IdURI()
Constructor for the IdURI object
Method Detail

getHost

public java.lang.String getHost()
Gets the host attribute of the IdURI object
Returns:
The host value

getPort

public java.lang.String getPort()
Gets the port attribute of the IdURI object
Returns:
The port value

getDocument

public java.lang.String getDocument()
Gets the document attribute of the IdURI object
Returns:
The document value

getPath

public java.lang.String getPath()
Gets the path attribute of the IdURI object
Returns:
The path value

getProtocol

public java.lang.String getProtocol()
Gets the protocol attribute of the IdURI object
Returns:
The protocol value

pasreURI

public static IdURI pasreURI(java.lang.String uri)
Description of the Method
Parameters:
uri - Description of the Parameter
Returns:
Description of the Return Value

main

public static void main(java.lang.String[] args)
The main program for the IdURI class
Parameters:
args - The command line arguments


Copyright © 2002-2002 IndyJ. All Rights Reserved.