Class BundleCacheResourceWrapper
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.cache.BundleCacheResourceWrapper
- All Implemented Interfaces:
Serializable
,Resource
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe primary source is also included in this set.long
getVersion
(ResourceKey key) boolean
-
Constructor Details
-
BundleCacheResourceWrapper
-
-
Method Details
-
getResource
- Specified by:
getResource
in interfaceResource
- Throws:
ResourceException
-
getTargetType
- Specified by:
getTargetType
in interfaceResource
-
getVersion
- Specified by:
getVersion
in interfaceResource
-
getDependencies
Description copied from interface:Resource
The primary source is also included in this set. The dependencies are given as ResourceKey objects. The keys itself do not hold any state information. The dependencies do not track deep dependencies. So if Resource A depends on Resource B which depends on Resource C, then A only knows about B, not C.- Specified by:
getDependencies
in interfaceResource
- Returns:
-
getSource
-
isTemporaryResult
public boolean isTemporaryResult()- Specified by:
isTemporaryResult
in interfaceResource
-