com.googlecode.mad.mvntools.common.interfaces
Interface IFileUtil
- All Known Implementing Classes:
- FileUtil
public interface IFileUtil
- Apache License 2.0 -
Defines the basyc file manipulation stuff
LastChangedBy: $Author: marthaler.worb@gmail.com $
LastChangedDate: $Date: 2010-12-26 20:33:53 +0100 (Sun, 26 Dec 2010) $
- Since:
- 27.12.2010
- Version:
- $Revision: 60 $
- Author:
- daniel marthaler
loadFile
String loadFile(String name)
replaceFileWithNewContent
void replaceFileWithNewContent(String file,
String content)
deleteFileOrFolder
void deleteFileOrFolder(String file)
Copyright © 2010 mad - marthaler daniel. All Rights Reserved.