TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.application
Class AgentDiscovererConfiguration

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
      extended by org.eclipse.tptp.trace.ui.internal.launcher.application.AgentDiscovererConfiguration
All Implemented Interfaces:
org.eclipse.tptp.trace.ui.provisional.launcher.IConfiguration, org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration

public class AgentDiscovererConfiguration
extends AbstractConfiguration

The configuration for the log agent discoverer data collector.


Nested Class Summary
static class AgentDiscovererConfiguration.AgentDiscovererConfPage
          Provides a page that will allow the user to set the configurable options of this collector and its filters.
static class AgentDiscovererConfiguration.AgentDiscovererFilterEntry
          Represents a filter entry
 
Nested classes/interfaces inherited from class org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
AbstractConfiguration.ExtendedConfigurationPage, AbstractConfiguration.IExtendedConfigurationPage
 
Field Summary
static java.lang.String DEFAULT_FILTERS
           
static int DEFAULT_FREQUENCY
           
 
Fields inherited from interface org.eclipse.tptp.trace.ui.provisional.launcher.ILightConfiguration
AC_OPT_PREFIX_NAME
 
Constructor Summary
AgentDiscovererConfiguration()
          Add the configuration pages to the parent class.
 
Method Summary
static AgentDiscovererConfiguration.AgentDiscovererFilterEntry[] unserializeFilters(java.lang.String filtersStr)
           
 
Methods inherited from class org.eclipse.tptp.trace.ui.internal.launcher.application.AbstractConfiguration
finishConfiguration, getAttributes, getConfigurationPages, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FREQUENCY

public static final int DEFAULT_FREQUENCY
See Also:
Constant Field Values

DEFAULT_FILTERS

public static final java.lang.String DEFAULT_FILTERS
See Also:
Constant Field Values
Constructor Detail

AgentDiscovererConfiguration

public AgentDiscovererConfiguration()
Add the configuration pages to the parent class.

Method Detail

unserializeFilters

public static AgentDiscovererConfiguration.AgentDiscovererFilterEntry[] unserializeFilters(java.lang.String filtersStr)

TPTP 4.6.0 Platform Project
Internal API Specification