public static interface MetaDataFormatUtils.RPFormatter
| Modifier and Type | Method and Description |
|---|---|
void |
endMappings() |
void |
endPool() |
void |
endPools() |
void |
endRP() |
void |
endTriggers() |
void |
formatMappingType(String type,
List<String> names) |
void |
formatTrigger(String triggerName,
String actionExpression,
String triggerExpression) |
void |
startMappings() |
void |
startPool(String poolName,
Object... kvPairs) |
void |
startPools() |
void |
startRP(String rpName,
Object... kvPairs) |
void |
startTriggers() |
void startRP(String rpName, Object... kvPairs) throws IOException
IOExceptionvoid endRP()
throws IOException
IOExceptionvoid startPools()
throws IOException
IOExceptionvoid startPool(String poolName, Object... kvPairs) throws IOException
IOExceptionvoid endPool()
throws IOException
IOExceptionvoid endPools()
throws IOException
IOExceptionvoid startTriggers()
throws IOException
IOExceptionvoid formatTrigger(String triggerName, String actionExpression, String triggerExpression) throws IOException
IOExceptionvoid endTriggers()
throws IOException
IOExceptionvoid startMappings()
throws IOException
IOExceptionvoid formatMappingType(String type, List<String> names) throws IOException
IOExceptionvoid endMappings()
throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.