![]() |
Qore jni Module 2.3.1
|
Classes | |
class | Hash |
Java Hash class to make it easier to work with Qore hash data. More... | |
class | JavaClassBuilder |
class | QoreClosure |
Java QoreClosure class. More... | |
interface | QoreClosureMarker |
This marks a class that must have a call() method. More... | |
interface | QoreClosureMarkerImpl |
This marks a class that must have a call() method. More... | |
class | QoreException |
The QoreException class is meant to represent a Qore-language exception. More... | |
class | QoreJavaApi |
This class provides methods that allow Java to interface with Qore code. More... | |
class | QoreJavaClassBase |
marker base class for a Qore classes imported dynamically into Java More... | |
class | QoreJavaDynamicApi |
This class provides methods that allow Java to interface with Qore code. More... | |
interface | QoreJavaFileObject |
class | QoreJavaObjectPtr |
Helper class for pointer arguments to weak references Qore objects. More... | |
class | QoreObject |
wrapper class for a Qore object; this class holds a weak reference to the Qore object More... | |
class | QoreObjectBase |
wrapper class for a Qore object; this class holds a weak reference to the Qore object More... | |
class | QoreObjectWrapper |
This is meant to the be the wrapper class for Java classes wrapping Qore object classes. More... | |
class | QoreRelativeTime |
class representing a Qore relative time value (duration) More... | |
class | QoreURLClassLoader |
Main ClassLoader for Java <-> Qore and Java <-> Python integration. More... | |
Java wrapper for the Qore QoreClosure class
QoreURLClassLoader.java
Qore Programming Language JNI Module
Copyright (C) 2016 - 2023 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