public class ObrExpander extends Object
Constructor and Description |
---|
ObrExpander() |
ObrExpander(XPathFactory xPathFactory) |
Modifier and Type | Method and Description |
---|---|
void |
expand(URL obrFile,
Path targetPluginDirectory) |
<E extends Exception> |
process(URL obrFile,
ExceptionalBiConsumer<String,InputStream,E> fileProcessor) |
List<? extends FileEntry> |
readEntries(URL obrFile) |
public ObrExpander()
public ObrExpander(XPathFactory xPathFactory)
public List<? extends FileEntry> readEntries(URL obrFile) throws IOException
IOException
public <E extends Exception> void process(URL obrFile, ExceptionalBiConsumer<String,InputStream,E> fileProcessor) throws IOException, E extends Exception
IOException
E extends Exception
public void expand(URL obrFile, Path targetPluginDirectory) throws IOException
IOException
Copyright © 2002-2023 Atlassian. All Rights Reserved.