com.fullspan.propkeyconst.util
Class PropKeyUtil

java.lang.Object
  extended bycom.fullspan.propkeyconst.util.PropKeyUtil

public class PropKeyUtil
extends java.lang.Object

Author:
Mitch Stuart

Method Summary
static java.lang.String getResourceText(java.io.InputStream inStream)
           
static java.lang.String getResourceText(java.lang.String resourcePath)
           
static java.lang.String[] splitDotted(java.lang.String input)
           
static java.lang.String[] splitRightmostDotted(java.lang.String input)
          Splits the input string into a dotted prefix and a name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

splitDotted

public static java.lang.String[] splitDotted(java.lang.String input)

splitRightmostDotted

public static java.lang.String[] splitRightmostDotted(java.lang.String input)
Splits the input string into a dotted prefix and a name. If there are no dots, the prefix will be "".


getResourceText

public static java.lang.String getResourceText(java.lang.String resourcePath)

getResourceText

public static java.lang.String getResourceText(java.io.InputStream inStream)
                                        throws java.io.IOException
Throws:
java.io.IOException