Class BundleFileLocatorHelperFactory
- java.lang.Object
-
- org.eclipse.jetty.osgi.boot.utils.BundleFileLocatorHelperFactory
-
public class BundleFileLocatorHelperFactory extends java.lang.Object
BundleFileLocatorHelperFactory Obtain a helper for locating files based on the bundle.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BundleFileLocatorHelperFactory
getFactory()
BundleFileLocatorHelper
getHelper()
-
-
-
Method Detail
-
getFactory
public static BundleFileLocatorHelperFactory getFactory()
-
getHelper
public BundleFileLocatorHelper getHelper()
-
-