public class BorrowablePath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BorrowablePath.Behaviour |
| Modifier and Type | Method and Description |
|---|---|
static BorrowablePath |
borrowablePath(Path path) |
boolean |
canBorrow() |
Path |
getPath() |
static BorrowablePath |
notBorrowablePath(Path path) |
public static BorrowablePath borrowablePath(Path path)
public static BorrowablePath notBorrowablePath(Path path)
public boolean canBorrow()
public Path getPath()