return new CdfStyles().getResourceLocation( arg0 );
}
public synchronized List<PathOrigin> getCustomComponentsLocations() {
if ( componentLocator == null ) {
componentLocator = new FsPluginResourceLocations();
}
return componentLocator.getCustomComponentLocations();
}