public class ProcessorManager extends Object
| Constructor and Description |
|---|
ProcessorManager() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getBeanClass(String className)
Get processor bean by name.
|
static PropertiesProcessor |
getProcessor(String key)
Get processor by key.
|
static Collection<PropertiesProcessor> |
getProcessors()
Get every processor.
|
static void |
registerProcessor(PropertiesProcessor processor)
Register processor.
|
public static PropertiesProcessor getProcessor(String key)
key - processor keypublic static void registerProcessor(PropertiesProcessor processor)
processor - processorpublic static Collection<PropertiesProcessor> getProcessors()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.