Class RemovePathEntry
java.lang.Object
com.atlassian.jira.plugins.ha.container.warhack.RemovePathEntry
- All Implemented Interfaces:
FileEntry
Wrapper to remove any path information from a file entry. e.g. mydirectory/myfile.txt -> myfile.txt.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemovePathEntry
-
-
Method Details
-
getName
-
getInputStream
- Specified by:
getInputStream
in interfaceFileEntry
- Returns:
- an input stream for reading the data of the file to put into the WAR.
- Throws:
IOException
- if an I/O error occurs.
-