|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindtree.techworks.insight.preferences.util.PreferenceInterpreter
public class PreferenceInterpreter
The PreferenceInterpreter
class is a utility that has static
methods to interpret Preference instances and return data relevant to the
client using the preference
Constructor Summary | |
---|---|
PreferenceInterpreter()
|
Method Summary | |
---|---|
static int |
getCachePageSize()
Returns the configured cache page size of the default value defined in InsightConstants if no configuration is defined |
static int[] |
getConfiguredColumnsForDisplay()
Returns an array of column identifiers for the event list display Presentation. |
static java.util.List |
getFTPFilesets()
Loads and returns all the FTP filesets configured under: |
static java.util.List |
getHttpFilesets()
Loads and returns all the HTTP filesets configured under: |
static java.util.List |
getLocalFilesets()
Loads and returns all the Local filesets configured under |
static int |
getPreferredFilesetType()
Returns the preferred fileset type to be displayed. |
static ProxyInfo |
getProxyInfo()
Loads the proxy information from the preferences and returns that as a ProxyInfo object. |
static int |
getRemoteProtocolListenerPort()
Loads the default port value for the Remote Protocol Listener. |
static java.util.List |
getSFTPFilesets()
Loads and returns all the SFTP filesets configured under: |
static boolean |
getShowFilesetOnLoad()
Returns the preference for displaying filesets on load |
static boolean |
getTailingStatus()
Loads the tailing option information from the preferences and returns that as a booelan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreferenceInterpreter()
Method Detail |
---|
public static int[] getConfiguredColumnsForDisplay()
LogEventTableModel
public static boolean getShowFilesetOnLoad()
public static int getPreferredFilesetType()
fileset_filesetType
public static java.util.List getLocalFilesets()
fileset$local
Fileset
objects.public static java.util.List getFTPFilesets()
fileset$ftpfiles
FTPFileset
objects.public static java.util.List getSFTPFilesets()
fileset$sftpfiles
SFTPFileset
objects.public static java.util.List getHttpFilesets()
fileset$remote
FTPFileset
objects.public static ProxyInfo getProxyInfo()
ProxyInfo
object containing proxy information.public static boolean getTailingStatus()
boolean
value representing the tailing information which
is being persisted as part of preferences.public static int getRemoteProtocolListenerPort()
default value
is returned.
public static int getCachePageSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |