- 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.