net.bpelunit.utils.bptstool.functions.create
Class CreateFunction

java.lang.Object
  extended by net.bpelunit.utils.bptstool.functions.create.CreateFunction
All Implemented Interfaces:
IFunction

public class CreateFunction
extends Object
implements IFunction


Constructor Summary
CreateFunction()
           
 
Method Summary
 void execute(String[] params)
          Executes this function.
 String getDescription()
          Returns the localized description of this function.
 String getHelp()
          Returns the localized help text
 String getName()
          Returns the name of this function that is also the first parameter for the BPTSTool in order to invoke it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateFunction

public CreateFunction()
Method Detail

getName

public String getName()
Description copied from interface: IFunction
Returns the name of this function that is also the first parameter for the BPTSTool in order to invoke it. Names must be all lower-case.

Specified by:
getName in interface IFunction
Returns:
this function's name

getDescription

public String getDescription()
Description copied from interface: IFunction
Returns the localized description of this function.

Specified by:
getDescription in interface IFunction
Returns:
localized description

getHelp

public String getHelp()
Description copied from interface: IFunction
Returns the localized help text

Specified by:
getHelp in interface IFunction

execute

public void execute(String[] params)
Description copied from interface: IFunction
Executes this function. All parameters except the function name are passed to this function as is.

Specified by:
execute in interface IFunction


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.