Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.spi.Provider
public class Provider
extends ProjectComponent
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent | |
description , location , project |
Method Summary | |
void |
|
String | |
void |
|
Methods inherited from class org.apache.tools.ant.ProjectComponent | |
clone , getDescription , getLocation , getProject , log , log , setDescription , setLocation , setProject |
public void check()
Check if the component has been configured correctly.
public String getClassName()
- Returns:
- the class name for
public void setClassName(String type)
Set the provider classname.
- Parameters:
type
- the value to set.