*/
@Override
public Set<String> getUrls(AuraContext context, ClientLibraryDef.Type type) throws QuickFixException {
if (context == null) {
throw new NoContextException();
}
AuraContext.Mode mode = context.getMode();
String uid = context.getUid(context.getApplicationDescriptor());
String contextPath = context.getContextPath();