hudson.plugins.testabilityexplorer.utils
Class StringUtil

java.lang.Object
  extended by hudson.plugins.testabilityexplorer.utils.StringUtil

public class StringUtil
extends java.lang.Object

Contains some common String utility methods.

Author:
reik.schatz

Method Summary
static java.lang.String stripPackages(java.lang.String signature)
          Given that the specified String has the format of a Java method signature, this method will strip away all package information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stripPackages

public static java.lang.String stripPackages(java.lang.String signature)
Given that the specified String has the format of a Java method signature, this method will strip away all package information.

Parameters:
signature - String
Returns:
signature without package information


Copyright © 2009. All Rights Reserved.