Uses of Enum Class
org.apache.jena.riot.writer.DirectiveStyle
Packages that use DirectiveStyle
-
Uses of DirectiveStyle in org.apache.jena.riot.system
Methods in org.apache.jena.riot.system with parameters of type DirectiveStyleModifier and TypeMethodDescriptionstatic voidRiotLib.writeBase(org.apache.jena.atlas.io.IndentedWriter out, String base, DirectiveStyle writeStyle) static voidRiotLib.writePrefix(org.apache.jena.atlas.io.IndentedWriter out, String prefix, String uri, DirectiveStyle writeStyle) Write a prefix.static voidRiotLib.writePrefixes(org.apache.jena.atlas.io.IndentedWriter out, PrefixMap prefixMap, DirectiveStyle writeStyle) Write prefixesstatic voidRiotLib.writeVersion(org.apache.jena.atlas.io.IndentedWriter out, String version, DirectiveStyle writeStyle) Write a version. -
Uses of DirectiveStyle in org.apache.jena.riot.writer
Fields in org.apache.jena.riot.writer declared as DirectiveStyleMethods in org.apache.jena.riot.writer that return DirectiveStyleModifier and TypeMethodDescriptionstatic DirectiveStylestatic DirectiveStyleReturns 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.