Uses of Class
com.evolveum.axiom.lang.antlr.AxiomModelStatementSource
-
Packages that use AxiomModelStatementSource Package Description com.evolveum.axiom.lang.antlr com.evolveum.axiom.lang.impl com.evolveum.midpoint.prism.impl.schema.axiom -
-
Uses of AxiomModelStatementSource in com.evolveum.axiom.lang.antlr
Methods in com.evolveum.axiom.lang.antlr that return AxiomModelStatementSource Modifier and Type Method Description static AxiomModelStatementSource
AxiomModelStatementSource. from(File file)
static AxiomModelStatementSource
AxiomModelStatementSource. from(InputStream stream)
static AxiomModelStatementSource
AxiomModelStatementSource. from(String sourceName, InputStream stream)
static AxiomModelStatementSource
AxiomModelStatementSource. from(String sourceName, org.antlr.v4.runtime.CharStream stream)
static AxiomModelStatementSource
AxiomModelStatementSource. fromResource(String resource)
Methods in com.evolveum.axiom.lang.antlr with parameters of type AxiomModelStatementSource Modifier and Type Method Description void
AntlrDecoderContext. stream(AxiomModelStatementSource source, AxiomItemStream.TargetWithContext target)
-
Uses of AxiomModelStatementSource in com.evolveum.axiom.lang.impl
Methods in com.evolveum.axiom.lang.impl that return types with arguments of type AxiomModelStatementSource Modifier and Type Method Description static Lazy<AxiomModelStatementSource>
ModelReactorContext. sourceFromResource(String axiomModelResource)
Methods in com.evolveum.axiom.lang.impl with parameters of type AxiomModelStatementSource Modifier and Type Method Description ModelReactorContext
ModelReactorContext. loadModelFromSource(AxiomModelStatementSource source)
-
Uses of AxiomModelStatementSource in com.evolveum.midpoint.prism.impl.schema.axiom
Methods in com.evolveum.midpoint.prism.impl.schema.axiom with parameters of type AxiomModelStatementSource Modifier and Type Method Description void
AxiomEnabledSchemaRegistry. addAxiomSource(AxiomModelStatementSource source)
-