Match match = resourceIdentifier.identifyResource(meta,
restartInput);
// Restart the input since the recogniser will have already
// consumed it.
restartInput.restart();
// If we found a recognition match...
if (match != null) {
// ... then try and run the migration using the match.