Class HopSearch

    • Constructor Detail

      • HopSearch

        public HopSearch()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • getCmd

        public picocli.CommandLine getCmd()
        Gets cmd
        Returns:
        value of cmd
      • setCmd

        public void setCmd​(picocli.CommandLine cmd)
        Parameters:
        cmd - The cmd to set
      • isHelpRequested

        public boolean isHelpRequested()
        Gets helpRequested
        Returns:
        value of helpRequested
      • setHelpRequested

        public void setHelpRequested​(boolean helpRequested)
        Parameters:
        helpRequested - The helpRequested to set
      • getVariables

        public IVariables getVariables()
        Gets variables
        Returns:
        value of variables
      • setVariables

        public void setVariables​(IVariables variables)
        Parameters:
        variables - The variables to set
      • getSearchablesLocations

        public List<ISearchablesLocation> getSearchablesLocations()
        Gets searchablesLocations
        Returns:
        value of searchablesLocations
      • setSearchablesLocations

        public void setSearchablesLocations​(List<ISearchablesLocation> searchablesLocations)
        Parameters:
        searchablesLocations - The searchablesLocations to set
      • getSearchString

        public String getSearchString()
        Gets searchString
        Returns:
        value of searchString
      • setSearchString

        public void setSearchString​(String searchString)
        Parameters:
        searchString - The searchString to set
      • getCaseInsensitive

        public Boolean getCaseInsensitive()
        Gets caseInsensitive
        Returns:
        value of caseInsensitive
      • setCaseInsensitive

        public void setCaseInsensitive​(Boolean caseInsensitive)
        Parameters:
        caseInsensitive - The caseInsensitive to set
      • getRegularExpression

        public Boolean getRegularExpression()
        Gets regularExpression
        Returns:
        value of regularExpression
      • setRegularExpression

        public void setRegularExpression​(Boolean regularExpression)
        Parameters:
        regularExpression - The regularExpression to set
      • main

        public static void main​(String[] args)