Ice 3.7 Slice API Reference
Operations | List of all members
IceGrid::FileParser Interface Reference

icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects. More...

defined in <IceGrid/FileParser.ice>

interface FileParser { ... }

Operations

idempotent ApplicationDescriptor parse (string xmlFile, Admin *adminProxy) throws ParseException
 Parse a file. More...
 

Detailed Description

icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects.

Operation Documentation

◆ parse()

idempotent ApplicationDescriptor parse ( string  xmlFile,
Admin adminProxy 
) throws ParseException

Parse a file.

Parameters
xmlFileFull pathname to the file.
adminProxyAn Admin proxy, used only to retrieve default templates when needed. May be null.
Returns
The application descriptor.
Exceptions
ParseExceptionRaised if an error occurred during parsing.

The documentation for this interface was generated from the following file: