Class RemoteJarSigner.OverwriteJarOnSuccess
- java.lang.Object
-
- org.eclipse.cbi.maven.http.AbstractCompletionListener
-
- org.eclipse.cbi.maven.plugins.jarsigner.RemoteJarSigner.OverwriteJarOnSuccess
-
- All Implemented Interfaces:
CompletionListener
- Enclosing class:
- RemoteJarSigner
private static final class RemoteJarSigner.OverwriteJarOnSuccess extends AbstractCompletionListener
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.Path
jar
-
Constructor Summary
Constructors Modifier Constructor Description private
OverwriteJarOnSuccess(java.nio.file.Path errorLogFolder, java.lang.String errologPrefix, java.lang.String errorLogSuffix, Logger log, java.nio.file.Path jar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onSuccess(HttpResult result)
-
Methods inherited from class org.eclipse.cbi.maven.http.AbstractCompletionListener
onError
-
-
-
-
Constructor Detail
-
OverwriteJarOnSuccess
private OverwriteJarOnSuccess(java.nio.file.Path errorLogFolder, java.lang.String errologPrefix, java.lang.String errorLogSuffix, Logger log, java.nio.file.Path jar)
-
-
Method Detail
-
onSuccess
public void onSuccess(HttpResult result) throws java.io.IOException
- Throws:
java.io.IOException
-
-