Package io.vertx.config.spi.utils
Class Processors
- java.lang.Object
-
- io.vertx.config.spi.utils.Processors
-
public class Processors extends Object
A class to deal with configuration prcessors.- Author:
- Clement Escoffier
-
-
Constructor Summary
Constructors Constructor Description Processors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConfigProcessor
get(String format)
Gets a configuration processor matching with the given format.static Set<String>
getSupportedFormats()
-
-
-
Method Detail
-
get
public static ConfigProcessor get(String format)
Gets a configuration processor matching with the given format.- Parameters:
format
- the format, must not benull
- Returns:
- the configuration processor or
null
if none matches
-
-