public class EventFolder
extends java.io.File
コンストラクタと説明 |
---|
EventFolder(java.io.File parent,
java.lang.String child) |
EventFolder(java.nio.file.Path path) |
EventFolder(java.lang.String pathname) |
EventFolder(java.lang.String parent,
java.lang.String child) |
修飾子とタイプ | メソッドと説明 |
---|---|
GlobalCMTID |
getGlobalCMTID() |
void |
moveSacFile(java.util.function.Predicate<SACFileName> predicate,
java.nio.file.Path movePath,
java.nio.file.CopyOption... options)
Move sacfiles which satisfies an input sacPredicate.
|
java.util.Set<SACFileName> |
sacFileSet() |
java.lang.String |
toString() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toURI, toURL
public EventFolder(java.io.File parent, java.lang.String child)
public EventFolder(java.lang.String parent, java.lang.String child)
public EventFolder(java.lang.String pathname)
public EventFolder(java.nio.file.Path path)
public GlobalCMTID getGlobalCMTID()
GlobalCMTID
of thispublic java.lang.String toString()
toString
クラス内 java.io.File
public void moveSacFile(java.util.function.Predicate<SACFileName> predicate, java.nio.file.Path movePath, java.nio.file.CopyOption... options) throws java.io.IOException
predicate is sfn → sfn.isSYN()
predicate
- Sac files satisfying the sacPredicate will be moved.movePath
- Path of a trashoptions
- for copyingjava.io.IOException
- if an I/O error occurspublic java.util.Set<SACFileName> sacFileSet() throws java.io.IOException
java.io.IOException
- if an I/O error occurs