public class RecursivelyProfile extends Object
getString("a.b.c.d..e", "key")
会依次检索:
a.b.c.d.e.key
a.b.c.d.key
a.b.c.key
a.b.key
a.key
key
Created by davidoff shen on 2017-05-03.
| 构造器和说明 |
|---|
RecursivelyProfile(Profile profile) |
RecursivelyProfile(Properties properties) |
Copyright © 2018. All rights reserved.