G O P R T Y 

G

getCharPositionInLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getFormattedMessage() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
getModule() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 

O

org.opendaylight.yangtools.yang.model.parser.api - package org.opendaylight.yangtools.yang.model.parser.api
 

P

parseFile(File, File) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangContextParser
Deprecated.
Parse yangFile file and all yang files found in directory.
parseFiles(Collection<File>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangContextParser
Deprecated.
Parse one or more Yang model files and return the definitions of Yang modules defined in *.yang files;
This method SHOULD be used if user need to parse multiple yang models that are referenced either through import or include statements.
parseFiles(Collection<File>, SchemaContext) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangContextParser
Deprecated.
Parse one or more Yang model files and return the definitions of Yang modules defined in *.yang files.
parseSources(Collection<ByteSource>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangContextParser
Deprecated.
Parse one or more Yang model streams and return the definitions of Yang modules defined in *.yang files;
This method SHOULD be used if user need to parse multiple yang models that are referenced either through import or include statements.
parseSources(Collection<ByteSource>, SchemaContext) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangContextParser
Deprecated.
Parse one or more Yang model streams and return the definitions of Yang modules defined in *.yang files.
parseYangModels(File, File) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
parseYangModels(List<File>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
parseYangModels(List<File>, SchemaContext) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
parseYangModelsFromStreams(List<InputStream>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
parseYangModelsFromStreams(List<InputStream>, SchemaContext) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
parseYangModelsFromStreamsMapped(Collection<InputStream>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
parseYangModelsMapped(Collection<File>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
Equivalent to YangModelParser.parseYangModels(List) that returns parsed modules mapped to Files from which they were parsed.

R

resolveSchemaContext(Set<Module>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangModelParser
Deprecated.
use YangContextParser methods that return SchemaContext in one step

T

toString() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 

Y

YangContextParser - Interface in org.opendaylight.yangtools.yang.model.parser.api
Deprecated.
Use SchemaContextFactory and related classes instead.
YangModelParser - Interface in org.opendaylight.yangtools.yang.model.parser.api
Deprecated.
Use YangContextParser instead
YangSyntaxErrorException - Exception in org.opendaylight.yangtools.yang.model.parser.api
 
YangSyntaxErrorException(String, int, int, String) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
YangSyntaxErrorException(String, int, int, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
 
G O P R T Y 

Copyright © 2017 OpenDaylight. All rights reserved.