|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectantsnest.antbeans.AntBean
public class AntBean
Represents the encapsulation of an Ant target
| Constructor Summary | |
|---|---|
AntBean()
Constructs the bean |
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description of the bean |
String |
getName()
Gets the name of the bean |
List |
getPresets()
Gets the properties that are configured by the creator |
List |
getProperties()
Gets the properties that are configured by the user |
List |
getTaskNames()
Gets the task names that make up the bean |
void |
setDescription(String description)
Sets the description of the bean |
void |
setName(String name)
Sets the name of the bean |
void |
setPresets(List presets)
Sets the properties that are configured by the creator |
void |
setProperties(List properties)
Sets the properties that are configured by the user |
void |
setTaskNames(List taskNames)
Sets the task names that make up the bean |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntBean()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name of the beanpublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic List getTaskNames()
public void setTaskNames(List taskNames)
taskNames - the task namespublic List getPresets()
public void setPresets(List presets)
presets - the presetspublic List getProperties()
public void setProperties(List properties)
properties - the properties
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||