Package ch.kk7.confij.source.format
Class TomlFormat.TomlAnyFormat
java.lang.Object
ch.kk7.confij.source.format.TomlFormat.TomlAnyFormat
- All Implemented Interfaces:
ch.kk7.confij.source.any.ConfijAnyFormat
- Enclosing class:
- TomlFormat
@AutoService(ch.kk7.confij.source.any.ConfijAnyFormat.class)
public static class TomlFormat.TomlAnyFormat
extends java.lang.Object
implements ch.kk7.confij.source.any.ConfijAnyFormat
-
Constructor Summary
Constructors Constructor Description TomlAnyFormat() -
Method Summary
Modifier and Type Method Description java.util.Optional<ch.kk7.confij.source.format.ConfijFormat>maybeHandle(java.lang.String pathTemplate)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TomlAnyFormat
public TomlAnyFormat()
-
-
Method Details
-
maybeHandle
public java.util.Optional<ch.kk7.confij.source.format.ConfijFormat> maybeHandle(java.lang.String pathTemplate)- Specified by:
maybeHandlein interfacech.kk7.confij.source.any.ConfijAnyFormat
-