Package com.wavemaker.commons.io.local
Class LocalFile
- java.lang.Object
-
- com.wavemaker.commons.io.store.StoredResource
-
- com.wavemaker.commons.io.store.StoredFile
-
- com.wavemaker.commons.io.local.LocalFile
-
public class LocalFile extends StoredFile
AFileimplementation backed by standardjava.io.Files.- See Also:
LocalFolder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetLocalFile()Returns access to the underlying localFile.protected FileStoregetStore()-
Methods inherited from class com.wavemaker.commons.io.store.StoredFile
copyTo, copyToIfNewer, createIfMissing, delete, getContent, getLastModified, getSize, moveTo, rename, touch, write
-
Methods inherited from class com.wavemaker.commons.io.store.StoredResource
createParentIfMissing, ensureExists, equals, exists, getName, getParent, getPath, hashCode, isModifiedAfter, isModifiedAfter, isModifiedBefore, isModifiedBefore, isRelativeTo, performOperation, toString, toString, toStringRelativeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.wavemaker.commons.io.Resource
equals, exists, getName, getParent, isModifiedAfter, isModifiedAfter, isModifiedBefore, isModifiedBefore, isRelativeTo, performOperation, toString, toString, toStringRelativeTo
-
-
-
-
Method Detail
-
getStore
protected FileStore getStore()
- Specified by:
getStorein classStoredFile
-
-