| Modifier and Type | Interface and Description |
|---|---|
interface |
Collection
The Collection Interface.
|
interface |
Comment
This interface represents a comment that can be added to a resource.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
CoreRegistry.get(String path)
Returns the resource at the given path.
|
Resource |
Registry.getMetaData(String path)
Returns the meta data of the resource at a given path.
|
Resource |
CoreRegistry.newResource()
Creates a new resource.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Registry.importResource(String suggestedPath,
String sourceURL,
Resource resource)
Creates a resource by fetching the resource content from the given URL.
|
String |
CoreRegistry.put(String suggestedPath,
Resource resource)
Adds or updates resources in the registry.
|
Copyright © 2018 WSO2 Inc. All rights reserved.