Interface TldBundleDiscoverer
public interface TldBundleDiscoverer
TldBundleDiscoverer
Convert bundles that contain tlds into URL locations for consumption by jasper.
-
Method Summary
Modifier and TypeMethodDescriptionURL[]
getUrlsForBundlesWithTlds
(DeploymentManager manager, BundleFileLocatorHelper fileLocator) Find bundles that contain tlds and convert into URL references to their location.
-
Method Details
-
getUrlsForBundlesWithTlds
URL[] getUrlsForBundlesWithTlds(DeploymentManager manager, BundleFileLocatorHelper fileLocator) throws Exception Find bundles that contain tlds and convert into URL references to their location.- Parameters:
manager
- TheDeploymentManager
instance to usefileLocator
- theBundleFileLocatorHelper
instance to use- Returns:
- array of URLs representing locations of tld containing bundles
- Throws:
Exception
- In case of errors during resolving TLDs files
-