org.eclipse.actf.util
Class PathGenerationUtil

java.lang.Object
  extended by org.eclipse.actf.util.PathGenerationUtil

public class PathGenerationUtil
extends Object

Utility class for generating the class path

Author:
administrator

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

PathGenerationUtil

public PathGenerationUtil()
Method Detail

getJarPathsFromBundle

public String getJarPathsFromBundle(String bundleName)
get path for all jars from a given bundle

Parameters:
bundleName -
Returns:

getJarPathFromBundle

public String getJarPathFromBundle(String jarName,
                                   String bundleName)
get path for given jar from the bundle

Parameters:
jarName -
bundleName -
Returns:

getJarPathFromJarBundle

public String getJarPathFromJarBundle(String bundleName)
get jar path for the given bundle which itself is a jar deployed directly in the plugin directory

Parameters:
bundleName -
Returns: