public interface LocalResourceStatus
Modifier and Type | Method and Description |
---|---|
SerializedException |
getException() |
URL |
getLocalPath() |
long |
getLocalSize() |
LocalResource |
getResource() |
ResourceStatusType |
getStatus() |
void |
setException(SerializedException exception) |
void |
setLocalPath(URL localPath) |
void |
setLocalSize(long size) |
void |
setResource(LocalResource resource) |
void |
setStatus(ResourceStatusType status) |
LocalResource getResource()
ResourceStatusType getStatus()
URL getLocalPath()
long getLocalSize()
SerializedException getException()
void setResource(LocalResource resource)
void setStatus(ResourceStatusType status)
void setLocalPath(URL localPath)
void setLocalSize(long size)
void setException(SerializedException exception)
Copyright © 2013 Apache Software Foundation. All rights reserved.