Package org.apache.hop.ui.hopgui.search
Class HopGuiSearchLocation
- java.lang.Object
-
- org.apache.hop.ui.hopgui.search.HopGuiSearchLocation
-
- All Implemented Interfaces:
ISearchablesLocation
public class HopGuiSearchLocation extends Object implements ISearchablesLocation
-
-
Constructor Summary
Constructors Constructor Description HopGuiSearchLocation(HopGui hopGui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocationDescription()Iterator<ISearchable>getSearchables(IHopMetadataProvider metadataProvider, IVariables variables)
-
-
-
Field Detail
-
hopGui
protected HopGui hopGui
-
-
Constructor Detail
-
HopGuiSearchLocation
public HopGuiSearchLocation(HopGui hopGui)
-
-
Method Detail
-
getLocationDescription
public String getLocationDescription()
- Specified by:
getLocationDescriptionin interfaceISearchablesLocation
-
getSearchables
public Iterator<ISearchable> getSearchables(IHopMetadataProvider metadataProvider, IVariables variables) throws HopException
- Specified by:
getSearchablesin interfaceISearchablesLocation- Throws:
HopException
-
-