[Title] add recursive makeDirectory() method to FileHandler interface.
authorTaeyoung Son <taeyoung2.son@samsung.com>
Tue, 14 May 2013 10:04:48 +0000 (19:04 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Wed, 15 May 2013 05:21:37 +0000 (14:21 +0900)
commit8232cee14c6fff6997acd5ea30ae3c7da5e9f840
tree67305bbd6b98aad26d4a998a765ecbc57169c7d3
parent63512db13d90b41d7f9f310db9b8af3f308013ca
[Title] add recursive makeDirectory() method to FileHandler interface.
        null and empty check in makeDirectory method
        add comment
[Desc.]
[Issue]

Change-Id: Ic1568ee535d9e4edbc2f8ed9a210311fd12e1b00
org.tizen.common.builder/src/org/tizen/common/builder/Builder.java
org.tizen.common/src/org/tizen/common/file/AbstractFileHandler.java
org.tizen.common/src/org/tizen/common/file/FileHandler.java
org.tizen.common/src/org/tizen/common/file/VirtualFileHandler.java