Exemple #1
0
 /**
  * Return the home directory of the package in which this target resides.
  *
  * @return The home directory of the package in which this target resides.
  */
 public File getHomeDirectory() {
   return mPackage.getHomeDirectory();
 }