return null;
@SuppressWarnings("unchecked")
Collection<String> result = Collections.EMPTY_LIST;
BundleClassLoader bcl = getBundleClassLoader();
if (bcl != null)
result = bcl.listResources(path, filePattern, options);
return Collections.unmodifiableCollection(result);
}
public String toString() {
return BundleDescriptionImpl.this.toString();