Java.Util.ServiceLoader: Method Members

The methods of Java.Util.ServiceLoader are listed below. For a list of all members, see the ServiceLoader Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Iterator() : IIterator
Returns an iterator over all the service providers offered by this service loader.
static
Load(Java.Lang.Class) : ServiceLoader
Documentation for this section has not yet been entered.
static
Load(Java.Lang.Class, Java.Lang.ClassLoader) : ServiceLoader
Documentation for this section has not yet been entered.
static
LoadInstalled(Java.Lang.Class) : ServiceLoader
Documentation for this section has not yet been entered.
Reload()
Invalidates the cache of known service provider class names.