com.sybase.uep.bobclient.custom
Class BaseDefinition

java.lang.Object
  extended by com.sybase.uep.bobclient.custom.BaseDefinition
Direct Known Subclasses:
OptionsDefinition, UIDefinition

public abstract class BaseDefinition
extends java.lang.Object

This is the abstract Definition class This class will be extended from UIDefinition and OptionsDefinition

Author:
luox

Constructor Summary
BaseDefinition()
           
 
Method Summary
abstract  AppLoggerWrapper getAppLogger()
          Getts the application logger wrapper
protected abstract  void initAppLoggerWrapper()
           
abstract  void setup()
          Setup the profile, sync settings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDefinition

public BaseDefinition()
Method Detail

setup

public abstract void setup()
Setup the profile, sync settings


initAppLoggerWrapper

protected abstract void initAppLoggerWrapper()

getAppLogger

public abstract AppLoggerWrapper getAppLogger()
Getts the application logger wrapper