public class GwtProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key) |
static GwtProperties |
load(String source)
Constructs a new
GwtProperties from the given source string. |
Collection<String> |
propertyNames() |
public String getProperty(String key)
key - Property key to retrieve.public Collection<String> propertyNames()
public static GwtProperties load(String source)
GwtProperties from the given source string.source - To load from.GwtProperties object from the source.Copyright © 2009-2016 Google. All Rights Reserved.