Ferreteria/v0.6/clade: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{| class="wikitable sortable"
{| class="wikitable sortable"
! namespace || endname
! namespace || endname
{{fmt/row/clade/base|App}}
{{fmt/row/clade|App|Routed}}
{{fmt/row/clade|Aux|Register}}    || list of global objects used by a clade
{{fmt/row/clade|Aux|Register}}    || list of global objects used by a clade
{{fmt/row/clade|Aux|StandardBase}}    || standard base class with diagnostic services
{{fmt/row/clade|Aux|StandardBase}}    || standard base class with diagnostic services
Line 16: Line 18:
{{fmt/row/clade|Sys\FileSys|Node}} || common class for all filesystem entities (mainly files and folders)
{{fmt/row/clade|Sys\FileSys|Node}} || common class for all filesystem entities (mainly files and folders)
{{fmt/row/clade|Sys\FileSys\list|Nodes}} || collection of Node objects
{{fmt/row/clade|Sys\FileSys\list|Nodes}} || collection of Node objects
|-
| colspan=3 | '''[[Futilities]]'''
{{fmt/row/clade|p=Futilities|Sys\dba|InReq}}        || futilities: DBA-specific input requests
|}
|}
See also: [[futilities/v0.6/clade]]

Revision as of 13:43, 18 October 2025

Clade Documentation

Namespace prefix is always "Woozalia\Ferret". Filespec prefix is always "<project prefix>/src".

namespace endname
(base) App
App Routed
Aux Register list of global objects used by a clade
Aux StandardBase standard base class with diagnostic services
Aux\StandardBase Objectory base for self-registering objects
Config\Roster\for AClass [i,t]
IO Aspect
IO\Aspect Creds
IO\Aspect\Creds Password
IO\Aspect\Creds\Password Dbase
Sys Data systems for handling data
Sys\Events InputRq input requests
Sys\Events ItWent status reports
Sys\FileSys Node common class for all filesystem entities (mainly files and folders)
Sys\FileSys\list Nodes collection of Node objects

See also: futilities/v0.6/clade