CE-1887 expose to reset additional endpointGroups / javalinRoutes

This commit is contained in:
2024-10-21 14:20:13 -05:00
parent a5051e559a
commit 93ab08cbf1
3 changed files with 14 additions and 0 deletions

View File

@ -1955,4 +1955,16 @@ public class QJavalinImplementation
}
endpointGroups.add(routes);
}
/***************************************************************************
** if restarting this class, and you want to re-run addJavalinRoutes, but
** not create duplicates, well, you might want to call this method!
***************************************************************************/
public void clearJavalinRoutes()
{
endpointGroups = null;
}
}