Class ObrExpander
java.lang.Object
com.atlassian.jira.plugins.ha.container.ObrExpander
Extracts plugins from an OBR file.
- Since:
- v7.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid<E extends Exception>
voidprocess(URL obrFile, ExceptionalBiConsumer<String, InputStream, E> fileProcessor) readEntries(URL obrFile)
-
Constructor Details
-
ObrExpander
public ObrExpander() -
ObrExpander
-
-
Method Details
-
readEntries
- Throws:
IOException
-
process
public <E extends Exception> void process(URL obrFile, ExceptionalBiConsumer<String, InputStream, throws IOException, EE> fileProcessor) - Throws:
IOExceptionE
-
expand
- Throws:
IOException
-