| Package | Description |
|---|---|
| com.suncode.plugin.framework |
| Modifier and Type | Method and Description |
|---|---|
PluginStoreResource |
PluginStore.read(String path)
Odczytuje zasób zapisany w tym store pod podaną ścieżką.
|
PluginStoreResource |
PluginStore.store(String path,
File file)
Zapisuje podany plik.
|
PluginStoreResource |
PluginStore.store(String path,
File file,
boolean overwrite)
Zapisuje podany plik, nadpisując go w zależności od parametru.
|
PluginStoreResource |
PluginStore.store(String path,
InputStream inputStream)
Zapisuje podany strumień.
|
PluginStoreResource |
PluginStore.store(String path,
InputStream inputStream,
boolean overwrite)
Zapisuje zawartość podanego strumienia w lokalnej przestrzeni wtyczki.
|
PluginStoreResource |
PluginStore.store(String path,
org.springframework.core.io.Resource resource)
Zapisuje podany zasób.
|
PluginStoreResource |
PluginStore.store(String path,
org.springframework.core.io.Resource resource,
boolean overwrite)
Zapisuje podany zasób, nadpisując go w zależności od parametru.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PluginStoreResource> |
PluginStore.getStoredResources()
Zwraca wszystkie zasoby przechowywane w tym store'rze.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginStore.delete(PluginStoreResource resource)
Usuwa podany zasób
|
Copyright © 2024 Suncode. All rights reserved.