org.apache.aries.application.management.spi.convert
Interface BundleConversion


public interface BundleConversion

A BundleConversion represents a .JAR file which has been converted in to an well-formed OSGi bundle, or a .WAR file which has been converted into a .WAB file


Method Summary
 BundleInfo getBundleInfo()
           
 InputStream getInputStream()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Returns:
The InputStream to the converted bundle.
Throws:
IOException

getBundleInfo

BundleInfo getBundleInfo()
                         throws IOException
Returns:
The bundle information for the converted bundle.
Throws:
IOException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.