const class fanr::PodSpec
sys::Obj fanr::PodSpec
PodSpec models a specific pod version See docFanr.
- depends
-
const Depend[] depends
List 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 name
Name 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 summary
Summary string
- toStr
-
virtual const override Str toStr
String format is "{name}-{version}"
- ts
-
DateTime? ts()
Get the build timestamp or null if not available
- version
-
const Version version
Version of this pod