public class DevClassPathHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String[] |
devDefaultClasspath |
protected static java.util.Properties |
devProperties |
protected static boolean |
inDevelopmentMode |
static java.lang.String |
PROP_DEV |
| Constructor and Description |
|---|
DevClassPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getArrayFromList(java.lang.String prop)
Returns the result of converting a list of comma-separated tokens into an array
|
static java.lang.String[] |
getDevClassPath(java.lang.String id) |
static boolean |
inDevelopmentMode() |
public static final java.lang.String PROP_DEV
protected static boolean inDevelopmentMode
protected static java.lang.String[] devDefaultClasspath
protected static java.util.Properties devProperties
public static java.lang.String[] getDevClassPath(java.lang.String id)
public static java.lang.String[] getArrayFromList(java.lang.String prop)
prop - the initial comma-separated stringpublic static boolean inDevelopmentMode()