Exemple #1
0
 /**
  * Return the canonicalized {@link String} descriptor of the target.
  *
  * @return The canonicalized descriptor.
  */
 public String getDescriptor() {
   return mPackage.getDescriptor() + Constant.TARGET_SEPARATOR + mName;
 }