- Callback - Class in org.fusesource.hawtjni.runtime
-
Instances of this class represent entry points into Java which can be invoked
from operating system level callback routines.
- Callback(Object, String, int) - Constructor for class org.fusesource.hawtjni.runtime.Callback
-
Constructs a new instance of this class given an object to send the
message to, a string naming the method to invoke and an argument count.
- Callback(Object, String, int, boolean) - Constructor for class org.fusesource.hawtjni.runtime.Callback
-
Constructs a new instance of this class given an object to send the
message to, a string naming the method to invoke, an argument count and a
flag indicating whether or not the arguments will be passed in an array.
- Callback(Object, String, int, boolean, long) - Constructor for class org.fusesource.hawtjni.runtime.Callback
-
Constructs a new instance of this class given an object to send the
message to, a string naming the method to invoke, an argument count, a
flag indicating whether or not the arguments will be passed in an array
and a value to return when an exception happens.
- callbacks - Variable in class org.fusesource.hawtjni.generator.HawtJNI
-
- callbacks - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
Set this value to false to disable the callback support in HawtJNI.
- cast(String) - Static method in class org.fusesource.hawtjni.generator.util.TextSupport
-
- children - Variable in class org.fusesource.hawtjni.generator.MacGenerator.NodeEntry
-
- chmod755(File) - Method in class org.fusesource.hawtjni.runtime.Library
-
- classes - Variable in class org.fusesource.hawtjni.generator.JNIGenerator
-
- classesDirectory - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
The directory where the java classes files are located.
- ClassFlag - Enum in org.fusesource.hawtjni.runtime
-
- ClassFlag() - Constructor for enum org.fusesource.hawtjni.runtime.ClassFlag
-
- classified - Variable in class org.fusesource.hawtjni.maven.PackageJarMojo
-
Should a classifier of the native jar be set
to match the platform?
- classLoader - Variable in class org.fusesource.hawtjni.runtime.Library
-
- className - Variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- classpaths - Variable in class org.fusesource.hawtjni.generator.HawtJNI
-
- classSource - Variable in class org.fusesource.hawtjni.generator.CleanupClass
-
- classSourcePath - Variable in class org.fusesource.hawtjni.generator.CleanupClass
-
- clazz - Variable in class org.fusesource.hawtjni.generator.model.ReflectClass
-
- clazz - Variable in class org.fusesource.hawtjni.generator.model.ReflectType
-
- CleanupClass - Class in org.fusesource.hawtjni.generator
-
- CleanupClass() - Constructor for class org.fusesource.hawtjni.generator.CleanupClass
-
- CleanupConstants - Class in org.fusesource.hawtjni.generator
-
- CleanupConstants() - Constructor for class org.fusesource.hawtjni.generator.CleanupConstants
-
- CleanupNatives - Class in org.fusesource.hawtjni.generator
-
- CleanupNatives() - Constructor for class org.fusesource.hawtjni.generator.CleanupNatives
-
- cli - Variable in class org.fusesource.hawtjni.maven.BuildMojo
-
- CLI - Class in org.fusesource.hawtjni.maven
-
- CLI() - Constructor for class org.fusesource.hawtjni.maven.CLI
-
- cli - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
- close(InputStream) - Static method in class org.fusesource.hawtjni.generator.util.FileSupport
-
- close(OutputStream) - Static method in class org.fusesource.hawtjni.generator.util.FileSupport
-
- close(Closeable) - Static method in class org.fusesource.hawtjni.runtime.Library
-
- cntLines - Variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- collectMatchingClasses(ClassFinder, Class, LinkedHashSet<Class<?>>) - Method in class org.fusesource.hawtjni.generator.HawtJNI
-
- compareTo(NativeStats.NativeFunction) - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
-
- configureArgs - Variable in class org.fusesource.hawtjni.maven.BuildMojo
-
Extra arguments you want to pass to the configure command.
- configureBasedBuild(File) - Method in class org.fusesource.hawtjni.maven.BuildMojo
-
- CONSTANT - Static variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- constantNames - Variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- ConstantsGenerator - Class in org.fusesource.hawtjni.generator
-
- ConstantsGenerator() - Constructor for class org.fusesource.hawtjni.generator.ConstantsGenerator
-
- constantValues - Variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- copy(InputStream, OutputStream) - Static method in class org.fusesource.hawtjni.generator.util.FileSupport
-
- copy() - Method in class org.fusesource.hawtjni.runtime.NativeStats
-
- copy() - Method in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
-
- copyClassMethodsDown(Map<String, MacGenerator.NodeEntry>) - Method in class org.fusesource.hawtjni.generator.MacGenerator
-
- copyNativeSourceFiles() - Method in class org.fusesource.hawtjni.maven.GenerateMojo
-
- copyright - Variable in class org.fusesource.hawtjni.generator.HawtJNI
-
- copyright - Variable in class org.fusesource.hawtjni.generator.JNIGenerator
-
- copyright - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
The copyright header template that will be added to the generated source files.
- COPYRIGHTS - Static variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- copyTemplateResource(String, boolean) - Method in class org.fusesource.hawtjni.maven.GenerateMojo
-
- copyTemplateResource(String, String, boolean) - Method in class org.fusesource.hawtjni.maven.GenerateMojo
-
- count(String, String) - Static method in class org.fusesource.hawtjni.generator.MozillaGenerator
-
- counter - Variable in class org.fusesource.hawtjni.runtime.NativeStats.NativeFunction
-
- createOptions() - Static method in class org.fusesource.hawtjni.generator.HawtJNI
-
- customPackageDirectory - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
The list of additional files to be included in the package will be
placed.
- valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.ArgFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.ClassFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.FieldFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.fusesource.hawtjni.runtime.MethodFlag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.fusesource.hawtjni.runtime.ArgFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fusesource.hawtjni.runtime.ClassFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fusesource.hawtjni.runtime.FieldFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.fusesource.hawtjni.runtime.MethodFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose - Variable in class org.fusesource.hawtjni.maven.BuildMojo
-
Should we display all the native build output?
- verbose - Variable in class org.fusesource.hawtjni.maven.CLI
-
- verbose - Variable in class org.fusesource.hawtjni.maven.GenerateMojo
-
Should we display all the native build output?
- version - Variable in class org.fusesource.hawtjni.runtime.Library
-
- version(Class<?>) - Static method in class org.fusesource.hawtjni.runtime.Library
-
- vsBasedBuild(File) - Method in class org.fusesource.hawtjni.maven.BuildMojo
-
- vtbls - Variable in class org.fusesource.hawtjni.generator.MozillaGenerator
-