public class XML extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XML.Password |
| Constructor and Description |
|---|
XML() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
parseBoolean(String booleanText) |
static String |
parseProviderType(String providerType) |
static Properties |
toProperties(List<org.glassfish.appclient.client.acc.config.Property> props)
Converts the XML property elements (with name and value) to a Properties
object.
|
public static boolean parseBoolean(String booleanText)
public static Properties toProperties(List<org.glassfish.appclient.client.acc.config.Property> props)
props - List of Property elements from the JAXB-converted
client container elementCopyright © 2017. All rights reserved.