Package org.apache.hop.ui.core.gui
Class HopNamespace
- java.lang.Object
-
- org.apache.hop.ui.core.gui.HopNamespace
-
public class HopNamespace extends Object
This keeps track of the currently active namespace for all the current. It makes it easy to see which namespace is active. A namespace is used for plugins like Environment to set the active environment. The standard for HopGUI is hop-gui and for Translator is is hop-translator
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HopNamespacegetInstance()static StringgetNamespace()Gets namespacestatic voidsetNamespace(String namespace)
-
-
-
Method Detail
-
getInstance
public static final HopNamespace getInstance()
-
getNamespace
public static final String getNamespace()
Gets namespace- Returns:
- value of namespace
-
setNamespace
public static final void setNamespace(String namespace)
- Parameters:
namespace- The namespace to set
-
-