Package | Description |
---|---|
org.waarp.common.command |
Global classes that store all informations on implemented commands,
arguments, reply codes.
|
org.waarp.common.guid |
Classes implementing GUID
|
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) |
static ReplyCode |
ReplyCode.getReplyCodeFromHttp(int httpCode) |
int |
CommandInterface.getValue(String argx)
Get an integer value from argument
|
Constructor and Description |
---|
GUID(byte[] bytes)
Constructor that takes a byte array as this GUID's content
|
GUID(String idsource)
Build from String key
|
Modifier and Type | Method and Description |
---|---|
static void |
ParametersChecker.checkSanityString(String... strings)
Check external argument (null is consider as correct)
|
static String |
ParametersChecker.checkSanityString(String value)
Check external argument to avoid Path Traversal attack
|
static int |
WaarpStringUtils.getInteger(org.dom4j.Node node)
Read an integer value from a node
|
Modifier and Type | Method and Description |
---|---|
void |
XmlValue.addFromString(String valueOrig)
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–2022 Waarp. All rights reserved.