public final class DevClassPathHelper extends Object
| Constructor and Description |
|---|
DevClassPathHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getArrayFromList(String prop)
Returns the result of converting a list of comma-separated tokens into an array
|
static String[] |
getDevClassPath(String id)
Returns a list of classpath elements for the specified bundle symbolic name.
|
static String[] |
getDevClassPath(String id,
Dictionary<String,String> properties)
Returns a list of classpath elements for the specified bundle symbolic name.
|
static boolean |
inDevelopmentMode()
Indicates the development mode.
|
public static String[] getDevClassPath(String id, Dictionary<String,String> properties)
id - a bundle symbolic name to get the development classpath forproperties - a Dictionary of properties to use or null if
the default develoment classpath properties should be usedpublic static String[] getDevClassPath(String id)
id - a bundle symbolic name to get the development classpath forpublic static String[] getArrayFromList(String prop)
prop - the initial comma-separated stringpublic static boolean inDevelopmentMode()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.