|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRJavaImport
public class RJavaImport
Utilities to manage java packages and how they are "imported" to R
databases. This is the back door of the javaImport
system in the R side
Field Summary | |
---|---|
static boolean |
DEBUG
Debug flag. |
Constructor Summary | |
---|---|
RJavaImport()
Constructor. |
Method Summary | |
---|---|
boolean |
exists_(String clazz)
|
boolean |
exists(String clazz)
|
String[] |
getKnownClasses()
|
void |
importPackage(String packageName)
Adds a package to the list of "imported" packages |
void |
importPackage(String[] packages)
Adds a set of packages |
Class |
lookup(String clazz)
Look for the class in the set of packages |
static Class |
lookup(String clazz,
Set importers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean DEBUG
Constructor Detail |
---|
public RJavaImport()
Method Detail |
---|
public Class lookup(String clazz)
clazz
- the simple class name
public boolean exists(String clazz)
public boolean exists_(String clazz)
public void importPackage(String packageName)
packageName
- package path namepublic void importPackage(String[] packages)
packages
- package path namespublic String[] getKnownClasses()
public static Class lookup(String clazz, Set importers)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |