org.freehep.graphicsbase.util
Class Service
java.lang.Object
org.freehep.graphicsbase.util.Service
public class Service
- extends Object
This class does the same as sun.misc.Service, which may become public
in some java or javax package at some point. See Sun BUG# 4640520.
- Author:
- Mark Donszelmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
providers
public static Collection<Object> providers(Class<?> service,
ClassLoader loader)
providers
public static Collection<Object> providers(Class<?> service)
installedProviders
public static Collection<Object> installedProviders(Class<Object> service)
Copyright © 2014. All rights reserved.