Skip navigation links
C D F G H L M N O P R S V Z 

C

compareStreams(InputStream, InputStream) - Static method in class org.ops4j.io.StreamUtils
Compares if two streams are identical in their contents.
copyFile(File, File, StreamMonitor) - Static method in class org.ops4j.io.FileUtils
Copies a file.
copyFileEntry(String, ZipFile, ZipEntry) - Method in class org.ops4j.io.ZipExploder
Deprecated.
copyFileEntry(File, ZipFile, ZipEntry) - Method in class org.ops4j.io.ZipExploder
copy a single entry from the archive
copyFileEntry(File, boolean, String, InputStream) - Method in class org.ops4j.io.ZipExploder
 
copyReaderToStream(Reader, OutputStream, String, boolean) - Static method in class org.ops4j.io.StreamUtils
Copies the content of the Reader to the provided OutputStream using the provided encoding.
copyReaderToWriter(Reader, Writer, boolean) - Static method in class org.ops4j.io.StreamUtils
Copies the Reader to the Writer.
copyStream(InputStream, OutputStream, boolean) - Static method in class org.ops4j.io.StreamUtils
Copy a stream.
copyStream(StreamMonitor, URL, int, InputStream, OutputStream, boolean) - Static method in class org.ops4j.io.StreamUtils
Copy a stream.
copyStreamToWriter(InputStream, Writer, String, boolean) - Static method in class org.ops4j.io.StreamUtils
Copies an InputStream to a Writer.

D

delete(File) - Static method in class org.ops4j.io.FileUtils
Deletes the file or recursively deletes a directory depending on the file passed.
DirectoryLister - Class in org.ops4j.io
Implementation of lister that list content of a system file directory.
DirectoryLister(File, Pattern) - Constructor for class org.ops4j.io.DirectoryLister
Creates a new directory lister.
DirectoryLister(File, Pattern[], Pattern[]) - Constructor for class org.ops4j.io.DirectoryLister
Creates a new directory lister.

F

FileUtils - Class in org.ops4j.io
Utility methods for manipulation of Files.

G

getEntries(ZipFile) - Method in class org.ops4j.io.ZipExploder
Get all the entries in a ZIP file.
getFileFromClasspath(String) - Static method in class org.ops4j.io.FileUtils
Searches the classpath for the file denoted by the file path and returns the corresponding file.
getSortNames() - Method in class org.ops4j.io.ZipExploder
 
getVerbose() - Method in class org.ops4j.io.ZipExploder
Get the verbose mode state.

H

HierarchicalIOException - Exception in org.ops4j.io
HierarchicalIOException(String) - Constructor for exception org.ops4j.io.HierarchicalIOException
Constructor.
HierarchicalIOException(String, Throwable) - Constructor for exception org.ops4j.io.HierarchicalIOException
Constructor.
HierarchicalIOException(Throwable) - Constructor for exception org.ops4j.io.HierarchicalIOException
Constructor.

L

list() - Method in class org.ops4j.io.DirectoryLister
Returns a list of urls the lister knows about.
list() - Method in interface org.ops4j.io.Lister
Returns a list of urls the lister knows about.
list() - Method in class org.ops4j.io.ZipLister
Returns a list of urls the lister knows about.
Lister - Interface in org.ops4j.io
List urls from different sources.
ListerUtils - Class in org.ops4j.io
Utility methods related to Lister.

M

main(String[]) - Static method in class org.ops4j.io.ZipExploder
Main command line entry point.

N

notifyCompletion(URL) - Method in class org.ops4j.io.PrintStreamMonitor
Notify the monitor of the successful completion of a download process.
notifyError(URL, String) - Method in class org.ops4j.io.PrintStreamMonitor
Notify the monitor of the an error during the download process.
notifyUpdate(URL, int, int) - Method in class org.ops4j.io.PrintStreamMonitor
Notify the monitor of the update in the download status.

O

