public class ExceptionResourceGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getResources(Class<?> cls)
Generate a list of Strings for a resource file for the given
exception and log handling class.
|
static void |
main(String[] strs) |
public static List<String> getResources(Class<?> cls)
cls - The class that describes messages for logging.public static void main(String[] strs) throws IOException
IOExceptionCopyright © 2011–2024 Eclipse Foundation. All rights reserved.