@Deprecated public class WritablePath
A Writable Path.
| Constructor and description | 
|---|
                                WritablePath
                                (Path delegate) | 
                        
                                WritablePath
                                (Path delegate, String encoding) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public int | 
                            compareTo(Path other) | 
                        
 | 
                            public boolean | 
                            endsWith(Path other) | 
                        
 | 
                            public boolean | 
                            endsWith(String other) | 
                        
 | 
                            public boolean | 
                            equals(Object other) | 
                        
 | 
                            public Path | 
                            getFileName() | 
                        
 | 
                            public FileSystem | 
                            getFileSystem() | 
                        
 | 
                            public Path | 
                            getName(int index) | 
                        
 | 
                            public int | 
                            getNameCount() | 
                        
 | 
                            public Path | 
                            getParent() | 
                        
 | 
                            public Path | 
                            getRoot() | 
                        
 | 
                            public int | 
                            hashCode() | 
                        
 | 
                            public boolean | 
                            isAbsolute() | 
                        
 | 
                            public Iterator<Path> | 
                            iterator() | 
                        
 | 
                            public Path | 
                            normalize() | 
                        
 | 
                            public WatchKey | 
                            register(WatchService watcher, WatchEvent.Kind<?>[] events, WatchEvent.Modifier modifiers) | 
                        
 | 
                            public WatchKey | 
                            register(WatchService watcher, WatchEvent.Kind<?> events) | 
                        
 | 
                            public Path | 
                            relativize(Path other) | 
                        
 | 
                            public Path | 
                            resolve(Path other) | 
                        
 | 
                            public Path | 
                            resolve(String other) | 
                        
 | 
                            public Path | 
                            resolveSibling(Path other) | 
                        
 | 
                            public Path | 
                            resolveSibling(String other) | 
                        
 | 
                            public boolean | 
                            startsWith(Path other) | 
                        
 | 
                            public boolean | 
                            startsWith(String other) | 
                        
 | 
                            public Path | 
                            subpath(int beginIndex, int endIndex) | 
                        
 | 
                            public Path | 
                            toAbsolutePath() | 
                        
 | 
                            public File | 
                            toFile() | 
                        
 | 
                            public Path | 
                            toRealPath(LinkOption options) | 
                        
 | 
                            public String | 
                            toString() | 
                        
 | 
                            public URI | 
                            toUri() | 
                        
 | 
                            public Writer | 
                            writeTo(Writer out) | 
                        
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.