public class TemplateManagerOptions extends Object
| Constructor and Description |
|---|
TemplateManagerOptions(boolean minimalUpdate,
boolean skipOverwrite)
Constructs a new instance of
TemplateManagerOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMinimalUpdate()
Determines whether the template should minimally update a target file.
|
boolean |
isSkipOverwrite()
Determines whether the template manager should avoid overwriting an existing file.
|
public TemplateManagerOptions(boolean minimalUpdate,
boolean skipOverwrite)
TemplateManagerOptionsminimalUpdate - See isMinimalUpdate()skipOverwrite - See isSkipOverwrite()public boolean isMinimalUpdate()
public boolean isSkipOverwrite()
isMinimalUpdate() which evaluates contents, while this option only
evaluates whether the file exists.Copyright © 2021. All rights reserved.