static void |
DomParser.assertNoOtherElements(Node container,
String... elements) |
static void |
PlaintextParameterReplacer.assertParametersSuffice(Collection<String> params,
CharSequence template,
String msg) |
static Element |
DomParser.from(File f) |
static Element |
DomParser.from(InputStream f) |
protected static String |
EmailTransaction.getHostForMxRecord(String mxAddress) |
static String |
DomParser.getMandatoryAttribute(Element node,
String attributeName) |
static Element |
DomParser.getMandatorySingleSubElement(Node node,
String subNodeName) |
static Element |
DomParser.getOptionalSingleSubElement(Element node,
String subNodeName) |
static String |
DomParser.getOptionalSingleSubElementTextContent(Element node,
String subNodeName) |
protected javax.mail.Session |
EmailTransaction.newSession() |
protected Properties |
EmailTransaction.newSessionProperties() |
static SvnUrlWithUsernamePassword |
SvnUrlWithUsernamePassword.parse(String pipeSeparated) |
static EmailTransaction.SmtpServerConfiguration |
EmailTransaction.parseAddress(String str)
Can be "foo" or "foo:123" or "foo:123|adrian|password" or "MX:foo.com"
|
static Map<String,Double> |
DomParser.parseDoubleMap(Element container,
String elementName,
String keyAttribute,
String valueAttribute) |
static List<String> |
DomParser.parseList(Element container,
String elementName) |
static List<String> |
DomParser.parseList(Element container,
String elementName,
String attribute) |
static double |
DomParser.parseMandatoryDoubleAttribute(Element node,
String attributeName) |
static Map<String,String> |
DomParser.parseMap(Element container,
String elementName,
String keyAttribute) |
static Map<String,String> |
DomParser.parseMap(Element container,
String elementName,
String keyAttribute,
String valueAttribute) |
static int |
DomParser.parseOptionalIntAttribute(Element node,
String attributeName,
int defaultValue) |
static Integer |
DomParser.parseOptionalIntegerAttribute(Element node,
String attributeName) |
static Set<String> |
DomParser.parseSet(Element container,
String elementName) |
static Set<String> |
DomParser.parseSet(Element container,
String elementName,
String attribute) |