org.openmobileis.common.user.profil.impl
Class XmlFileProfilDataFactory

java.lang.Object
  extended byorg.openmobileis.common.user.profil.impl.XmlFileProfilDataFactory
All Implemented Interfaces:
ProfileDataFactory

public class XmlFileProfilDataFactory
extends java.lang.Object
implements ProfileDataFactory

Title: OpenMobileIS project source
Description: Manage profil data in an xml file.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

Constructor Summary
XmlFileProfilDataFactory()
           
 
Method Summary
 Profile getProfil(java.lang.String profilName)
          return the profil for specified profil name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFileProfilDataFactory

public XmlFileProfilDataFactory()
Method Detail

getProfil

public Profile getProfil(java.lang.String profilName)
return the profil for specified profil name. null if not found

Specified by:
getProfil in interface ProfileDataFactory


Copyright 2006 OpenMobileIS. All Rights Reserved.