module myna.core.metadata.file
Base classes for metadata requirements that are entire files
class BuildFile
File that requires a build path specification
method BuildFile.__init__
__init__(datatype)
method BuildFile.copy_file
copy_file(destination=None, overwrite=True)
Copy self.file to destination
method BuildFile.local_to_myna_format
local_to_myna_format()
Convert the local file to the myna format
method BuildFile.set_local_resource_dir
set_local_resource_dir()
Get the local resource directory and make if it doesn't exist
class BuildLayerPartsetFile
File that requires both a build and layer specification
method BuildLayerPartsetFile.__init__
__init__(datatype, partset, layer)
method BuildLayerPartsetFile.copy_file
copy_file(destination=None, overwrite=True)
Copy self.file to destination
method BuildLayerPartsetFile.local_to_myna_format
local_to_myna_format()
Convert the local file to the myna format
method BuildLayerPartsetFile.set_local_resource_dir
set_local_resource_dir()
Get the local resource directory and make if it doesn't exist
class PartFile
File that requires both a build and part specification
method PartFile.__init__
__init__(datatype, part)
method PartFile.copy_file
copy_file(destination=None, overwrite=True)
Copy self.file to destination
method PartFile.local_to_myna_format
local_to_myna_format()
Convert the local file to the myna format
method PartFile.set_local_resource_dir
set_local_resource_dir()
Get the local resource directory and make if it doesn't exist
class LayerFile
File that requires a build, part, and layer specification
method LayerFile.__init__
__init__(datatype, part, layer)
method LayerFile.copy_file
copy_file(destination=None, overwrite=True)
Copy self.file to destination
method LayerFile.local_to_myna_format
local_to_myna_format()
Convert the local file to the myna format
method LayerFile.set_local_resource_dir
set_local_resource_dir()
Get the local resource directory and make if it doesn't exist
This file was automatically generated via lazydocs.