public interface Path
Modifier and Type | Method and Description |
---|---|
String[] |
getComponents() |
String |
getExtension() |
String |
getName() |
String |
getParent() |
String |
toString() |
@Nullable String getParent()
@Nonnull String getName()
@Nullable String getExtension()
@Nonnull String[] getComponents()
Copyright © 2024 Atlassian. All rights reserved.