public class MergePropertiesTask
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
private File |
inFile
The input file.
|
private File |
mergeFile
The merge file.
|
private File |
outFile
The output file.
|
| Constructor and Description |
|---|
MergePropertiesTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
setInFile(File what)
Set the input file.
|
void |
setMergeFile(File what)
Set the merge file.
|
void |
setOutFile(File what)
Set the output file.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprivate File inFile
private File outFile
private File mergeFile
public void setInFile(@Nonnull File what)
what - what to setpublic void setOutFile(@Nonnull File what)
what - what to setpublic void setMergeFile(@Nonnull File what)
what - what to setpublic void execute()
execute in class org.apache.tools.ant.TaskCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.