Interface ISelectorExpression

All Known Implementing Classes:
EditorFolderSettingsProp, EditorSelector, FolderPropCnr, FolderSettingsProp, FolderURIPropCnr, ModuleFolderPropCnr, Selector

public interface ISelectorExpression
Implementation of the SelectorExpression resolver.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSelected(EnvProps envProps)
    Called to resolve the SelectorExpression by custom Java code.
  • Method Details

    • isSelected

      boolean isSelected(EnvProps envProps)
      Called to resolve the SelectorExpression by custom Java code.
      Parameters:
      envProps - The Client Environment properties.
      Returns:
      true if the Selector is selected to be used, false otherwise.