Uses of Class
com.prineside.tdi2.managers.script.fs.SFileHandle
Packages that use SFileHandle
-
Uses of SFileHandle in com.prineside.tdi2.managers.script.fs
Methods in com.prineside.tdi2.managers.script.fs that return SFileHandleModifier 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.Methods in com.prineside.tdi2.managers.script.fs with parameters of type SFileHandleModifier 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) Method parameters in com.prineside.tdi2.managers.script.fs with type arguments of type SFileHandleModifier and TypeMethodDescriptionSFileHandle.Serializer.read
(Kryo kryo, Input input, Class<? extends SFileHandle> aClass)