Uses of Class
spin.demo.complex.Directory
-
Packages that use Directory Package Description spin.demo.complex -
-
Uses of Directory in spin.demo.complex
Methods in spin.demo.complex that return Directory Modifier and Type Method Description Directory[]
DirectoryService. getChildren(Directory directory)
Get the children of a directory.Directory[]
FileService. getChildren(Directory directory)
Get the children of a directory.Directory[]
LatencyService. getChildren(Directory directory)
Get the children of a directory.Directory[]
UnreliableService. getChildren(Directory directory)
Get the children of a directory.Directory
DirectoryService. getRoot()
Get the root directory.Directory
FileService. getRoot()
Get the root directory.Directory
LatencyService. getRoot()
Get the root directory.Directory
UnreliableService. getRoot()
Get the root directory.Methods in spin.demo.complex with parameters of type Directory Modifier and Type Method Description Directory[]
DirectoryService. getChildren(Directory directory)
Get the children of a directory.Directory[]
FileService. getChildren(Directory directory)
Get the children of a directory.Directory[]
LatencyService. getChildren(Directory directory)
Get the children of a directory.Directory[]
UnreliableService. getChildren(Directory directory)
Get the children of a directory.
-