Full name:

org.jsxm.maven.plugin:jsxm-maven-plugin:1.4.11-RC5:animate-console

Description:

Goal which triggers the animation of jsxm specifications using the console for inputs.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: Version 1.0.
  • Binds by default to the lifecycle phase: compile.
  • Invokes the execution of this plugin's goal compile prior to executing itself.

Required Parameters

Name Type Since Description
animateAll boolean Version 1.0 A simple boolean variable for setting whether or not the tool will animate all the examples.
Default value is: false.
txtInput boolean Version 1.0 A simple boolean variable for setting whether or not the tool will animate all the examples.
Default value is: false.

Optional Parameters

Name Type Since Description
animateList List Version 1.0 In case there is more than one specification in one example and you would like to specify which specification you want to animate then you should use the tag animateList and the tag param inside the animateList. There could be as many param as the specifications of a project. For example if you have 10 specifications in an example but you would like to animate only 4 of them, then the four names of the specifications must be used in the animateList. <animateList> <param>Account</param> <param>Accont2</param> <param>Automato</param> <param>Cart</param> </animateList> The above example specifes that Account, Account2, Automato and Cart will be animated.

Parameter Details

animateAll:

A simple boolean variable for setting whether or not the tool will animate all the examples.
  • Type: boolean
  • Since: Version 1.0
  • Required: Yes
  • Default: false

animateList:

In case there is more than one specification in one example and you would like to specify which specification you want to animate then you should use the tag animateList and the tag param inside the animateList. There could be as many param as the specifications of a project. For example if you have 10 specifications in an example but you would like to animate only 4 of them, then the four names of the specifications must be used in the animateList. <animateList> <param>Account</param> <param>Accont2</param> <param>Automato</param> <param>Cart</param> </animateList> The above example specifes that Account, Account2, Automato and Cart will be animated.
  • Type: java.util.List
  • Since: Version 1.0
  • Required: No

txtInput:

A simple boolean variable for setting whether or not the tool will animate all the examples.
  • Type: boolean
  • Since: Version 1.0
  • Required: Yes
  • Default: false

Back to top

Version: 1.4.11-RC5. Last Published: 2017-11-30.