public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
InputStream |
loadResource(String name)
Loads resource denoted by given
resourceName. |
InputStream loadResource(String name) throws IOException, FSMException
resourceName.name - resource nameIOException - if an I/O error occursFSMException - if an error occursCopyright © 2011-2012. All Rights Reserved.