Package de.gematik.refv
Class Plugin
- java.lang.Object
-
- de.gematik.refv.Plugin
-
public class Plugin extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlugincreateFromZipFile(@NonNull ZipFile zipFile)StringgetId()InputStreamgetResource(@NonNull String path)
-
-
-
Method Detail
-
getId
public String getId()
-
getResource
public InputStream getResource(@NonNull @NonNull String path)
-
-