|
Ice 3.7 Slice API 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... | |
icegridadmin provides a FileParser object to transform XML files into ApplicationDescriptor objects.
| idempotent ApplicationDescriptor parse | ( | string | xmlFile, |
| Admin * | adminProxy | ||
| ) | throws ParseException |
Parse a file.
| xmlFile | Full pathname to the file. |
| adminProxy | An Admin proxy, used only to retrieve default templates when needed. May be null. |
| ParseException | Raised if an error occurred during parsing. |