Package io.polywrap.core
Interface WrapPackage
-
- All Implemented Interfaces:
public interface WrapPackageA wrap package, capable of producing instances of a wrapper and its manifest
-
-
Method Summary
Modifier and Type Method Description abstract Result<ByteArray>getFile(String path)Get a file from the Wrapper package. abstract Result<WrapManifest01>getManifest()Produce an instance of the wrap manifest -
-
Method Detail
-
getFile
abstract Result<ByteArray> getFile(String path)
Get a file from the Wrapper package.
- Parameters:
path- The path to the file.
-
getManifest
abstract Result<WrapManifest01> getManifest()
Produce an instance of the wrap manifest
-
-
-
-