|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.symcomp.openmath.Tools
public class Tools
| Field Summary | |
|---|---|
static java.util.HashSet<java.lang.String> |
keywords
|
| Constructor Summary | |
|---|---|
Tools()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.Class> |
getClassesForPackage(java.lang.String pckgname)
Attempts to list all the classes in the specified package as determined by the context class loader |
static java.util.List<java.lang.Class> |
getClassesForPackage(java.lang.String jarName,
java.lang.String pckgname)
Attempts to list all the classes in the specified package that are inside the given JAR file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.HashSet<java.lang.String> keywords
| Constructor Detail |
|---|
public Tools()
| Method Detail |
|---|
public static java.util.List<java.lang.Class> getClassesForPackage(java.lang.String pckgname)
throws java.lang.ClassNotFoundException
pckgname - the package name to search
java.lang.ClassNotFoundException - if something went wrong
public static java.util.List<java.lang.Class> getClassesForPackage(java.lang.String jarName,
java.lang.String pckgname)
throws java.lang.ClassNotFoundException
jarName - name of the JAR filepckgname - the package name to search
java.lang.ClassNotFoundException - if something went wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||