com.amazon.s3
Class CommonPrefixEntry

java.lang.Object
  extended bycom.amazon.s3.CommonPrefixEntry

public class CommonPrefixEntry
extends java.lang.Object


Field Summary
 java.lang.String prefix
          The prefix common to the delimited keys it represents
 
Constructor Summary
CommonPrefixEntry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

public java.lang.String prefix
The prefix common to the delimited keys it represents

Constructor Detail

CommonPrefixEntry

public CommonPrefixEntry()