Package de.foellix.aql.system.storage
Class StorageExplorer
java.lang.Object
de.foellix.aql.system.storage.StorageExplorer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(StorageEntry se) voidvoiddeleteByDate(long timestamp) voiddeleteByDate(long timestamp, boolean millisGiven) voiddeleteByFile(File file) voiddeleteById(int id) voiddeleteBySoi(int soi) voidinit()
-
Constructor Details
-
StorageExplorer
public StorageExplorer()
-
-
Method Details
-
init
public void init() -
getSortedById
-
getSortedByDate
-
getSortedBySoi
-
getSortedByFile
-
deleteById
public void deleteById(int id) -
deleteByDate
public void deleteByDate(long timestamp) -
deleteByDate
public void deleteByDate(long timestamp, boolean millisGiven) -
deleteBySoi
public void deleteBySoi(int soi) -
deleteByFile
-
delete
-
deleteAll
public void deleteAll()
-