public class FileNamedConfigPM
extends ConnectionlessServiceConfiguration
Modifier and Type | Field and Description |
---|---|
private FileConfiguration |
fileConfiguration |
private java.lang.String |
myProperty
Sample property of the component which is captured from the Custom Property Sheet.
|
Constructor and Description |
---|
FileNamedConfigPM()
Creates an instance of Property Model.
|
Modifier and Type | Method and Description |
---|---|
java.net.URL |
fetchHelpSetURL() |
java.lang.String |
getAsFormattedString()
Overridden method generally used for logging.
|
FileConfiguration |
getFileConfiguration() |
java.lang.String |
getHelpSetName() |
java.lang.String |
getMyProperty()
Returns the value of myProperty.
|
protected boolean |
notifyErrorListener(ErrorListener errorListener,
java.lang.Exception exceptionToNotify)
Notifies error listener of an exception.
|
void |
setFileConfiguration(FileConfiguration fileConfiguration) |
void |
setMyProperty(java.lang.String val)
Sets the value of myProperty.
|
void |
test()
Overridden method which tests the component's logic.
|
void |
validate(ErrorListener Listener)
Validates the configuration parameters in the panel.
|
private java.lang.String myProperty
private FileConfiguration fileConfiguration
public FileNamedConfigPM()
public java.lang.String getMyProperty()
public void setMyProperty(java.lang.String val)
public FileConfiguration getFileConfiguration()
public void setFileConfiguration(FileConfiguration fileConfiguration)
public void validate(ErrorListener Listener) throws ServiceConfigurationException
Listener
- error listener used to notify errorsServiceConfigurationException
- if there is any exception in validationprotected final boolean notifyErrorListener(ErrorListener errorListener, java.lang.Exception exceptionToNotify) throws ServiceConfigurationException
errorListener
- error listenerexceptionToNotify
- exception to be notifiedServiceConfigurationException
- if there is any exception while notifyingpublic void test() throws ServiceException
ServiceException
public java.lang.String getAsFormattedString()
public java.net.URL fetchHelpSetURL()
public java.lang.String getHelpSetName()