Package com.diffplug.spotless.rdf
Class RdfFormatterStep
java.lang.Object
com.diffplug.spotless.rdf.RdfFormatterStep
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRdfFormatterStep
(JarState.Promised jarState, RdfFormatterConfig config, Map<String, String> turtleFormatterStyle) -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatterStep
create
(RdfFormatterConfig config, Map<String, String> turtleOptions, Provisioner provisioner) static RdfFormatterFunc
static RdfFormatterStep.State
state
(RdfFormatterStep step)
-
Field Details
-
LATEST_TURTLE_FORMATTER_VERSION
- See Also:
-
-
Constructor Details
-
RdfFormatterStep
public RdfFormatterStep(JarState.Promised jarState, RdfFormatterConfig config, Map<String, String> turtleFormatterStyle)
-
-
Method Details
-
create
public static FormatterStep create(RdfFormatterConfig config, Map<String, String> turtleOptions, Provisioner provisioner) throws ClassNotFoundException- Throws:
ClassNotFoundException
-
state
-
formatterFunc
public static RdfFormatterFunc formatterFunc(RdfFormatterStep.State state) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
-