| Package | Description |
|---|---|
| scriptella.configuration |
Classes and interfaces to parse script files.
|
| scriptella.spi |
Service Provider Interface classes.
|
| scriptella.text |
Classes for formatting and parsing text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequiredAttributeException
TODO: Add documentation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectionParameters.getBooleanProperty(String name)
Parses property value as boolean flag.
|
boolean |
ConnectionParameters.getBooleanProperty(String name,
boolean defaultValue)
Parses property value as a boolean flag.
|
String |
ConnectionParameters.getCharsetProperty(String name)
Parses property value as a charset encoding name.
|
Integer |
ConnectionParameters.getIntegerProperty(String name) |
Integer |
ConnectionParameters.getIntegerProperty(String name,
int defaultValue)
Returns the value of integer property.
|
Number |
ConnectionParameters.getNumberProperty(String name,
Number defaultValue)
Returns numeric value of the property.
|
URL |
ConnectionParameters.getResolvedUrl()
Returns the url property resolved relative to a script location.
|
URL |
ConnectionParameters.getUrlProperty(String name)
Parses property value as URL parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedPropertiesSource.getBooleanProperty(String name,
boolean defaultValue)
Parses property value as a boolean flag.
|
String |
TypedPropertiesSource.getCharsetProperty(String name)
Parses property value as a charset encoding name.
|
Number |
TypedPropertiesSource.getNumberProperty(String name,
Number defaultValue)
Returns numeric value of the property.
|
Copyright © 2006-2012. All Rights Reserved.