| Modifier and Type | Field and Description |
|---|---|
| public static final String | |
| private static Logger |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __call__(PyObject[]
all arguments to the function (including keyword arguments). args, String[] the keywords used for all keyword arguments. keywords)Overrides org. The basic method to override when implementing a callable object. |
| public PyObject | Returns: a loader instance if this importer can load the module, None otherwisethe fully qualified name of the module name)Find the module for the fully qualified name. |
| public PyObject | Returns: a loader instance if this importer can load the module, None otherwisethe fully qualified name of the module name, PyObject if installed on the meta-path None or a module path path)Find the module for the fully qualified name. |
| public PyObject | |
| public String | Returns: a string representation of the object.Overrides org. Returns a string representation of the object. |
| JAVA_IMPORT_PATH_ENTRY | back to summary |
|---|---|
| public static final String JAVA_IMPORT_PATH_ENTRY | |
| log | back to summary |
|---|---|
| private static Logger log | |
| JavaImporter | back to summary |
|---|---|
| public JavaImporter() | |
| __call__ | back to summary |
|---|---|
| public PyObject __call__(PyObject[] args, String[] keywords) Overrides org. Doc from org. The basic method to override when implementing a callable object. The first len(args)-len(keywords) members of args[] are plain arguments. The last len(keywords) arguments are the values of the keyword arguments.
| |
| find_module | back to summary |
|---|---|
| public PyObject find_module(String name) Find the module for the fully qualified name. | |
| find_module | back to summary |
|---|---|
| public PyObject find_module(String name, PyObject path) Find the module for the fully qualified name.
a loader instance if this importer can load the module, None otherwise | |
| load_module | back to summary |
|---|---|
| public PyObject load_module(String name) | |
| toString | back to summary |
|---|---|
| public String toString() Overrides org. Returns a string representation of the object. | |