public final class ObjectRef extends Object
| Modifier and Type | Method and Description |
|---|---|
static ObjectRef |
from(String copySource)
Creates a
ObjectRef expecting the given String represents the source as /{bucket}/{key}. |
String |
getBucket() |
String |
getKey() |
String |
toString() |
public static final String DELIMITER
public static ObjectRef from(String copySource)
ObjectRef expecting the given String represents the source as /{bucket}/{key}.copySource - The object references.ObjectRefIllegalArgumentException - If copySource could not be parsed.NullPointerException - If copySource is null.public String getBucket()
public String getKey()
Copyright © 2019 Adobe. All rights reserved.