Config.Resource| Interface | Description |
|---|---|
| Resource |
A representation of a resource that can be
loaded from URL (
Resource.from(URI)), classpath (Resource.from(String)), filesystem (Resource.from(Path),
Resource.fromPath(String)), content in config (Resource.from(Config, String), input stream(Resource.from(InputStream, String),
or direct value (Resource.fromContent(String, byte[]), Resource.fromContent(String, String). |
| Enum | Description |
|---|---|
| Resource.Source |
Source of a
Resource. |
| Exception | Description |
|---|---|
| ResourceException |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.