BEAST
|
Public Member Functions | |
String | getScript () |
void | setScript (String script) |
void | fromRouteDefinition (RouteDefinition def) |
Fills self with information from route definition. | |
IRule | toRule (IRouterManager routerManager) |
Creates a rule from self using the provided router manager @routerManager - the router manager. | |
boolean | isValid () |
Public Member Functions inherited from eu.baltrad.beast.admin.objects.routes.Route | |
Route () | |
Constructor. | |
Route (String name) | |
Constructor. | |
String | getName () |
void | setName (String name) |
List< String > | getRecipients () |
void | setRecipients (List< String > recipients) |
boolean | isActive () |
void | setActive (boolean active) |
String | getAuthor () |
void | setAuthor (String author) |
String | getDescription () |
void | setDescription (String description) |
boolean | validate () |
Validates this route so that it follows the conventions. | |
|
inline |
Fills self with information from route definition.
def | - the route definition |
Reimplemented from eu.baltrad.beast.admin.objects.routes.Route.
|
inline |
|
inline |
Reimplemented from eu.baltrad.beast.admin.objects.routes.Route.
|
inline |
script | the script to set |
|
inline |
Creates a rule from self using the provided router manager @routerManager - the router manager.
Reimplemented from eu.baltrad.beast.admin.objects.routes.Route.