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