Package org.apache.hop.search
Class HopSearch
- java.lang.Object
-
- org.apache.hop.search.HopSearch
-
- All Implemented Interfaces:
Runnable,IHasHopMetadataProvider
public class HopSearch extends Object implements Runnable, IHasHopMetadataProvider
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ISearchablesLocation>searchablesLocations
-
Constructor Summary
Constructors Constructor Description HopSearch()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetCaseInsensitive()Gets caseInsensitivepicocli.CommandLinegetCmd()Gets cmdMultiMetadataProvidergetMetadataProvider()Gets metadataProviderBooleangetRegularExpression()Gets regularExpressionList<ISearchablesLocation>getSearchablesLocations()Gets searchablesLocationsStringgetSearchString()Gets searchStringIVariablesgetVariables()Gets variablesbooleanisHelpRequested()Gets helpRequestedstatic voidmain(String[] args)voidrun()voidsetCaseInsensitive(Boolean caseInsensitive)voidsetCmd(picocli.CommandLine cmd)voidsetHelpRequested(boolean helpRequested)voidsetMetadataProvider(MultiMetadataProvider metadataProvider)voidsetRegularExpression(Boolean regularExpression)voidsetSearchablesLocations(List<ISearchablesLocation> searchablesLocations)voidsetSearchString(String searchString)voidsetVariables(IVariables variables)
-
-
-
Field Detail
-
searchablesLocations
protected List<ISearchablesLocation> searchablesLocations
-
-
Method Detail
-
getCmd
public picocli.CommandLine getCmd()
Gets cmd- Returns:
- value of cmd
-
setCmd
public void setCmd(picocli.CommandLine cmd)
- Parameters:
cmd- The cmd to set
-
getMetadataProvider
public MultiMetadataProvider getMetadataProvider()
Gets metadataProvider- Specified by:
getMetadataProviderin interfaceIHasHopMetadataProvider- Returns:
- value of metadataProvider
-
setMetadataProvider
public void setMetadataProvider(MultiMetadataProvider metadataProvider)
- Specified by:
setMetadataProviderin interfaceIHasHopMetadataProvider- Parameters:
metadataProvider- The metadataProvider 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)
-
-