Uses of Class
com.web_visage.ircha.services.GateProperties

Packages that use GateProperties
com.web_visage.ircha.launcher   
com.web_visage.ircha.services   
 

Uses of GateProperties in com.web_visage.ircha.launcher
 

Constructors in com.web_visage.ircha.launcher with parameters of type GateProperties
IChatGateConnectThread(IChatIRCGateService anGate, GateProperties aProperties)
          Constructor.
 

Uses of GateProperties in com.web_visage.ircha.services
 

Methods in com.web_visage.ircha.services that return GateProperties
 GateProperties IrChaProperties.getGateprops()
          Returns the gateprops.
 

Constructors in com.web_visage.ircha.services with parameters of type GateProperties
IChatIRCGateService(IChatServiceBot anIChatBot, GateProperties aProperties, IChatMessageFactory messageFactory)
          Constructor.
IrChaProperties(GateProperties gateprops, IChatBotProperties botprops, java.lang.String loginipath, IChatMessageFactory messageFactory)
          Constructor.