public interface UndoConfigService
Provides undo configuration.
Modifier and Type | Method and Description |
---|---|
<T> T |
getConfig(java.lang.String name,
java.lang.Class<T> type)
Returns a config value.
|
void |
writeClientConfig(java.io.Writer out)
Writes config data as required by the clientside implementation.
|
<T> T getConfig(java.lang.String name, java.lang.Class<T> type)
Returns a config value.
name
- The name of the configtype
- The type of the configvoid writeClientConfig(java.io.Writer out) throws java.io.IOException
Writes config data as required by the clientside implementation.
out
- The writerjava.io.IOException
- if the client config could not be written to the clientCopyright © 2010 - 2020 Adobe. All Rights Reserved