Vector Graphics, 2.4

org.freehep.graphicsbase.util
Class Service

java.lang.Object
  extended by 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

Method Summary
static Collection<Object> installedProviders(Class<Object> service)
           
static Collection<Object> providers(Class<?> service)
           
static Collection<Object> providers(Class<?> service, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Vector Graphics, 2.4

Copyright © 2014. All rights reserved.