com.github.gcf.io
Class PrimitiveURI

java.lang.Object
  extended by com.github.gcf.io.PrimitiveURI

public class PrimitiveURI
extends Object

Author:
Marcel Patzlaff

Field Summary
 String fragment
           
 String host
           
 String path
           
 int port
           
 String query
           
 String rawString
           
 String scheme
           
 String userInfo
           
 
Constructor Summary
PrimitiveURI(String uri)
           
 
Method Summary
 String toString()
           
 URL toURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scheme

public final String scheme

userInfo

public final String userInfo

host

public final String host

port

public final int port

path

public final String path

query

public final String query

fragment

public final String fragment

rawString

public final String rawString
Constructor Detail

PrimitiveURI

public PrimitiveURI(String uri)
             throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

toURL

public URL toURL()
          throws MalformedURLException
Throws:
MalformedURLException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2010. All Rights Reserved.