Class FileContext
java.lang.Object
io.wcm.devops.conga.generator.spi.context.FileContext
File context for plugins.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileContext
public FileContext()
-
-
Method Details
-
getFile
Gets file.- Returns:
- File
-
file
Sets file.- Parameters:
value- File- Returns:
- this
-
getCanonicalPath
Gets canonical path.- Returns:
- Canonical path
-
getCharset
Gets charset.- Returns:
- Charset
-
charset
Sets charset.- Parameters:
value- Charset- Returns:
- this
-
charset
Sets charset.- Parameters:
value- Charset- Returns:
- this
-
getModelOptions
Gets model options.- Returns:
- Model options
-
modelOptions
Sets model options.- Parameters:
value- Model options- Returns:
- this
-
getTargetDir
Gets target directory.- Returns:
- Target directory for generated configuration
-
targetDir
Sets target directory.- Parameters:
value- Target directory for generated configuration- Returns:
- this
-
toString
-