|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.BOB.Lifted
public class Lifted
Sets of "friendly" utilities to make life easier. Any "Lifted" code will apear here, and credits given. It's better to "Lift" a small chunk of "free" code than add in piles of code we don't need, and don't want.
Constructor Summary | |
---|---|
Lifted()
|
Method Summary | |
---|---|
static void |
copyProperties(java.util.Properties src_prop,
java.util.Properties dest_prop)
Copy a set of properties from one Property to another. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lifted()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |