Package org.apache.tools.ant.types.spi
Class Provider
- java.lang.Object
- 
- org.apache.tools.ant.ProjectComponent
- 
- org.apache.tools.ant.types.spi.Provider
 
 
- 
- All Implemented Interfaces:
- java.lang.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.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description Provider()
 - 
Method SummaryModifier and Type Method Description voidcheck()Check if the component has been configured correctly.java.lang.StringgetClassName()voidsetClassName(java.lang.String type)Set the provider classname.- 
Methods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
- 
 
- 
- 
- 
Method Detail- 
getClassNamepublic java.lang.String getClassName() - Returns:
- the class name for
 
 - 
setClassNamepublic void setClassName(java.lang.String type) Set the provider classname.- Parameters:
- type- the value to set.
 
 - 
checkpublic void check() Check if the component has been configured correctly.
 
- 
 
-