it.imolinfo.jbi4corba.utils
Class HelperStringUtils

java.lang.Object
  extended by it.imolinfo.jbi4corba.utils.HelperStringUtils

public class HelperStringUtils
extends Object


Constructor Summary
HelperStringUtils()
           
 
Method Summary
static boolean compareStringNoOrder(String str1, String str2)
          Method that compare the two String a return if there are equals and ignore the String order
static String ExtractString(String target, String start, String endWith)
          Method that extract string from 2 delimiter start and end passed as String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperStringUtils

public HelperStringUtils()
Method Detail

ExtractString

public static String ExtractString(String target,
                                   String start,
                                   String endWith)
Method that extract string from 2 delimiter start and end passed as String

Parameters:
target -
start - delimiter
ends - delimiters
Returns:
the result String

compareStringNoOrder

public static boolean compareStringNoOrder(String str1,
                                           String str2)
Method that compare the two String a return if there are equals and ignore the String order

Parameters:
str1 - String source
str2 - String to compare
Returns:
boolean true if the String are equals false if the String not are equals


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.