public class Lifted extends Object
Constructor and Description |
---|
Lifted() |
Modifier and Type | Method and Description |
---|---|
static void |
copyProperties(Properties src_prop,
Properties dest_prop)
Copy a set of properties from one Property to another.
|
public static void copyProperties(Properties src_prop, Properties dest_prop)
src_prop
- Source set of properties to copy from.dest_prop
- Dest Properties to copy into.