Interface WXMBootConfigurationParserType

All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable, WXMParserType<java.util.List<WXMBootConfigurationType>>
All Known Implementing Classes:
WXMBootConfigurationParser

public interface WXMBootConfigurationParserType
extends WXMParserType<java.util.List<WXMBootConfigurationType>>
A boot configuration parser.
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<java.util.List<WXMBootConfigurationType>> parse()
    Attempt to parse a value.

    Methods inherited from interface java.io.Closeable

    close