org.apache.webdav.client
Interface IURI

All Known Implementing Classes:
URI3, URI4

public interface IURI

Interface for the common URI implementations. In client 3 and 4 there are different ones. Client 3 has its own URI class, client 4 uses java.net.URI.


Method Summary
 java.lang.String getEscapedFragment()
           
 java.lang.String getEscapedPath()
           
 java.lang.String getFragment()
           
 java.lang.String getHost()
           
 java.lang.String getPath()
           
 int getPort()
           
 java.lang.String getScheme()
           
 boolean isAbsoluteURI()
           
 void normalize()
           
 

Method Detail

getScheme

java.lang.String getScheme()
                           throws java.lang.Exception
Throws:
java.lang.Exception

getHost

java.lang.String getHost()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getPort

int getPort()
            throws java.lang.Exception
Throws:
java.lang.Exception

normalize

void normalize()
               throws java.lang.Exception
Throws:
java.lang.Exception

getFragment

java.lang.String getFragment()
                             throws java.lang.Exception
Throws:
java.lang.Exception

getEscapedFragment

java.lang.String getEscapedFragment()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getEscapedPath

java.lang.String getEscapedPath()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getPath

java.lang.String getPath()
                         throws java.lang.Exception
Throws:
java.lang.Exception

isAbsoluteURI

boolean isAbsoluteURI()
                      throws java.lang.Exception
Throws:
java.lang.Exception


Copyright (c) 2003 - Apache Software Foundation