Package org.apache.sling.feature.io.json
Class FeatureJSONWriter
- java.lang.Object
-
- org.apache.sling.feature.io.json.FeatureJSONWriter
-
public class FeatureJSONWriter extends Object
This class offers a static method to write a feature using a writer.
-
-
Constructor Summary
Constructors Constructor Description FeatureJSONWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwrite(Writer writer, Feature feature)Writes the feature to the writer.
-
-
-
Method Detail
-
write
public static void write(Writer writer, Feature feature) throws IOException
Writes the feature to the writer. The writer is not closed.- Parameters:
writer- Writerfeature- Feature- Throws:
IOException- If writing fails
-
-