* @return true if we should ignore the name, false otherwise
*/
protected boolean ignoreName(DeploymentUnit unit, String name)
{
NameIgnoreMechanism mechanism = unit.getAttachment(NameIgnoreMechanism.class);
return mechanism != null && mechanism.ignoreName(unit, name);
}
/**
* Parse an exact file name
*