org.apache.batik.util
Class Service

java.lang.Object
  |
  +--org.apache.batik.util.Service

public class Service
extends java.lang.Object

This class handles looking up service providers on the class path. it implements the system described in: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html Under Service Provider. Note that this interface is very similar to the one they describe which seems to be missing in the JDK.


Constructor Summary
Service()
           
 
Method Summary
static java.util.Iterator providers(java.lang.Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Service

public Service()
Method Detail

providers

public static java.util.Iterator providers(java.lang.Class cls)


Copyright © 2001 Apache Software Foundation. All Rights Reserved.