All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.StringUtil

java.lang.Object
   |
   +----JObserve.StringUtil

public class StringUtil
extends Object
String Utilities for Observe This class contains only static functions


Constructor Index

 o StringUtil()

Method Index

 o IsBlank(String)
Determine if a string is all blank
 o toHex(String)
Convert "/" in a string to "%2f" ('/' in hex) also '\', ':'

Constructors

 o StringUtil
 public StringUtil()

Methods

 o IsBlank
 public static boolean IsBlank(String value)
Determine if a string is all blank

Parameters:
String - to be checked
Returns:
boolean true if all blanks
 o toHex
 public static String toHex(String value)
Convert "/" in a string to "%2f" ('/' in hex) also '\', ':'

Parameters:
String - to be converted
Returns:
String Converted string

All Packages  Class Hierarchy  This Package  Previous  Next  Index