public class PlasticRequest extends Object
| Constructor and Description |
|---|
PlasticRequest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Executes a simple PLASTIC request.
|
public static void main(String[] args) throws IOException
request [flags] messageId [args ...]
The args are turned from strings into typed values in an ad hoc way -
things that look like doubles are turned into Doubles, things that
look like integers are turned into Integers, and the rest are Strings.
You can surround a literal in quotes to force stringiness.
Lists can be generated using the construction "(item1, item2, ...)".
This application does not claim to make it possible to execute
requests of arbitrary complexity from the command line.
If the -targetName or -targetId flags
are specified, then the request will only be sent to the
listener(s) so identified. Otherwise, it will be sent to all
registered listeners.
IOExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.