#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Wed, 28 Aug 2019 18:59:23 +0200
changeset 24680 98f9006ee01e
parent 24679 28a451eaa355
child 24681 8c57b9148dc9
#FEATURE by exept class: ProjectDefinition class added: #classNamed:
ProjectDefinition.st
--- a/ProjectDefinition.st	Wed Aug 28 18:54:26 2019 +0200
+++ b/ProjectDefinition.st	Wed Aug 28 18:59:23 2019 +0200
@@ -7793,6 +7793,19 @@
     "Created: / 30-08-2006 / 15:29:49 / cg"
 !
 
+classNamed:aClassName
+    "answer one of my classes.
+     This makes me look a bit like a namespace (which I am not currently);
+     in preparation for a future require package mechanism..."
+
+    ^ Smalltalk classNamed:aClassName
+
+    "
+     stx_libhtml classNames
+     stx_libhtml classNamesAndAttributesAsSpecArray
+    "
+!
+
 classNames
     "answer an array containing all the class names of the project's classes"