public class S3File
extends org.craftercms.core.util.cache.impl.AbstractCachingAwareObject
implements org.craftercms.core.store.impl.File
File for AWS S3 items.| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getName() |
String |
getPath() |
boolean |
isDirectory() |
boolean |
isFile() |
String |
toString() |
protected String key
public S3File(String key)
public String getKey()
getKey in interface org.craftercms.core.util.cache.CachingAwareObjectgetKey in class org.craftercms.core.util.cache.impl.AbstractCachingAwareObjectpublic String getName()
getName in interface org.craftercms.core.store.impl.Filepublic String getPath()
getPath in interface org.craftercms.core.store.impl.Filepublic boolean isFile()
isFile in interface org.craftercms.core.store.impl.Filepublic boolean isDirectory()
isDirectory in interface org.craftercms.core.store.impl.FileCopyright © 2020 CrafterCMS. All rights reserved.