Package | Description |
---|---|
scriptella.configuration |
Classes and interfaces to parse script files.
|
scriptella.driver.csv |
CSV Driver for Scriptella.
|
scriptella.driver.mail |
E-Mail Driver for Scriptella.
|
scriptella.expression |
Classes for working with expressions and properties substitution.
|
Modifier and Type | Method and Description |
---|---|
void |
IncludeEl.setPropertiesSubstitutor(PropertiesSubstitutor substitutor)
Sets the properties substitutor to expand properties inside href attribute.
|
Constructor and Description |
---|
XmlElement(org.w3c.dom.Element element,
java.net.URL documentUrl,
PropertiesSubstitutor substitutor) |
Modifier and Type | Method and Description |
---|---|
protected CsvQuery |
CsvConnection.newCsvQuery(CSVReader csvReader,
PropertiesSubstitutor ps)
Template factory method to instantiate query handlers.
|
Constructor and Description |
---|
CsvQuery(CSVReader queryReader,
PropertiesSubstitutor substitutor,
CsvConnectionParameters csvParams)
Creates a query for CSVReader.
|
Modifier and Type | Method and Description |
---|---|
protected javax.mail.internet.MimeMessage |
MailConnection.format(java.io.Reader reader,
PropertiesSubstitutor ps) |
Constructor and Description |
---|
LineIterator(java.io.Reader reader,
PropertiesSubstitutor substitutor) |
LineIterator(java.io.Reader reader,
PropertiesSubstitutor substitutor,
boolean trimLines)
Constructs iterator.
|
Copyright © Copyright 2006-2019 The Scriptella Project Team.