Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands, arguments, reply codes.
|
org.waarp.common.utility |
Classes implementing Some String and File facility
|
org.waarp.common.xml |
Classes implementing XML facility
|
Modifier and Type | Method and Description |
---|---|
static ReplyCode |
ReplyCode.getReplyCode(int code) |
int |
CommandInterface.getValue(String argx)
Get an integer value from argument
|
Modifier and Type | Method and Description |
---|---|
static int |
WaarpStringUtils.getInteger(org.dom4j.Node node)
Read an integer value from a node
|
static String |
WaarpStringUtils.readFileException(String filename)
Read a file and return its content in String format
|
Modifier and Type | Method and Description |
---|---|
void |
XmlValue.addFromString(String value)
Add a value into the Multiple values from the String (not compatible with subXml)
|
protected static Object |
XmlValue.convert(Class<?> type,
String value)
Convert String value to the specified type.
|
void |
XmlValue.setFromString(String value)
Set a value from String
|
Copyright © 2009–2019 Waarp. All rights reserved.