SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.parse
Class ExtractUtils

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.web.parse.ExtractUtils

public final class ExtractUtils
extends java.lang.Object

Helper class for extractors.


Method Summary
static boolean isUrl(java.lang.String test)
          Checks if given string is uri.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isUrl

public static boolean isUrl(java.lang.String test)
Checks if given string is uri.

Parameters:
test - string to check.
Returns:
true if test matches URI_PATTERN, false otherwise.

SMILA (incubation) API documentation