org.kuali.maven.mojo.s3
Class UpdateDirectoryContext

java.lang.Object
  extended by org.kuali.maven.mojo.s3.UpdateDirectoryContext

public class UpdateDirectoryContext
extends Object


Constructor Summary
UpdateDirectoryContext()
           
 
Method Summary
 S3PrefixContext getContext()
           
 String getCopyToKey()
           
 boolean isCopyIfExists()
           
 void setContext(S3PrefixContext context)
           
 void setCopyIfExists(boolean isCopyIfExists)
           
 void setCopyToKey(String copyToKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateDirectoryContext

public UpdateDirectoryContext()
Method Detail

getContext

public S3PrefixContext getContext()

setContext

public void setContext(S3PrefixContext context)

isCopyIfExists

public boolean isCopyIfExists()

setCopyIfExists

public void setCopyIfExists(boolean isCopyIfExists)

getCopyToKey

public String getCopyToKey()

setCopyToKey

public void setCopyToKey(String copyToKey)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.