org.kuali.maven.wagon
Class PutThreadContext
java.lang.Object
org.kuali.maven.wagon.PutThreadContext
public class PutThreadContext
- extends Object
This is the context needed by a PutThread to successfully upload a list of files to S3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutThreadContext
public PutThreadContext()
getHandler
public ThreadHandler getHandler()
setHandler
public void setHandler(ThreadHandler handler)
getContexts
public List<PutFileContext> getContexts()
setContexts
public void setContexts(List<PutFileContext> contexts)
getClient
public com.amazonaws.services.s3.AmazonS3Client getClient()
setClient
public void setClient(com.amazonaws.services.s3.AmazonS3Client client)
getFactory
public RequestFactory getFactory()
setFactory
public void setFactory(RequestFactory factory)
getLength
public int getLength()
setLength
public void setLength(int length)
getOffset
public int getOffset()
setOffset
public void setOffset(int offset)
getId
public int getId()
setId
public void setId(int id)
getTracker
public ProgressTracker getTracker()
setTracker
public void setTracker(ProgressTracker tracker)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.