com.cloudbees.diff
Class ContextualPatch.PatchReport

java.lang.Object
  extended by com.cloudbees.diff.ContextualPatch.PatchReport
Enclosing class:
ContextualPatch

public static final class ContextualPatch.PatchReport
extends Object


Method Summary
 Throwable getFailure()
           
 File getFile()
           
 File getOriginalBackupFile()
           
 ContextualPatch.PatchStatus getStatus()
           
 boolean isBinary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public File getFile()

getOriginalBackupFile

public File getOriginalBackupFile()

isBinary

public boolean isBinary()

getStatus

public ContextualPatch.PatchStatus getStatus()

getFailure

public Throwable getFailure()


Copyright © 2011-2012. All Rights Reserved.