[Title] added RdsDeployer#deltaInfoClean()
authorGun Kim <gune.kim@samsung.com>
Fri, 15 Mar 2013 10:33:40 +0000 (19:33 +0900)
committerGun Kim <gune.kim@samsung.com>
Fri, 15 Mar 2013 10:38:39 +0000 (19:38 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ie117166358bb2d506890661a6992406e4648ffe2

org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java

index f02fefc..85b7053 100644 (file)
@@ -206,6 +206,11 @@ public abstract class RdsDeployer implements Closeable{
             postInstall();
         }
     }
+    
+    public void cleanDeltaInfo() {
+        deltaInfoList = null;
+        strDeltaInfoFile = null;
+    }
 
     public List<DeltaResourceInfo> getDelta() {
         if ( deltaInfoList == null)  {