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

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

public class StringUtils
extends Object

See Also:
StrUtils

Constructor Summary
StringUtils()
           
 
Method Summary
static String printAbbrev(Object obj)
          Abbreviate, crudely, URI in strings, leaving only their last component.
static
<T> String
printAbbrevList(List<T> objs)
          Abbreviate, crudely, URI in strings, leaving only their last component.
static String str(Date date)
           
static String str(double value)
           
static String str(float value)
           
static 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 String str(long v)

str

public static String str(Date date)

str

public static String str(float value)

str

public static String str(double value)

printAbbrev

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


printAbbrevList

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



Licenced under the Apache License, Version 2.0