DBVIEW
|
Static Public Member Functions | |
static ArrayList< String > | listJar (String in_name) throws Exception |
static URL | locateResource (String in_name) |
This class implements utilities used to interact with the JAVA run-time environment.
Definition at line 37 of file JavaVm.java.
static ArrayList<String> org.dbview.utils.JavaVm.listJar | ( | String | in_name | ) | throws Exception [static] |
This method lists the content of a JAR file.
in_name | Name of the JAR file. |
Exception |
Definition at line 45 of file JavaVm.java.
Referenced by org.dbview.addons.AddOnCatalog.AddOnCatalog(), and org.dbview.resources.SotfForeignKeyDetectorCatalog.SotfForeignKeyDetectorCatalog().
static URL org.dbview.utils.JavaVm.locateResource | ( | String | in_name | ) | [static] |
This method tries to locate a resource, given its name.
in_name | Name of the resource. |
Definition at line 70 of file JavaVm.java.
Referenced by org.dbview.utils.JavaVm.listJar().