const class fanr::PodSpec
sys::Obj fanr::PodSpec
PodSpec models a specific pod version See docFanr.
- depends
 - 
const Depend[] dependsList of dependencies for this pod
 - equals
 - 
Equality is based on name and version
 - hash
 - 
override Int hash()Hash code is based on name and version
 - load
 - 
static PodSpec load(File file)Construct from a pod zip file
 - meta
 - 
Metadata name/value pairs for this pod
 - name
 - 
const Str nameName of this pod
 - read
 - 
static PodSpec read(InStream in)Construct from an InStream
 - size
 - 
Int? size()Return pod file size in bytes or null if unknown
 - summary
 - 
const Str summarySummary string
 - toStr
 - 
virtual const override Str toStrString format is "{name}-{version}"
 - ts
 - 
DateTime? ts()Get the build timestamp or null if not available
 - version
 - 
const Version versionVersion of this pod