Package org.jabylon.common.util.config
Class DynamicConfigUtil
- java.lang.Object
-
- org.jabylon.common.util.config.DynamicConfigUtil
-
public class DynamicConfigUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.eclipse.core.runtime.IConfigurationElement>getApplicableElements(Object domainObject)static List<org.eclipse.core.runtime.IConfigurationElement>getConfigSections()static List<org.eclipse.core.runtime.IConfigurationElement>getConfigTabs()static voidrefresh()clears the cache of config tabs
-
-
-
Method Detail
-
refresh
public static void refresh()
clears the cache of config tabs
-
getApplicableElements
public static List<org.eclipse.core.runtime.IConfigurationElement> getApplicableElements(Object domainObject)
-
getConfigSections
public static List<org.eclipse.core.runtime.IConfigurationElement> getConfigSections()
-
getConfigTabs
public static List<org.eclipse.core.runtime.IConfigurationElement> getConfigTabs()
-
-