Interface LegalDocumentWriter
- All Superinterfaces:
ResourceIO<Statute>, ResourceWriter<Statute>
- All Known Implementing Classes:
AbstractLegalDocumentWriter
Common interface for components that save or export legal documents.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionexportContent(Statute statute) Exports a statute to a string representation.Methods inherited from interface ResourceIO
getCategory, getDescription, getExpectedResourceFiles, getLongDescription, getName, getResourcePath, getResourceType, getSupportedExtensions, getSupportedVersions, isFileBased, isInputMethods inherited from interface ResourceWriter
isOutput, save
-
Method Details
-
exportContent
-