Top Description Fields Constructors Methods
org.apache.tools.ant.types.spi

public Class Provider

extends ProjectComponent
Class Inheritance
Imports
org.apache.tools.ant.BuildException, .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
https://issues.apache.org/bugzilla/show_bug.cgi?id=31520

Field Summary

Modifier and TypeField and Description
private String
Inherited from org.apache.tools.ant.ProjectComponent:
descriptionlocationproject

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
check()

Check if the component has been configured correctly.

public String

Returns:

the class name for
getClassName
()

public void
setClassName(String
the value to set.
type
)

Set the provider classname.

Inherited from org.apache.tools.ant.ProjectComponent:
clonegetDescriptiongetLocationgetProjectloglogsetDescriptionsetLocationsetProject

Field Detail

typeback to summary
private String type

Constructor Detail

Providerback to summary
public Provider()

Method Detail

checkback to summary
public void check()

Check if the component has been configured correctly.

getClassNameback to summary
public String getClassName()
Returns:String

the class name for

setClassNameback to summary
public void setClassName(String type)

Set the provider classname.

Parameters
type:String

the value to set.