Interface IModelFilter


public interface IModelFilter
When dumping the model out (for debugging/testing), various parts of it can be passed through this filter. Currently it is used to ensure the source locations we dump out are independent of sandbox directory.
Author:
Andy Clement
  • Method Summary

    Modifier and Type
    Method
    Description
    Called when about to dump out an absolute file location, enabling it to be altered (eg.
    boolean
    When the relationship map is dumped, lines are prefixed with a handle ID.
  • Method Details

    • processFilelocation

      String processFilelocation(String loc)
      Called when about to dump out an absolute file location, enabling it to be altered (eg. c:/temp/ajcsSandbox/foo/ajctemp.12323/<BLAH> could become TEST_SANDBOX/<BLAH>
    • wantsHandleIds

      boolean wantsHandleIds()
      When the relationship map is dumped, lines are prefixed with a handle ID. Return true if you want these, false if you do not.