org.apache.commons.discovery.ant

Class ServiceDiscoveryTask


public class ServiceDiscoveryTask
extends java.lang.Object

Small ant task that will use discovery to locate a particular impl. and display all values. You can execute this and save it with an id, then other classes can use it.

Author:
Costin Manolache

Method Summary

void
execute()
String[]
getServiceInfo()
void
setDebug(int i)
void
setServiceName(String name)

Method Details

execute

public void execute()
            throws Exception


getServiceInfo

public String[] getServiceInfo()


setDebug

public void setDebug(int i)


setServiceName

public void setServiceName(String name)


Copyright (c) 2002 - Apache Software Foundation