Inheritance diagram for org.openmobileis.common.user.profil.impl.TerminalXmlFileProfilDataFactory:
Definition at line 50 of file impl/TerminalXmlFileProfilDataFactory.java.
Public Member Functions | |
TerminalXmlFileProfilDataFactory (Reader reader) throws IOException, XmlPullParserException | |
Profile | getProfil (String profilName) throws ProfileNotFoundException |
return the profil for specified profil name. | |
Profile | getParsedProfil () |
Classes | |
class | TerminalProfilListParser |
Profile org.openmobileis.common.user.profil.impl.TerminalXmlFileProfilDataFactory.getProfil | ( | String | profilName | ) | throws ProfileNotFoundException |
return the profil for specified profil name.
null if not found
Implements org.openmobileis.common.user.profil.ProfileDataFactory.
Definition at line 200 of file impl/TerminalXmlFileProfilDataFactory.java.