Package 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
-
-
Constructor Summary
Constructors Constructor Description PlayConfigurationLoadTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
void
setApplicationDir(java.io.File applicationDir)
void
setPlayId(java.lang.String playId)
void
setPrefix(java.lang.String prefix)
void
setProject(org.apache.tools.ant.Project project)
-
-
-
Method Detail
-
setProject
public void setProject(org.apache.tools.ant.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()
-
-