Uses of Enum Class
org.apache.jena.riot.writer.DirectiveStyle
-
Uses of DirectiveStyle in org.apache.jena.riot.system
Modifier and TypeMethodDescriptionstatic void
RiotLib.writeBase
(org.apache.jena.atlas.io.IndentedWriter out, String base, DirectiveStyle writeStyle) static void
RiotLib.writePrefix
(org.apache.jena.atlas.io.IndentedWriter out, String prefix, String uri, DirectiveStyle writeStyle) Write a prefix.static void
RiotLib.writePrefixes
(org.apache.jena.atlas.io.IndentedWriter out, PrefixMap prefixMap, DirectiveStyle writeStyle) Write prefixes -
Uses of DirectiveStyle in org.apache.jena.riot.writer
Modifier and TypeMethodDescriptionstatic DirectiveStyle
static DirectiveStyle
Returns the enum constant of this class with the specified name.static DirectiveStyle[]
DirectiveStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.