com.atlassian.jira.configurator.config
Class DefaultFileSystem

java.lang.Object
  extended by com.atlassian.jira.configurator.config.DefaultFileSystem
All Implemented Interfaces:
FileSystem

public class DefaultFileSystem
extends Object
implements FileSystem


Constructor Summary
DefaultFileSystem()
           
 
Method Summary
 String getAbsolutePath(String fileName)
           
 boolean isFileExisting(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFileSystem

public DefaultFileSystem()
Method Detail

isFileExisting

public boolean isFileExisting(@Nullable
                              String fileName)
Specified by:
isFileExisting in interface FileSystem

getAbsolutePath

public String getAbsolutePath(@Nonnull
                              String fileName)
Specified by:
getAbsolutePath in interface FileSystem


Copyright © 2002-2013 Atlassian. All Rights Reserved.