Interface IOModuleScopeFlags


public interface IOModuleScopeFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    When using this scope to load or
    scan modules, automatically block a modules which has the same base
    basename as previously loaded module.
    static final int
    No module scan flags
  • Field Details

    • NONE

      static final int NONE
      No module scan flags
      See Also:
    • BLOCK_DUPLICATES

      static final int BLOCK_DUPLICATES
      When using this scope to load or
      scan modules, automatically block a modules which has the same base
      basename as previously loaded module.
      See Also: