cz.cuni.amis.utils
Class FileMarker
java.lang.Object
cz.cuni.amis.utils.FileMarker
public class FileMarker
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_SEPARATOR
public static final String FILE_SEPARATOR
FileMarker
public FileMarker(String prefix)
FileMarker
public FileMarker(String prefix,
File directory)
FileMarker
public FileMarker(String prefix,
String pathToDirectory)
getMarkFileNamePattern
public Pattern getMarkFileNamePattern()
getFileMark
public File getFileMark(String mark)
getFileMark
public File getFileMark(String mark,
int index)
isExists
protected boolean isExists(File markFile)
touch
protected void touch(File markFile)
remove
public void remove(File markFile)
isExists
public boolean isExists(String mark)
touch
public void touch(String mark)
remove
public void remove(String mark)
isExists
public boolean isExists(String mark,
int index)
touch
public void touch(String mark,
int index)
remove
public void remove(String mark,
int index)
removeAllMarks
public void removeAllMarks()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.