home
classes/clusters list
class information
+
Point of view
ANY
ANY
TYPED_INTERNALS
INTERNALS_HANDLER
All features
class FILE_BUNDLE_FACTORY
Summary
top
File-backed bundles factory.
Direct parents
inherit list:
BUNDLE_FACTORY
Overview
top
creation features
make
exported features
add_bundle_path
(bundle_path:
STRING
)
has_bundle_path
(bundle_path:
STRING
):
BOOLEAN
has_bundle
(bundle_name:
STRING
):
BOOLEAN
bundle
(bundle_name:
STRING
):
FILE_BUNDLE
add_bundle_path
(bundle_path:
STRING
)
effective procedure
top
require
bundle_path /= Void
not
has_bundle_path
(bundle_path)
has_bundle_path
(bundle_path:
STRING
):
BOOLEAN
effective function
top
require
bundle_path /= Void
has_bundle
(bundle_name:
STRING
):
BOOLEAN
effective function
top
require
bundle_name /= Void
bundle
(bundle_name:
STRING
):
FILE_BUNDLE
effective function
top
require
has_bundle(bundle_name)