Qore jni Module  2.0.6
Package org.qore.jni

Classes

class  QoreJavaApi
 This class provides methods that allow Java to interface with Qore code. More...
 
class  QoreException
 The QoreException class is meant to represent a Qore-language exception. More...
 
class  QoreObjectBase
 wrapper class for a Qore object; this class holds a weak reference to the Qore object More...
 
class  QoreJavaClassBase
 marker base class for a Qore classes imported dynamically into Java More...
 
class  QoreObject
 wrapper class for a Qore object; this class holds a weak reference to the Qore object More...
 
class  QoreClosure
 Java QoreClosure class. More...
 
class  QoreObjectWrapper
 This is meant to the be the wrapper class for Java classes wrapping Qore object classes. More...
 
class  QoreURLClassLoader
 Main ClassLoader for Java <-> Qore and Java <-> Python integration. More...
 
class  QoreRelativeTime
 class representing a Qore relative time value (duration) More...
 
interface  QoreClosureMarker
 This marks a class that must have a call() method (with any argument and return types) that will be called when this object is converted to a Qore closure and the closure is called. More...
 
class  QoreJavaDynamicApi
 This class provides methods that allow Java to interface with Qore code. More...
 
class  Hash
 Java Hash class to make it easier to work with Qore hash data. More...
 
class  JavaClassBuilder
 
interface  QoreJavaFileObject
 
class  QoreJavaObjectPtr
 Helper class for pointer arguments to weak references Qore objects. More...
 

Detailed Description

Java wrapper for the Qore QoreClosure class

QoreURLClassLoader.java

Qore Programming Language JNI Module

Copyright (C) 2016 - 2022 Qore Technologies, s.r.o.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Java wrapper for the Qore HTTPClient class