org.openjena.atlas.web
Class WebLib

java.lang.Object
  extended by org.openjena.atlas.web.WebLib

public class WebLib
extends java.lang.Object


Constructor Summary
WebLib()
           
 
Method Summary
static java.lang.String[] split(java.lang.String s, java.lang.String splitStr)
          Split a string, removing whitespace around the split string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebLib

public WebLib()
Method Detail

split

public static java.lang.String[] split(java.lang.String s,
                                       java.lang.String splitStr)
Split a string, removing whitespace around the split string. e.g. Use in splittign HTTP accept/content-type headers.



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.