Class IndexDefinitionsJsonWriter
java.lang.Object
org.apache.sling.feature.cpconverter.index.IndexDefinitionsJsonWriter
Writes index definitions in a JSON format that can be consumed by the
oak-run tool.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteAsJson(@NotNull OutputStream out) Writes the index definitions to the specifiedout
-
Constructor Details
-
IndexDefinitionsJsonWriter
-
-
Method Details
-
writeAsJson
Writes the index definitions to the specifiedout- Parameters:
out- the output stream to write to- Throws:
IOException
-