|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.Play
public class Play
High-level API to access Play global features.
| Constructor Summary | |
|---|---|
Play()
|
|
| Method Summary | |
|---|---|
static Application |
application()
Returns the currently running application. |
static boolean |
isDev()
Returns `true` if the current application is `DEV` mode. |
static boolean |
isProd()
Returns `true` if the current application is `PROD` mode. |
static boolean |
isTest()
Returns `true` if the current application is `TEST` mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Play()
| Method Detail |
|---|
public static Application application()
public static boolean isDev()
public static boolean isProd()
public static boolean isTest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||