org.esupportail.portal.channels.CSMS.properties
Class ParseProprietesCanal

java.lang.Object
  extended byorg.esupportail.portal.channels.CSMS.properties.ParseProprietesCanal

public class ParseProprietesCanal
extends java.lang.Object

Titre : ParseSmsProperties

Description : Pour parser un fichier de properties SMS

Copyright : Copyright (c) 2004

Société : Université de Valenciennes et du Hainaut Cambrésis

Version:
1.0
Author:
Yohan Colmant

Field Summary
private  java.lang.String file
          Le fichier
private  ProprietesCanal prop
          Les proprietes retrouvees
private static ParseProprietesCanal singleton
          Singleton permettant de ne pas instancier plusieurs fois cette classe
 
Constructor Summary
private ParseProprietesCanal()
          Constructeur
 
Method Summary
static ProprietesCanal getInstance()
          Recupere une instance d'un objet de configuration du canal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prop

private ProprietesCanal prop
Les proprietes retrouvees


file

private java.lang.String file
Le fichier


singleton

private static ParseProprietesCanal singleton
Singleton permettant de ne pas instancier plusieurs fois cette classe

Constructor Detail

ParseProprietesCanal

private ParseProprietesCanal()
                      throws ExceptionConfigurationCanal
Constructeur

Throws:
ExceptionConfigurationCanal
Method Detail

getInstance

public static ProprietesCanal getInstance()
                                   throws ExceptionConfigurationCanal
Recupere une instance d'un objet de configuration du canal

Returns:
une instance d'un objet de configuration du canal
Throws:
ExceptionConfigurationCanal