public class OutputFileSetOnJar extends OutputFileSet
OutputFileSet
on a jar file.Modifier and Type | Field and Description |
---|---|
static boolean |
normalizeTimestamps |
TIMESTAMP_UNAVAILABLE
Constructor and Description |
---|
OutputFileSetOnJar(File jarFile,
String pathPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
close()
No more output will be sent to this OutputFileSet.
|
OutputStream |
createNewOutputStream(String path,
long lastModifiedTime) |
alreadyContains, getPathDescription, openForWrite, openForWrite
public OutputFileSetOnJar(File jarFile, String pathPrefix) throws IOException
IOException
public void close() throws IOException
OutputFileSet
OutputFileSet.close()
on an already-closed instance.close
in class OutputFileSet
IOException
public OutputStream createNewOutputStream(String path, long lastModifiedTime) throws IOException
createNewOutputStream
in class OutputFileSet
IOException
Copyright © 2018. All rights reserved.