Interface VirtualResource
- All Superinterfaces:
Resource
- All Known Implementing Classes:
DefaultVirtualResource
A resource that has no physical representation. Resources of this
type are created once for each build and have the timestamp of
their creation.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic VirtualResourcecreate()Creates a new virtual resource.Methods inherited from interface Resource
asOf, asOfLocalized, cleanup, isNewerThan, name, type
-
Method Details
-
create
-