Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


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.


  • No labels