38 return $this->
build();
88 $artifact = $this->
buildIn($environment);
91 $base_path = getcwd();
96 file_put_contents($path, $artifact->serialize());
108 $dir = pathinfo($path)[
"dirname"];
109 if (!file_exists($dir)) {
110 mkdir($dir, 0755,
true);
build()
Build the artifact based.
An objective is a desired state of the system that is supposed to be created by the setup...
This is an objective to build some artifact.
getPreconditions(Setup\Environment $environment)
Defaults to no preconditions.
getLabel()
Defaults to "Build $this->getArtifactPath()".
makeDirectoryFor(string $path)
getArtifactPath()
Get the filename where the builder wants to put its artifact.
isApplicable(Setup\Environment $environment)
achieve(Setup\Environment $environment)
Builds the artifact and puts it in its location.
isNotable()
Defaults to 'true'.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
buildIn(Setup\Environment $env)
Builds an artifact in some given Environment.
An artifact is some file that is build on demand per installation and is not shipped with the ILIAS s...
getHash()
Uses hashed Path.