play.ant
Class PlayConfigurationLoadTask
java.lang.Object
play.ant.PlayConfigurationLoadTask
public class PlayConfigurationLoadTask
- extends java.lang.Object
Ant task which loads settings needed by the ant from the ant configuration file.
These include:
- Resolving the settings for the given play id and setting them to the ant project properties
- Creating classpath element for the module libraries
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlayConfigurationLoadTask
public PlayConfigurationLoadTask()
setProject
public void setProject(Project project)
setPlayId
public void setPlayId(java.lang.String playId)
setPrefix
public void setPrefix(java.lang.String prefix)
setApplicationDir
public void setApplicationDir(java.io.File applicationDir)
execute
public void execute()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly