com.atlassian.jira.config.util
Class DefaultJiraHome
java.lang.Object
com.atlassian.jira.config.util.AbstractJiraHome
com.atlassian.jira.config.util.DefaultJiraHome
- All Implemented Interfaces:
- JiraHome
public final class DefaultJiraHome
- extends AbstractJiraHome
Simple implementation of JiraHome
.
- Since:
- v4.1
Method Summary |
File |
getHome()
Get the File object representing the JIRA home directory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultJiraHome
public DefaultJiraHome()
getHome
@NotNull
public File getHome()
- Description copied from interface:
JiraHome
- Get the
File
object representing the JIRA home directory.
- Specified by:
getHome
in interface JiraHome
- Specified by:
getHome
in class AbstractJiraHome
- Returns:
- the file path, must be a directory
Copyright © 2002-2012 Atlassian. All Rights Reserved.