play.ant
类 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


构造方法摘要
PlayConfigurationLoadTask()
           
 
方法摘要
 void execute()
           
 void setApplicationDir(java.io.File applicationDir)
           
 void setPlayId(java.lang.String playId)
           
 void setPrefix(java.lang.String prefix)
           
 void setProject(Project project)
           
 
从类 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