|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.PathGenerationUtil
public class PathGenerationUtil
Utility class for generating the class path
Constructor Summary | |
---|---|
PathGenerationUtil()
|
Method Summary | |
---|---|
String |
getJarPathFromBundle(String jarName,
String bundleName)
get path for given jar from the bundle |
String |
getJarPathFromJarBundle(String bundleName)
get jar path for the given bundle which itself is a jar deployed directly in the plugin directory |
String |
getJarPathsFromBundle(String bundleName)
get path for all jars from a given bundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathGenerationUtil()
Method Detail |
---|
public String getJarPathsFromBundle(String bundleName)
bundleName
-
public String getJarPathFromBundle(String jarName, String bundleName)
jarName
- bundleName
-
public String getJarPathFromJarBundle(String bundleName)
bundleName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |