public interface IZExplorerPropertyProvider
IZExplorerPropertys and the optional
IZExplorerPropertyControlProvider.
If the IZExplorerPropertyProvider should be added to the Server
Settings property page of a zExplorer subsystem, the
IZExplorerPropertyProvider needs to be added to
ZExplorerPropertyProviderUtility.addZExplorerPropertyProvider(IZExplorerPropertyProvider).
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
IZExplorerPropertyControlProvider |
getControlProvider()
A
IZExplorerPropertyControlProvider can be registered to add
Controls to the corresponding IZExplorerPropertys. |
java.util.List<IZExplorerProperty> |
getProperties()
Returns a list of
IZExplorerPropertys. |
IZExplorerPropertyControlProvider getControlProvider()
IZExplorerPropertyControlProvider can be registered to add
Controls to the corresponding IZExplorerPropertys.IZExplorerPropertyControlProvider that can handle the
corresponding properties returned by getProperties().java.util.List<IZExplorerProperty> getProperties()
IZExplorerPropertys. The
IZExplorerPropertys can be used to set and get values from
IMvsSubsystem#getZExplorerPropertyValue(IZExplorerProperty) /
IMvsSubsystem#setZExplorerPropertyValue(IZExplorerProperty, String)List of IZExplorerPropertys.Copyright © 2015 Micro Focus GmbH. All rights reserved.