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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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