Skip to content

io.helidon.common.configurable.Resource

Description

Configuration of a resource

Configuration options

KeyTypeDefaultDescription
pathPathResource is located on filesystem
proxy-portInteger80Port of the proxy when using URI
resource-pathStringResource is located on classpath
use-proxyBooleantrueWhether to use proxy
descriptionStringDescription of this resource when configured through plain text or binary
proxy-hostStringHost of the proxy when using URI
uriURIResource is available on a java.net.URI
contentStringBinary content of the resource (base64 encoded)
content-plainStringPlain content of the resource (text)

Usages


See the manifest for all available types.