public class SyslogdConfiguration extends Object implements Serializable
Constructor and Description |
---|
SyslogdConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addImportFile(int index,
String vImportFile) |
void |
addImportFile(String vImportFile) |
Enumeration<String> |
enumerateImportFile()
Method enumerateImportFile.
|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Configuration |
getConfiguration()
Returns the value of field 'configuration'.
|
HideMessage |
getHideMessage()
Returns the value of field 'hideMessage'.
|
String[] |
getImportFile()
Method getImportFile.Returns the contents of the collection in an Array.
|
String |
getImportFile(int index)
Method getImportFile.
|
List<String> |
getImportFileCollection()
Method getImportFileCollection.Returns a reference to 'importFileList'.
|
int |
getImportFileCount()
Method getImportFileCount.
|
UeiList |
getUeiList()
Returns the value of field 'ueiList'.
|
int |
hashCode()
Method hashCode.
|
Iterator<String> |
iterateImportFile()
Method iterateImportFile.
|
void |
removeAllImportFile() |
boolean |
removeImportFile(String vImportFile)
Method removeImportFile.
|
String |
removeImportFileAt(int index)
Method removeImportFileAt.
|
void |
setConfiguration(Configuration configuration)
Sets the value of field 'configuration'.
|
void |
setHideMessage(HideMessage hideMessage)
Sets the value of field 'hideMessage'.
|
void |
setImportFile(int index,
String vImportFile) |
void |
setImportFile(List<String> vImportFileList)
Sets the value of 'importFileList' by copying the given Vector.
|
void |
setImportFile(String[] vImportFileArray) |
void |
setImportFileCollection(List<String> importFileList)
Deprecated.
|
void |
setUeiList(UeiList ueiList)
Sets the value of field 'ueiList'.
|
public void addImportFile(String vImportFile) throws IndexOutOfBoundsException
vImportFile
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void addImportFile(int index, String vImportFile) throws IndexOutOfBoundsException
index
- vImportFile
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic Enumeration<String> enumerateImportFile()
public boolean equals(Object obj)
public Configuration getConfiguration()
public HideMessage getHideMessage()
public String getImportFile(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic String[] getImportFile()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<String> getImportFileCollection()
public int getImportFileCount()
public UeiList getUeiList()
public int hashCode()
public Iterator<String> iterateImportFile()
public void removeAllImportFile()
public boolean removeImportFile(String vImportFile)
vImportFile
- public String removeImportFileAt(int index)
index
- public void setConfiguration(Configuration configuration)
configuration
- the value of field 'configuration'.public void setHideMessage(HideMessage hideMessage)
hideMessage
- the value of field 'hideMessage'.public void setImportFile(int index, String vImportFile) throws IndexOutOfBoundsException
index
- vImportFile
- IndexOutOfBoundsException
- if the index given is outside
the bounds of the collectionpublic void setImportFile(String[] vImportFileArray)
vImportFileArray
- public void setImportFile(List<String> vImportFileList)
vImportFileList
- the Vector to copy.public void setImportFileCollection(List<String> importFileList)
importFileList
- the Vector to set.public void setUeiList(UeiList ueiList)
ueiList
- the value of field 'ueiList'.Copyright © 2017. All rights reserved.