aboutsummaryrefslogtreecommitdiffstats
path: root/sdkmanager/libs
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-03-01 15:12:40 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-01 15:12:40 -0800
commit40457b5e763e655f8760d9013307105b77c2017f (patch)
tree3883d0d0032fd4ce3ef3bcde9bd9471adb33299b /sdkmanager/libs
parent21dd43ca2182dcb04fe0d8e1644a7eaa6d12af66 (diff)
parent5a0dad23565a3468be03ea8bbcc04ee85925e969 (diff)
downloadsdk-40457b5e763e655f8760d9013307105b77c2017f.zip
sdk-40457b5e763e655f8760d9013307105b77c2017f.tar.gz
sdk-40457b5e763e655f8760d9013307105b77c2017f.tar.bz2
Merge "ADT: handle project open/close/rename for library support."
Diffstat (limited to 'sdkmanager/libs')
-rw-r--r--sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java b/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java
index 0f6411d..b73c863 100644
--- a/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java
+++ b/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ProjectProperties.java
@@ -201,6 +201,15 @@ public final class ProjectProperties {
}
/**
+ * Returns the type of the property file.
+ *
+ * @see PropertyType
+ */
+ public PropertyType getType() {
+ return mType;
+ }
+
+ /**
* Sets a new properties. If a property with the same name already exists, it is replaced.
* @param name the name of the property.
* @param value the value of the property.