Package com.webmethods.caf.common
Class GenerateOSGiManifest.LocalResourceLocator
java.lang.Object
com.webmethods.caf.common.GenerateOSGiManifest.LocalResourceLocator
- All Implemented Interfaces:
GenerateOSGiManifest.IResourceLocator
- Enclosing class:
- GenerateOSGiManifest
public static class GenerateOSGiManifest.LocalResourceLocator
extends Object
implements GenerateOSGiManifest.IResourceLocator
Default impl that knows how to deal with local files only
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLocationStream
(String componentLocation) getRealLocation
(String componentLocation)
-
Constructor Details
-
LocalResourceLocator
public LocalResourceLocator()
-
-
Method Details
-
getRealLocation
- Specified by:
getRealLocation
in interfaceGenerateOSGiManifest.IResourceLocator
- Throws:
IOException
-
getLocationStream
- Specified by:
getLocationStream
in interfaceGenerateOSGiManifest.IResourceLocator
- Throws:
IOException
-