filePrefix = it.next();
}
else if ((fileHashMapFlags & FileHashMap.TRANSIENT) == 0)
{
throw new CommandLineUsageException
("Must specify a file prefix unless -t is specified.");
}
if (readOnly && ((fileHashMapFlags & FileHashMap.TRANSIENT) != 0))
{
throw new CommandLineUsageException
("You cannot specify both -r and -t");
}
}