A F G N P V

A

attemptPluginDefine(Class) - Method in class net.java.games.util.plugins.PluginLoader
This function is called as part of scanning the Jar for plugins.

F

findLibrary(String) - Method in class net.java.games.util.plugins.PluginLoader
This method is queried by the System.loadLibrary() code to find the actual native name and path to the native library to load.

G

get() - Method in class net.java.games.util.plugins.Plugins
This method returns all the Plugins found in the directory passed in at object creation time or any of its sub-directories.
getExtends(Class) - Method in class net.java.games.util.plugins.Plugins
This method returns a sub-list of all the found Plugin classes that extend the passed in Class (either directly or through inheritance.)
getImplementsAll(Class[]) - Method in class net.java.games.util.plugins.Plugins
This method returns a sub-list of all the found Plugin classes that implement all of the passed in set of Interfaces (either directly or through inheritance.)
getImplementsAny(Class[]) - Method in class net.java.games.util.plugins.Plugins
This method returns a sub-list of all the found Plugin classes that implement any of the passed in set of Interfaces (either directly or through inheritance.)
getVersion() - Static method in class net.java.games.util.Version
Returns the verison string and build number of this implementation.

N

net.java.games.util - package net.java.games.util
 
net.java.games.util.plugins - package net.java.games.util.plugins
 

P

Plugin - Interface in net.java.games.util.plugins
This is a marker interface used to mark plugins in a Jar file for retrieval by the Plugins class.
PluginLoader - Class in net.java.games.util.plugins
This class is used internally by the Plugin system.
PluginLoader(File) - Constructor for class net.java.games.util.plugins.PluginLoader
Creates a new instance of PluginLodaer If the system property "net.java.games.util.plugins.nolocalnative" is not set then the laoder will look for requried native libs in the same directory as the plugin jar.
Plugins - Class in net.java.games.util.plugins
This is the application interface to the Plugin system.
Plugins(File) - Constructor for class net.java.games.util.plugins.Plugins
Creates a new instance of Plugins

V

Version - Class in net.java.games.util
The version and build number of this implementation.

A F G N P V

Copyright © 2011. All Rights Reserved.