Package | Description |
---|---|
com.atlassian.jira.issue.attachment |
Modifier and Type | Method and Description |
---|---|
Path |
Path.abbreviate(int maxLength)
abbreviate a path by removing path components from the middle until the length of the path (as via .getPath()) is
not greater then maxLength.
|
Path |
Path.getParent() |
Modifier and Type | Method and Description |
---|---|
int |
Path.compareTo(Path o) |
Constructor and Description |
---|
Path(Path path) |
Path(Path aParent,
Path aPath) |
Path(Path aParent,
String aPath) |
Path(Path aParent,
String aPath,
boolean allowSloshes) |
Path(String aParent,
Path aPath) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.