public class ZExplorerPropertyProviderUtility
extends java.lang.Object
IZExplorerPropertyProvider.
If a IZExplorerPropertyProvider is added to this class and contains a
IZExplorerPropertyControlProvider, then the
IZExplorerPropertyControlProvider will be called to add the
Controls to the Server Settings property page of any zExplorer
subsystem.
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
void |
addZExplorerPropertyProvider(IZExplorerPropertyProvider pPropertyProvider)
Adds
IZExplorerPropertyProvider to the list of registered
property providers. |
java.util.Collection<IZExplorerProperty> |
getAllProperties()
Returns all
IZExplorerPropertys that are registered through the
IZExplorerPropertyProviders. |
static ZExplorerPropertyProviderUtility |
getInstance()
Singleton.
|
java.util.List<IZExplorerPropertyProvider> |
getProviders()
Returns all registered
IZExplorerPropertyProviders. |
java.util.Collection<IZExplorerPropertyControlProvider> |
getRegisteredControlProviders()
Returns all registered
IZExplorerPropertyControlProviders. |
IZExplorerProperty |
getZExplorerProperty(java.lang.String pPropertID)
Searches for a
IZExplorerProperty with a specific property ID and
returns it. |
public static ZExplorerPropertyProviderUtility getInstance()
ZExplorerPropertyProviderUtilitypublic java.util.List<IZExplorerPropertyProvider> getProviders()
IZExplorerPropertyProviders. This contains
the IZExplorerPropertyProviders created through the
'com.microfocus.zexplorer.zserver.propertyprovider' extension point.IZExplorerPropertyProviders.public java.util.Collection<IZExplorerPropertyControlProvider> getRegisteredControlProviders()
IZExplorerPropertyControlProviders. This
method returns the IZExplorerPropertyControlProviders set in the
IZExplorerPropertyProviders.Collection of IZExplorerPropertyControlProvider
.public java.util.Collection<IZExplorerProperty> getAllProperties()
IZExplorerPropertys that are registered through the
IZExplorerPropertyProviders.Collection of IZExplorerProperty.public void addZExplorerPropertyProvider(IZExplorerPropertyProvider pPropertyProvider)
IZExplorerPropertyProvider to the list of registered
property providers.pPropertyProvider - the IZExplorerPropertyProvider that should be added.public IZExplorerProperty getZExplorerProperty(java.lang.String pPropertID)
IZExplorerProperty with a specific property ID and
returns it.pPropertID - the ID of the IZExplorerPropertyIZExplorerProperty or null if no
IZExplorerProperty could be found.Copyright © 2015 Micro Focus GmbH. All rights reserved.