Class ReloadTool

java.lang.Object
org.tentackle.maven.plugin.mcp.tool.ReloadTool
All Implemented Interfaces:
ModelTool

public class ReloadTool extends Object implements ModelTool
Reloads the model.

Changed files are picked up automatically before every call, so this is only needed when that is not enough: after a rebuild that removed or renamed an entity, or to force a clean reload.

Author:
harald
  • Field Details

  • Constructor Details

    • ReloadTool

      public ReloadTool()
      Creates the tool.
  • Method Details