com.thaiopensource.util
Class Service
java.lang.Object
com.thaiopensource.util.Service
public class Service
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceClass
private final Class serviceClass
configFiles
private final Enumeration configFiles
classNames
private Enumeration classNames
providers
private final Vector providers
loader
private Service.Loader loader
START
private static final int START
- See Also:
- Constant Field Values
IN_NAME
private static final int IN_NAME
- See Also:
- Constant Field Values
IN_COMMENT
private static final int IN_COMMENT
- See Also:
- Constant Field Values
Service
public Service(Class cls)
getProviders
public Enumeration getProviders()
moreProviders
private boolean moreProviders()
parseConfigFile
private static Enumeration parseConfigFile(URL url)
main
public static void main(String[] args)
throws ClassNotFoundException
- Throws:
ClassNotFoundException