public class ObjectsGenerator extends Object
| Constructor and Description |
|---|
ObjectsGenerator()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Hashtable<String,InputStream> |
getResourceList(String resourceFolder) |
static List<String> |
getResourcesInFolder(JarInputStream jarFile,
String packageName) |
static void |
main(String[] args) |
String |
parse(String source,
String directory)
Description of the Method
|
public String parse(String source, String directory) throws IOException, SAXException, Exception
source - Description of ParameterIOException - Description of ExceptionSAXException - Description of ExceptionExceptionpublic static Hashtable<String,InputStream> getResourceList(String resourceFolder) throws IOException
IOExceptionpublic static List<String> getResourcesInFolder(JarInputStream jarFile, String packageName) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.