public class ResourceUtils extends Object
| Constructor and Description |
|---|
ResourceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getResource(String resourceName) |
static Map<String,String> |
getResourceNamesFromIDE(String folder,
String suffix) |
static Map<String,String> |
getResourceNamesFromJAR(File jarFile,
String folder,
String suffix) |
static Map<String,String> |
getResourcesNames(String folder,
String suffix) |
public static InputStream getResource(String resourceName) throws IOException
IOExceptionpublic static Map<String,String> getResourcesNames(String folder, String suffix) throws Exception
Exceptionpublic static Map<String,String> getResourceNamesFromIDE(String folder, String suffix) throws IOException
IOExceptionpublic static Map<String,String> getResourceNamesFromJAR(File jarFile, String folder, String suffix) throws IOException
IOExceptionCopyright © 2019. All Rights Reserved.