com.atlassian.jira.configurator.config
Interface FileSystem

All Known Implementing Classes:
DefaultFileSystem

public interface FileSystem


Method Summary
 String getAbsolutePath(String fileName)
           
 boolean isFileExisting(String fileName)
           
 

Method Detail

isFileExisting

boolean isFileExisting(@Nullable
                       String fileName)

getAbsolutePath

String getAbsolutePath(@Nonnull
                       String fileName)


Copyright © 2002-2014 Atlassian. All Rights Reserved.