|
Crossfire JXClient, Trunk
|
Collaboration diagram for checker.Require:Public Member Functions | |
| int | maxVersion () default Integer.MAX_VALUE |
| int | minVersion () default 1 |
| boolean | optional () default false |
| Module | value () |
Indicates that a plug-in depends on a module.
Definition at line 50 of file Require.java.
| int checker.Require.maxVersion | ( | ) |
Returns the maximum supported version of a module.
| int checker.Require.minVersion | ( | ) |
Returns the minimum supported version of a module.
| boolean checker.Require.optional | ( | ) |
Returns true if a module is optional. A module is optional if a system works without that module but is missing some functionality. Returns false if a system won't work without the specified module.
| Module checker.Require.value | ( | ) |
Returns the required module.