Uses of Class
scriptella.expression.PropertiesSubstitutor
Packages that use PropertiesSubstitutor
Package
Description
Classes and interfaces to parse script files.
CSV Driver for Scriptella.
E-Mail Driver for Scriptella.
Classes for working with expressions and properties substitution.
-
Uses of PropertiesSubstitutor in scriptella.configuration
Methods in scriptella.configuration with parameters of type PropertiesSubstitutorModifier and TypeMethodDescriptionvoidIncludeEl.setPropertiesSubstitutor(PropertiesSubstitutor substitutor) Sets the properties substitutor to expand properties inside href attribute.Constructors in scriptella.configuration with parameters of type PropertiesSubstitutorModifierConstructorDescriptionXmlElement(Element element, URL documentUrl, PropertiesSubstitutor substitutor) -
Uses of PropertiesSubstitutor in scriptella.driver.csv
Methods in scriptella.driver.csv with parameters of type PropertiesSubstitutorModifier and TypeMethodDescriptionprotected CsvQueryCsvConnection.newCsvQuery(CSVReader csvReader, PropertiesSubstitutor ps) Template factory method to instantiate query handlers.Constructors in scriptella.driver.csv with parameters of type PropertiesSubstitutorModifierConstructorDescriptionCsvQuery(CSVReader queryReader, PropertiesSubstitutor substitutor, CsvConnectionParameters csvParams) Creates a query for CSVReader. -
Uses of PropertiesSubstitutor in scriptella.driver.mail
Methods in scriptella.driver.mail with parameters of type PropertiesSubstitutorModifier and TypeMethodDescriptionprotected javax.mail.internet.MimeMessageMailConnection.format(Reader reader, PropertiesSubstitutor ps) -
Uses of PropertiesSubstitutor in scriptella.expression
Constructors in scriptella.expression with parameters of type PropertiesSubstitutorModifierConstructorDescriptionLineIterator(Reader reader, PropertiesSubstitutor substitutor) LineIterator(Reader reader, PropertiesSubstitutor substitutor, boolean trimLines) Constructs iterator.