You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To extract the domain now we have to pass a path string:
Domain dialogueDomain = XMLDomainReader.extractDomain("path-to-topDomainFile");
But it would be useful to pass a File. May be the XMLs are downloaded from database and put them in Java temp File. Then it would be easy to code whether the XMLs are in the file system or not.
Thanks,
Sayef
The text was updated successfully, but these errors were encountered:
To extract the domain now we have to pass a path string:
Domain dialogueDomain = XMLDomainReader.extractDomain("path-to-topDomainFile");
But it would be useful to pass a File. May be the XMLs are downloaded from database and put them in Java temp File. Then it would be easy to code whether the XMLs are in the file system or not.
Thanks,
Sayef
The text was updated successfully, but these errors were encountered: