136137138139140141142143144
} public ICdeApiPathProvider getExtApi() { // not worth the sync if ( apiPaths == null ) { apiPaths = new LegacyApiPathProvider( getPluginEnv().getUrlProvider() ); } return apiPaths; }