public class DfDiffMapFile extends Object
| コンストラクタと説明 |
|---|
DfDiffMapFile() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,Object> |
collectDiffMap(String pieceDirPath,
Predicate<File> pieceDeterminer,
String monolithicMapPath) |
protected Map<String,Object> |
convertToStyleMap(SortedMap<String,Object> sortedMap) |
protected DfMapFile |
createMapFile() |
protected void |
pickupMonolithic(String monolithicMapPath,
SortedMap<String,Object> sortedMap) |
protected void |
pickupPiece(File pieceDir,
Predicate<File> pieceDeterminer,
SortedMap<String,Object> sortedMap) |
Map<String,Object> |
readMap(InputStream ins) |
protected void |
throwDfPropFileReadFailureException(InputStream ins,
Exception e) |
protected void |
throwDfPropFileWriteFailureException(OutputStream ous,
Exception e) |
void |
writeMap(OutputStream ous,
Map<String,Object> map) |
public Map<String,Object> collectDiffMap(String pieceDirPath, Predicate<File> pieceDeterminer, String monolithicMapPath)
protected void pickupPiece(File pieceDir, Predicate<File> pieceDeterminer, SortedMap<String,Object> sortedMap)
protected void pickupMonolithic(String monolithicMapPath, SortedMap<String,Object> sortedMap)
protected Map<String,Object> convertToStyleMap(SortedMap<String,Object> sortedMap)
public Map<String,Object> readMap(InputStream ins)
ins - The input stream for DBFlute property file, which is closed here. (NotNull)DfPropFileReadFailureException - When it fails to read.protected void throwDfPropFileReadFailureException(InputStream ins, Exception e)
public void writeMap(OutputStream ous, Map<String,Object> map)
ous - The output stream for DBFlute property file, which is closed here. (NotNull)map - The written map to the file. (NotNull)DfPropFileWriteFailureException - When it fails to write.protected void throwDfPropFileWriteFailureException(OutputStream ous, Exception e)
protected DfMapFile createMapFile()
Copyright © 2014–2022 The DBFlute Project. All rights reserved.