public class PackageFileReader extends Object
Constructor and Description |
---|
PackageFileReader(ProgramFile programFile) |
Modifier and Type | Method and Description |
---|---|
void |
readPackage(InputStream programFileInStream) |
void |
readPackage(Path programFilePath) |
void |
readPackage(String packageId) |
public PackageFileReader(ProgramFile programFile)
public void readPackage(String packageId)
public void readPackage(Path programFilePath) throws IOException
IOException
public void readPackage(InputStream programFileInStream) throws IOException
IOException
Copyright © 2018 WSO2. All rights reserved.