public interface ScriptPlugin extends VersionableService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
serviceVersion
Current service version is 1.0.0;
|
| Modifier and Type | Method and Description |
|---|---|
Command |
semantics(Token[] commandTokens)
This method is called during the interpretation of operations
defined through the Management Script Language that contain
custom script command defined by this plugin.
|
getServiceVersionstatic final java.lang.String serviceVersion
Command semantics(Token[] commandTokens) throws java.lang.Exception
commandTokens - and array of tokens that is the actual input
from the management procedure that conformed the custom command.java.lang.Exception - could be thrown if any other irregularity (not lexical)
is detected.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.