Uses of Class
com.prineside.tdi2.managers.script.fs.SFileHandle
-
Uses of SFileHandle in com.prineside.tdi2.managers.script.fs
Modifier and TypeMethodDescriptionReturns a handle to the child with the specified name.SFileHandle.list()
Returns the paths to the children of this directory.SFileHandle.list
(FileFilter filter) Returns the paths to the children of this directory that satisfy the specified filter.SFileHandle.list
(FilenameFilter filter) Returns the paths to the children of this directory that satisfy the specified filter.Returns the paths to the children of this directory with the specified suffix.SFileHandle.parent()
SFileHandle.Serializer.read
(Kryo kryo, Input input, Class<? extends SFileHandle> aClass) Returns a handle to the sibling with the specified name.Modifier and TypeMethodDescriptionvoid
SFileHandle.copyTo
(SFileHandle dest) Copies this file or directory to the specified file or directory.void
SFileHandle.moveTo
(SFileHandle dest) Moves this file to the specified file, overwriting the file if it already exists.void
SFileHandle.Serializer.write
(Kryo kryo, Output output, SFileHandle c) Modifier and TypeMethodDescriptionSFileHandle.Serializer.read
(Kryo kryo, Input input, Class<? extends SFileHandle> aClass)