public class DefaultFileSystem extends Object implements FileSystem
Constructor and Description |
---|
DefaultFileSystem() |
Modifier and Type | Method and Description |
---|---|
String |
getAbsolutePath(String fileName) |
boolean |
isFileExisting(String fileName) |
public boolean isFileExisting(@Nullable String fileName)
isFileExisting
in interface FileSystem
public String getAbsolutePath(@Nonnull String fileName)
getAbsolutePath
in interface FileSystem
Copyright © 2002-2021 Atlassian. All Rights Reserved.