Package org.keycloak.utils
Class FileUtils
java.lang.Object
org.keycloak.utils.FileUtils
- Author:
- Marek Posolda
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
getJsonFileFromClasspathOrConfFolder
(String fileName) Read the input stream from the specified file
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
getJsonFileFromClasspathOrConfFolder
Read the input stream from the specified file- Parameters:
fileName
- file name without path- Returns:
- input stream
- Throws:
IOException
-