|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aksw.commons.util.ExtendedFile
public class ExtendedFile
Another File Helper implementation juhu
allows some additional read write options
User: Sebastian Hellmann
Field Summary
booleantrim
Constructor Summary
ExtendedFile(File file)
Method Summary
List<String>readAsList()
List<String>readAsListLogException()
StringreadContent()
StringreadContentLogException()
voidwriteFile(String content)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
trim
public boolean trim
Constructor Detail
ExtendedFile
public ExtendedFile(File file)
Method Detail
readContentLogException
public String readContentLogException()
readContent
public String readContent()
throws FileNotFoundException
FileNotFoundException
readAsListLogException
public List<String> readAsListLogException()
readAsList
public List<String> readAsList()
throws FileNotFoundException
FileNotFoundException
writeFile
public void writeFile(String content)
throws IOException
IOException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2012. All Rights Reserved.