|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectantsnest.antinfo.DefaultAntInfoFactory
public class DefaultAntInfoFactory
Implementation of AntInfoFactory
AntInfoFactory,
AntInfo| Constructor Summary | |
|---|---|
DefaultAntInfoFactory()
Constructs a new factory |
|
| Method Summary | |
|---|---|
AntInfo |
getAntInfo()
Gets the Ant information |
void |
setTaskExtModel(File taskExtModelFile)
Sets the task extension model to be used |
void |
setTaskModel(File taskModelFile)
Sets the task model to be used |
void |
setTaskModel(String taskModelFileName)
Sets the task model to be used |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAntInfoFactory()
| Method Detail |
|---|
public void setTaskModel(File taskModelFile)
taskModelFile - the file to usepublic void setTaskModel(String taskModelFileName)
taskModelFileName - the name of the file to usepublic void setTaskExtModel(File taskExtModelFile)
taskExtModelFile - the file to use
public AntInfo getAntInfo()
throws AntInfoException
getAntInfo in interface AntInfoFactoryAntInfoException - if there's a problem creating the information
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||