/**
  * This implementation returns the name of the file that this class path resource refers to.
  *
  * @see com.yh.android.framework.util.StringUtils#getFilename(String)
  */
 @Override
 public String getFilename() {
   return StringUtils.getFilename(this.path);
 }