Package | Description |
---|---|
scriptinterface | |
scriptinterface.defaulttypes |
Modifier and Type | Method and Description |
---|---|
void |
ScriptSystemInterface.putTypeCast(ScriptType fromType,
ScriptType toType,
TypeCast<?,?> typeCast)
Registers the given type cast with the two given types.
|
void |
ScriptSystemInterface.putTypeCast(java.lang.String[] fromTypes,
java.lang.String toType,
TypeCast<?,?> typeCast)
Registers one type cast and associates it with the given types.
|
void |
ScriptSystemInterface.putTypeCast(java.lang.String fromType,
java.lang.String[] toTypes,
TypeCast<?,?> typeCast)
Registers one type cast and associates it with the given types.
|
void |
ScriptSystemInterface.putTypeCast(java.lang.String fromType,
java.lang.String toType,
TypeCast<?,?> typeCast)
Registers the given type cast with the two given types.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultCasts.AnyToArray |
static class |
DefaultCasts.AnyToSet |
static class |
DefaultCasts.AnyToString |
static class |
DefaultCasts.AnyToVector |
static class |
DefaultCasts.FileToExistingFile |
static class |
DefaultCasts.FileToString |
static class |
DefaultCasts.IntegerToDouble |
static class |
DefaultCasts.IntegerToPositiveInteger |
static class |
DefaultCasts.Iterables |
static class |
DefaultCasts.SetToFiles |
static class |
DefaultCasts.StringToExistingFile |
static class |
DefaultCasts.StringToFile |
static class |
DefaultCasts.StringToFiles |
static class |
DefaultCasts.VectorToFiles |