de.hpi.fgis.voidgen.hadoop.util
Class UriTools

java.lang.Object
  extended by de.hpi.fgis.voidgen.hadoop.util.UriTools

public class UriTools
extends java.lang.Object

Collects methods for processing URIs and URLs.

Author:
Dandy Fenz, Hasso Plattner Institute at University of Potsdam, Germany, Matthias Pohl, Hasso Plattner Institute at University of Potsdam, Germany, Johannes Gosda, Hasso Plattner Institute at University of Potsdam, Germany

Constructor Summary
UriTools()
           
 
Method Summary
static java.util.List<java.lang.String> splitUrl(java.lang.String url)
          TODO comment what this method does
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriTools

public UriTools()
Method Detail

splitUrl

public static java.util.List<java.lang.String> splitUrl(java.lang.String url)
TODO comment what this method does

Parameters:
url - the String value of the URL to process
Returns:
TODO comment