public final class Context extends Object implements Cloneable
Modifier and Type | Method and Description |
---|---|
static Properties |
asProperties(Context ctx) |
Context |
child(String prefix) |
Object |
clone() |
boolean |
contains(String name) |
static Context |
create(URL input) |
String |
get(String name) |
String |
get(String name,
String defaultValue) |
String |
key(String name) |
Set<String> |
names() |
Context |
parent() |
String |
set(String name,
String value) |
int |
size() |
String[] |
split(String name,
boolean trim) |
Properties |
toProperties() |
String |
toString() |
static String[] |
trim(String[] strings) |
public boolean contains(String name)
public int size()
public Context parent()
public static Context create(URL input) throws IOException
IOException
public static Properties asProperties(Context ctx)
public Properties toProperties()
Copyright © 2018. All rights reserved.