public class ResourceOps extends Object
| Constructor and Description |
|---|
ResourceOps() |
| Modifier and Type | Method and Description |
|---|---|
String |
access(String resource)
This operation loads MANIFEST files and gets their Bundle-Description or simply a resource as String.
|
String |
serviceAccess(String resource)
This operation depends on the fake HTTP service to provide resource access through it and validate how the service
classloader behaves.
|
@MediaType(value="text/plain") public String access(String resource)
ResourceLocator.resource - the resource to load@MediaType(value="text/plain") public String serviceAccess(String resource)
resource - the MANIFEST resource to loadCopyright © 2022 MuleSoft, Inc.. All rights reserved.