@StampyLibrary(libraryName="stampy-examples") public interface Remoteable extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Execute.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the properties.
|
boolean execute()
throws java.lang.Exception
java.lang.Exception - the exceptionvoid setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
throws MissingPropertyException
properties - the propertiesMissingPropertyException - the missing propery exception