From: Gun Kim Date: Fri, 15 Mar 2013 10:33:40 +0000 (+0900) Subject: [Title] added RdsDeployer#deltaInfoClean() X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=344d641513ea150d9b96f895385b4d06c105bfe3;p=sdk%2Fide%2Fcommon-eplugin.git [Title] added RdsDeployer#deltaInfoClean() [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Ie117166358bb2d506890661a6992406e4648ffe2 --- diff --git a/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java b/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java index f02fefc..85b7053 100644 --- a/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java +++ b/org.tizen.common/src/org/tizen/common/rds/RdsDeployer.java @@ -206,6 +206,11 @@ public abstract class RdsDeployer implements Closeable{ postInstall(); } } + + public void cleanDeltaInfo() { + deltaInfoList = null; + strDeltaInfoFile = null; + } public List getDelta() { if ( deltaInfoList == null) {