org.ops4j.io - package org.ops4j.io
This package contains utilities for I/O operations.

P

parseFilter(String) - Static method in class org.ops4j.io.ListerUtils
Parses a usual filter into a regex pattern.
pathNamesToFiles(String...) - Static method in class org.ops4j.io.FileUtils
Constructs an array of File objects from a given String array
Pipe - Class in org.ops4j.io
Pipes asynchronously transfer data between process and system streams.
Pipe(InputStream, OutputStream) - Constructor for class org.ops4j.io.Pipe
Create an incoming pipe, from the external process to us.
Pipe(OutputStream, InputStream) - Constructor for class org.ops4j.io.Pipe
Create an outgoing pipe, from us to the external process.
print(String) - Method in class org.ops4j.io.ZipExploder
 
printHelp() - Static method in class org.ops4j.io.ZipExploder
Print command help text.
PrintStreamMonitor - Class in org.ops4j.io
PrintStreamMonitor is a convenience implementation of the StreamMonitor for output to a PrintStream, such as System.out.
PrintStreamMonitor(PrintStream) - Constructor for class org.ops4j.io.PrintStreamMonitor
 
process(String[], String[], String) - Method in class org.ops4j.io.ZipExploder
Deprecated.
use ZipExploder.process(File[], File[], File) for a type save variant of this method
process(File[], File[], File) - Method in class org.ops4j.io.ZipExploder
Explode source JAR and/or ZIP files into a target directory
processFile(String, String) - Method in class org.ops4j.io.ZipExploder
Deprecated.
use ZipExploder.processFile(File, File) for a type save variant
processFile(File, File) - Method in class org.ops4j.io.ZipExploder
Explode source ZIP or JAR file into a target directory
processJars(String[], String) - Method in class org.ops4j.io.ZipExploder
Deprecated.
use ZipExploder.processJars(File[], File) for a type save variant
processJars(File[], File) - Method in class org.ops4j.io.ZipExploder
Explode source JAR files into a target directory
processZips(String[], String) - Method in class org.ops4j.io.ZipExploder
Deprecated.
use ZipExploder.processZips(File[], File) for a type save variant
processZips(File[], File) - Method in class org.ops4j.io.ZipExploder
Explode source ZIP files into a target directory

R

reportError(String) - Static method in class org.ops4j.io.ZipExploder
 

S

setSortNames(boolean) - Method in class org.ops4j.io.ZipExploder
 
setVerbose(boolean) - Method in class org.ops4j.io.ZipExploder
set the verbose mode state
sortNames - Variable in class org.ops4j.io.ZipExploder
 
start(String) - Method in class org.ops4j.io.Pipe
Start piping data from input to output.
stop() - Method in class org.ops4j.io.Pipe
Stop piping data from input to output.
StreamUtils - Class in org.ops4j.io
 

V

verbose - Variable in class org.ops4j.io.ZipExploder
 

Z

ZipExploder - Class in org.ops4j.io
class for exploding jar/zip files onto the file system
ZipExploder() - Constructor for class org.ops4j.io.ZipExploder
create a zip exploder for unpacking .jar/.zip files
ZipExploder(boolean) - Constructor for class org.ops4j.io.ZipExploder
create a zip exploder for unpacking .jar/.zip files onto the file system
ZipExploder(boolean, boolean) - Constructor for class org.ops4j.io.ZipExploder
create a zip exploder for unpacking .jar/.zip files onto the file system
ZipLister - Class in org.ops4j.io
Implementation of lister that list content of a zip file.
ZipLister(URL, Enumeration<? extends ZipEntry>, Pattern) - Constructor for class org.ops4j.io.ZipLister
Creates a zip lister.
ZipLister(URL, Enumeration<? extends ZipEntry>, Pattern[], Pattern[]) - Constructor for class org.ops4j.io.ZipLister
Creates a zip lister.
C D F G H L M N O P R S V Z 
Skip navigation links

Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.