public static class LensSessionImpl.ResourceEntry extends Object
Constructor and Description |
---|
ResourceEntry(String type,
String uri)
Instantiates a new resource entry.
|
ResourceEntry(String type,
String uri,
String location) |
Modifier and Type | Method and Description |
---|---|
void |
addToDatabase(String database) |
boolean |
equals(Object obj) |
String |
getLocation()
The final location.
|
int |
getRestoreCount() |
String |
getType()
The type.
|
String |
getUri() |
int |
hashCode() |
boolean |
isAddedToDatabase(String database) |
void |
restoredResource()
Restored resource.
|
String |
toString() |
public ResourceEntry(String type, String uri)
type
- the typeuri
- the uri of resourcepublic boolean isAddedToDatabase(String database)
public void addToDatabase(String database)
public void restoredResource()
public int getRestoreCount()
@Generated(value="lombok") public String getType()
@Generated(value="lombok") public String getUri()
@Generated(value="lombok") public String getLocation()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.