public interface RegistryEntry
Modifier and Type | Method and Description |
---|---|
long |
getCachableDuration()
The number of milliseconds this resource could be cached
|
long |
getCreated()
The created time for the resource - optional
|
String |
getDescription()
A description for the resource - optional
|
String |
getKey()
The key for the resource - required
|
long |
getLastModified()
The last updated time for the resource - optional
|
String |
getName()
A name for the resource - optional
|
String |
getType()
The type of the resource - optional
|
long |
getVersion()
The version of the resource - required
|
String getKey()
String getName()
long getVersion()
String getType()
String getDescription()
long getCreated()
long getLastModified()
long getCachableDuration()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.