IceGrid::FileParser
Overview
interface FileParser
icegridadmin
provides a IceGrid::FileParser object to transform XML files into IceGrid::ApplicationDescriptor objects.
Operation Index
parse — Parse a file.
Operations
IceGrid::ApplicationDescriptor parse(string xmlFile, IceGrid::Admin* adminProxy) throws IceGrid::ParseException
Parse a file.
Parameters
xmlFile
— Full pathname to the file.
adminProxy
— An Admin proxy, used only to retrieve default templates when needed. May be null.
Return Value
The application descriptor.
Exceptions
IceGrid::ParseException — Raised if an error occurred during parsing.