java.lang.Object | |
↳ | com.atlassian.jira.util.FileSystemFileFactory |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new FileFactory.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a File object for the file with the given path.
| |||||||||||
Removes a directory.
| |||||||||||
Removes a directory if it exists.
|
[Expand]
Inherited Methods | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||
From interface
com.atlassian.jira.util.FileFactory
|
Creates a File object for the file with the given path.
absoluteFilename | a String containing an absolute path name |
---|
Removes a directory.
directory | a File object |
---|
Removes a directory if it exists.
directoryName | a String containing a directory path |
---|