Public Member Functions | |
def | get_path_spec |
def | get_versioned_path_spec |
def | install |
A setup config element specifies a single file containing configuration data for a config.
Definition at line 156 of file config_elements.py.
def config_elements.SetupConfigElement.get_path_spec | ( | self | ) |
PathSpec object with values as specified in file
Reimplemented from config_elements.ConfigElement.
Definition at line 165 of file config_elements.py.
PathSpec where VCS elements have the version looked up
Reimplemented from config_elements.ConfigElement.
Definition at line 162 of file config_elements.py.
def config_elements.SetupConfigElement.install | ( | self, | |
checkout = True , |
|||
backup = False , |
|||
backup_path = None , |
|||
verbose = False |
|||
) |
Attempt to make it so that self.path is the result of checking out / updating from remote repo. No user Interaction allowed here (for concurrent mode). :param checkout: whether to checkout or update :param backup: if checking out, what to do if path exists. If true, backup_path must be set.
Reimplemented from config_elements.ConfigElement.
Definition at line 159 of file config_elements.py.