Class ScriptAction.ScriptActionConfiguration

java.lang.Object
org.ametys.core.migration.action.DefaultActionConfiguration
org.ametys.core.migration.action.ScriptAction.ScriptActionConfiguration
All Implemented Interfaces:
ActionConfiguration
Enclosing class:
ScriptAction

ActionConfiguration with script location
  • Method Details

    • getFile

      public String getFile()
      Get the path for the script to run
      Returns:
      The path for the script to run
    • getScript

      public String getScript()
      Get the path for the script to run
      Returns:
      The path for the script to run
    • getPlugin

      public String getPlugin()
      Get the plugin containing the sql script, or null to default to the component's plugin
      Returns:
      The plugin containing the sql script