object
crontab(Representation)
Representation- Text representation. Valid values areatom,chars, andcodes.
Parser and generator for user and system crontab files.
Availability:
logtalk_load(crontab(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-09-09
Compilation flags:
static, context_switching_callsRemarks:
(none)
Inherited public predicates:
Public predicates
parse/2
Parses a user crontab from the given source using the default options.
Compilation flags:
staticTemplate:
parse(Source,Entries)Mode and number of proofs:
parse(++compound,--list) - one_or_errorparse/3
Parses a crontab from the given source. The supported option is format(user) (default) or format(system).
Compilation flags:
staticTemplate:
parse(Source,Entries,Options)Mode and number of proofs:
parse(++compound,--list,+list) - one_or_errorgenerate/2
Generates a user crontab to the given sink using the default options.
Compilation flags:
staticTemplate:
generate(Sink,Entries)Mode and number of proofs:
generate(+compound,+list) - one_or_errorgenerate/3
Generates a crontab to the given sink. The supported option is format(user) (default) or format(system).
Compilation flags:
staticTemplate:
generate(Sink,Entries,Options)Mode and number of proofs:
generate(+compound,+list,+list) - one_or_errorentry/1
True if the argument is a valid crontab entry using the current text representation.
Compilation flags:
staticTemplate:
entry(Entry)Mode and number of proofs:
entry(@nonvar) - zero_or_oneProtected predicates
(no local declarations; see entity ancestors if any)
Private predicates
(no local declarations; see entity ancestors if any)
Operators
(none)