|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.baseadaptor.DevClassPathHelper
public final class DevClassPathHelper
This class provides helper methods to support developement classpaths.
| Constructor Summary | |
|---|---|
DevClassPathHelper()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DevClassPathHelper()
| Method Detail |
|---|
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 used
public static String[] getDevClassPath(String id)
id - a bundle symbolic name to get the development classpath for
public static String[] getArrayFromList(String prop)
prop - the initial comma-separated string
public static boolean inDevelopmentMode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||