Interface YangParserFactory


  • @Beta
    @Deprecated(since="7.0.0",
                forRemoval=true)
    public interface YangParserFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use YangParserFactory instead.
    Basic entry point into a YANG parser implementation. Implementations of this interface are expected to be thread-safe.
    • Method Detail

      • supportedParserModes

        Collection<org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode> supportedParserModes()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return enumeration of StatementParserModes supported by this factory.
        Returns:
        Enumeration of supported schema source representations