module Novika::Resolver::Manifest::Present
Overview
Represents the presence of a manifest.
Included Modules
Direct including types
Defined in:
novika/resolver.crConstant Summary
-
DIRECTIVES =
Set {"noinherit", "nolayout"}
-
A set of allowed manifest directives.
Instance Method Summary
-
#directory
Returns a path that points to the directory where this manifest is located.
-
#on_preamble(root : RunnableRoot, group : RunnableGroup, preamble : String)
Invoked when a preamble is found in this manifest.
- #populate(root : RunnableRoot, container : RunnableContainer, origin : RunnableGroup)
- #to_s(io)
Instance methods inherited from module Novika::Resolver::Runnable::Ancestor
ancestor? : Ancestor | Nil
ancestor?
Instance Method Detail
Invoked when a preamble is found in this manifest. preamble
is the inner content of the preamble (i.e. without ---
s).