Package | Description |
---|---|
org.apache.sling.feature.extension.apiregions.api |
Modifier and Type | Method and Description |
---|---|
ApiExport |
ApiRegion.getAllExportByName(String name)
Get an export by name
|
ApiExport |
ApiRegion.getExportByName(String name)
Get an export by name
|
Modifier and Type | Method and Description |
---|---|
Collection<ApiExport> |
ApiRegion.listAllExports()
Unmodifiable collection of exports for this region and all parents.
|
Collection<ApiExport> |
ApiRegion.listExports()
Unmodifiable collection of exports for this region
|
Modifier and Type | Method and Description |
---|---|
boolean |
ApiRegion.add(ApiExport export)
Add the export.
|
int |
ApiExport.compareTo(ApiExport o) |
boolean |
ApiRegion.remove(ApiExport export)
Remove the export
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.