Uses of Interface
com.openkm.processor.PropertiesProcessor
-
Packages that use PropertiesProcessor Package Description com.openkm.service -
-
Uses of PropertiesProcessor in com.openkm.service
Methods in com.openkm.service that return PropertiesProcessor Modifier and Type Method Description static PropertiesProcessorProcessorManager. getProcessor(String key)Get processor by key.Methods in com.openkm.service that return types with arguments of type PropertiesProcessor Modifier and Type Method Description static Collection<PropertiesProcessor>ProcessorManager. getProcessors()Get every processor.Methods in com.openkm.service with parameters of type PropertiesProcessor Modifier and Type Method Description static voidProcessorManager. registerProcessor(PropertiesProcessor processor)Register processor.
-