Package | Description |
---|---|
de.esprit.appsuite.project |
Contains internal classes describing the project
|
de.esprit.common.util |
Contains useful GUI utility classes for common usage.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
ResourceDefAdapter.copyToTargetDir(java.io.File targetDir,
ReplacementMap replacements)
Copies the ASCII resource to a file and performs the replacements defined in the given
ReplacementMap |
java.io.File |
ResourceDefAdapter.copyToTargetDir(java.io.File targetDir,
java.lang.String fileName,
ReplacementMap replacements)
Copies the ASCII resource to a file and performs the replacements defined in the given
ReplacementMap |
Modifier and Type | Method and Description |
---|---|
static int |
FileUtil.copyAsciiResource(java.lang.String resourceName,
java.io.File outFile,
ReplacementMap map)
Same as
FileUtil.copyAsciiResource(String, File) but additionally performs the
replacements defined ReplacementMap in the in all lines being copied. |
void |
ReplacementMap.putAll(ReplacementMap otherMap) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.