| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.ProjectComponentorg.apache.tools.ant.types.spi.Providerpublic class Providerextends ProjectComponentField 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.