public class Lifted
extends java.lang.Object
コンストラクタ | 説明 |
---|---|
Lifted() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static void |
copyProperties(java.util.Properties src_prop,
java.util.Properties dest_prop) |
Copy a set of properties from one Property to another.
|
public static void copyProperties(java.util.Properties src_prop, java.util.Properties dest_prop)
src_prop
- Source set of properties to copy from.dest_prop
- Dest Properties to copy into.