Uses of Class
org.refcodes.filesystem.IllegalPathException
-
Uses of IllegalPathException in org.refcodes.filesystem
Methods in org.refcodes.filesystem that throw IllegalPathExceptionModifier and TypeMethodDescriptionChangeRootFileSystemWrapperImpl.createFile(String aPath, String aName) Creates a file (handle) with the given path and name.FileSystem.createFile(String aPath, String aName) Creates a file (handle) with the given path and name.InMemoryFileSystem.createFile(String aPath, String aName) Creates a file (handle) with the given path and name.ChangeRootFileSystemWrapperImpl.getFileHandle(String aPath, String aName) Gets a file (handle) with the given path and name from the file system.FileSystem.getFileHandle(String aPath, String aName) Gets a file (handle) with the given path and name from the file system.InMemoryFileSystem.getFileHandle(String aPath, String aName) Gets a file (handle) with the given path and name from the file system.ChangeRootFileSystemWrapperImpl.getFileHandles(String aPath, boolean isRecursively) With the behavior of theFileSystem.hasFiles(String, boolean)method, all file (handle)s found for the path are returned.FileSystem.getFileHandles(String aPath, boolean isRecursively) With the behavior of theFileSystem.hasFiles(String, boolean)method, all file (handle)s found for the path are returned.InMemoryFileSystem.getFileHandles(String aPath, boolean isRecursively) With the behavior of theFileSystem.hasFiles(String, boolean)method, all file (handle)s found for the path are returned.booleanTests whether the file system knows a file (handle) with the given path and name.booleanTests whether the file system knows a file (handle) with the given path and name.booleanTests whether the file system knows a file (handle) with the given path and name.booleanDetermines whether there is any file (handle)s found for the given path.booleanDetermines whether there is any file (handle)s found for the given path.booleanDetermines whether there is any file (handle)s found for the given path.static StringFileSystemUtility.toNormalizedPath(String aPath, FileSystem aFileSystem) Truncates any prefixed path separator as we assemble our new path with the according namespace in front.