public abstract class AbstractRemoteResource extends Object
| Constructor and Description |
|---|
AbstractRemoteResource(long id)
Create a new resource
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Returns true if the resource exists at OSS Index
|
long |
getId()
Get the OSS Index ID.
|
protected abstract String |
getResourceType()
Get the OSS Index resource type.
|
public AbstractRemoteResource(long id)
id - Create a resource with the specified IDpublic long getId()
public boolean exists()
protected abstract String getResourceType()
Copyright © 2015. All rights reserved.