Method
init
(StringSeqHolder args, String id)
Source from the content-addressed store, hash-verified
| 24 | } |
| 25 | |
| 26 | public static native ORB init(StringSeqHolder args, String id); |
| 27 | |
| 28 | public static ORB init(StringSeqHolder args) { |
| 29 | return ORB.init(args, ""); |