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.
| Constructor and Description |
|---|
RecursivelyProfile(Profile profile) |
RecursivelyProfile(Properties properties) |
public RecursivelyProfile(Profile profile)
public RecursivelyProfile(Properties properties)
Copyright © 2018. All rights reserved.