636465666768697071
public Definitions run() throws ContributionReadException { return (Definitions)urlArtifactProcessor.read(null, uri, definitionsFileUrl); } }); } catch (Exception e) { throw new DefinitionsProviderException(e); } return scaDefn; }
565758596061626364
7778798081828384
DefinitionsUtil.aggregate(tuscanyDefns, scaDefns); return scaDefns; } catch ( Exception e ) { throw new DefinitionsProviderException(e); } }