public class ExtensibilityDebugData extends Object
Used to maintain the debug data about the ExtensibilityDirective instances used in a single request.
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensibilityDebugData.Data
Represents extensibility directive debug data.
|
| Constructor and Description |
|---|
ExtensibilityDebugData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(String id,
String directive,
String path)
Add new extensibility data for a directive
|
List<ExtensibilityDebugData.Data> |
getDirectiveData(String directive)
Gets the debug data for a specific directive type
|
Set<String> |
getDirectives() |
public void addData(String id, String directive, String path)
Add new extensibility data for a directive
id - The id of the directivedirective - The directive typepath - The path of the file that provides the directive.public Set<String> getDirectives()
Set of ExtensibilityDirective types used.public List<ExtensibilityDebugData.Data> getDirectiveData(String directive)
Gets the debug data for a specific directive type
directive - The directive type to retrieve data for.ExtensibilityDebugData.Data objects.Copyright © 2005–2016 Alfresco Software. All rights reserved.