public interface GeneratedFile
This interface is not intended to be implemented by clients.
Report.getGeneratedFiles()
Modifier and Type | Method and Description |
---|---|
String |
getEncoding()
Returns the encoding used to write the generated file.
|
File |
getFile()
Returns the absolute path of the generated file.
|
List<ProtectedSection> |
getProtectedSections()
Returns the list of protected sections, which delimit regions in a file
that can contain end-user manual code and that the generator must never overwrite.
|
GeneratedFileStatus |
getStatus()
Returns the status of the generated file, which describes the state of the file contents.
|
File getFile()
A text template may output a relative path, which is then resolved against a default evaluation directory. The returned file is the absolute location of this resolved path.
EvaluationConfiguration.getEvaluationDirectory()
String getEncoding()
null
if encoded with platform default.List<ProtectedSection> getProtectedSections()
ProtectedSection
elements.ProtectedSection
GeneratedFileStatus getStatus()