it.jnrpe.utils
Class StringUtils

java.lang.Object
  extended by it.jnrpe.utils.StringUtils

public class StringUtils
extends Object

A simple string util class

Author:
Massimiliano Ziccardi

Constructor Summary
StringUtils()
           
 
Method Summary
static String[] split(String sString, boolean bIgnoreQuotes)
          This is a simple utility to split strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringUtils

public StringUtils()
Method Detail

split

public static String[] split(String sString,
                             boolean bIgnoreQuotes)
This is a simple utility to split strings. The string is splitted following these rules (in the order):

Parameters:
sString - The string to split
bIgnoreQuotes - For future implementation
Returns:
The splitted string
Since:
JNRPE Server 1.04


Copyright © 2012. All Rights Reserved.