777879808182838485
* @param the descriptor for which we need the node */ public RootXMLNode getRootXMLNode(Descriptor descriptor) { if (descriptor instanceof Application) { return new GFApplicationRuntimeNode((Application) descriptor); } return null; }