org.apache.tools.ant.types.spi

Class Provider

Implemented Interfaces:
Cloneable

public class Provider
extends ProjectComponent

ANT Jar-Task SPI extension This class corresponds to the nested element <provider type="type"> in the <service type=""> nested element of the jar task.
See Also:
http://issues.apache.org/bugzilla/show_bug.cgi?id=31520

Field Summary

Fields inherited from class org.apache.tools.ant.ProjectComponent

description, location, project

Method Summary

void
check()
Check if the component has been configured correctly.
String
getClassName()
void
setClassName(String type)
Set the provider classname.

Methods inherited from class org.apache.tools.ant.ProjectComponent

clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject

Method Details

check

public void check()
Check if the component has been configured correctly.

getClassName

public String getClassName()
Returns:
the class name for

setClassName

public void setClassName(String type)
Set the provider classname.
Parameters:
type - the value to set.