public class StorageReference extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DRIVER_NAME_DEFAULT
default name for driver
|
static String |
DRIVER_NAME_KEY
property key for supplied driver name
|
Constructor and Description |
---|
StorageReference(String storageType,
Properties parameters,
DocumentType documentType) |
Modifier and Type | Method and Description |
---|---|
DocumentType |
getDocumentType() |
Properties |
getParameters() |
String |
getRelativeRef() |
String |
getStorageType() |
public static final String DRIVER_NAME_KEY
public static final String DRIVER_NAME_DEFAULT
public StorageReference(String storageType, Properties parameters, DocumentType documentType)
public String getStorageType()
public Properties getParameters()
public String getRelativeRef()
public DocumentType getDocumentType()
Copyright © 2013–2019. All rights reserved.