Package org.apache.jackrabbit.core.data
Class AsyncUploadResult
- java.lang.Object
-
- org.apache.jackrabbit.core.data.AsyncUploadResult
-
-
Constructor Summary
Constructors Constructor Description AsyncUploadResult(DataIdentifier identifier, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
File
getFile()
DataIdentifier
getIdentifier()
void
setException(Exception exception)
-
-
-
Constructor Detail
-
AsyncUploadResult
public AsyncUploadResult(DataIdentifier identifier, File file)
-
-
Method Detail
-
getIdentifier
public DataIdentifier getIdentifier()
-
getFile
public File getFile()
-
getException
public Exception getException()
-
setException
public void setException(Exception exception)
-
-