com.hp.hpl.jena.sparql.util
Class StringUtils

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.StringUtils

public class StringUtils
extends java.lang.Object

See Also:
StrUtils

Constructor Summary
StringUtils()
           
 
Method Summary
static java.lang.String printAbbrev(java.lang.Object obj)
          Abbreviate, crudely, URI in strings, leaving only their last component.
static
<T> java.lang.String
printAbbrevList(java.util.List<T> objs)
          Abbreviate, crudely, URI in strings, leaving only their last component.
static java.lang.String str(java.util.Date date)
           
static java.lang.String str(double value)
           
static java.lang.String str(float value)
           
static java.lang.String str(long v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

str

public static java.lang.String str(long v)

str

public static java.lang.String str(java.util.Date date)

str

public static java.lang.String str(float value)

str

public static java.lang.String str(double value)

printAbbrev

public static java.lang.String printAbbrev(java.lang.Object obj)
Abbreviate, crudely, URI in strings, leaving only their last component.


printAbbrevList

public static <T> java.lang.String printAbbrevList(java.util.List<T> objs)
Abbreviate, crudely, URI in strings, leaving only their last component.



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