aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-08-23 16:28:21 -0700
committerXavier Ducrohet <xav@android.com>2011-08-23 18:39:41 -0700
commit51036711f744664c46a178aac458bb0cc8fa2c63 (patch)
tree582d59d05b0e9d14331de97efa7f442185370ae8 /common
parent8c68a65be09bfcc4b412bd57af86a0431efc635f (diff)
downloadsdk-51036711f744664c46a178aac458bb0cc8fa2c63.zip
sdk-51036711f744664c46a178aac458bb0cc8fa2c63.tar.gz
sdk-51036711f744664c46a178aac458bb0cc8fa2c63.tar.bz2
Rename default.prop/build.prop to project.prop/ant.prop
Opening projects in Eclipse will rename the file and "android update project" will do the same. Change-Id: I251881897c251eb07c9704eb9c2448cab47e5b83
Diffstat (limited to 'common')
-rw-r--r--common/src/com/android/io/IAbstractResource.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/src/com/android/io/IAbstractResource.java b/common/src/com/android/io/IAbstractResource.java
index 3d762eb..e6358ec 100644
--- a/common/src/com/android/io/IAbstractResource.java
+++ b/common/src/com/android/io/IAbstractResource.java
@@ -42,4 +42,9 @@ public interface IAbstractResource {
* Returns the parent folder or null if there is no parent.
*/
IAbstractFolder getParentFolder();
+
+ /**
+ * Deletes the resource.
+ */
+ boolean delete();
}