Class Morph
java.lang.Object
edu.internet2.middleware.grouperInstaller.morphString.Morph
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
readFileIntoStringUtf8
(File file) static String
readFromFileIfFileUtf8
(String in, boolean disableExternalFileLookup) static String
stripPrefix
(String string, String prefix) strip the prefix off
-
Field Details
-
ENCRYPT_KEY
- See Also:
-
testMorphKey
if testing, and not relying on morph key being there, use this
-
-
Method Details
-
stripPrefix
strip the prefix off- Parameters:
string
-prefix
-- Returns:
- the string without the prefix
-
readFileIntoStringUtf8
- Parameters:
file
- is the file to read into a string- Returns:
- String
-
readFromFileIfFileUtf8
-