Package com.diffplug.spotless.rdf
Class RdfFormatterFunc
- java.lang.Object
-
- com.diffplug.spotless.rdf.RdfFormatterFunc
-
- All Implemented Interfaces:
FormatterFunc
public class RdfFormatterFunc extends java.lang.Object implements FormatterFunc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.diffplug.spotless.FormatterFunc
FormatterFunc.Closeable, FormatterFunc.NeedsFile
-
-
Constructor Summary
Constructors Constructor Description RdfFormatterFunc(RdfFormatterStep.State state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
apply(java.lang.String input)
java.lang.String
apply(java.lang.String rawUnix, java.io.File file)
-
-
-
Constructor Detail
-
RdfFormatterFunc
public RdfFormatterFunc(RdfFormatterStep.State state) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
-
-
Method Detail
-
apply
public java.lang.String apply(java.lang.String input) throws java.lang.Exception
- Specified by:
apply
in interfaceFormatterFunc
- Throws:
java.lang.Exception
-
apply
public java.lang.String apply(java.lang.String rawUnix, java.io.File file) throws java.lang.Exception
- Specified by:
apply
in interfaceFormatterFunc
- Throws:
java.lang.Exception
-
-