|
Class: ClassNotListed (private in ProjectProblem
This class is only visible from within
ProjectProblem.
Object
|
+--ProjectProblem
|
+--ProjectProblem::ClassProblem
|
+--ProjectProblem::InconsistentProjectDefinition
|
+--ProjectProblem::ClassNotListed
- Package:
- stx:libbasic3
- Category:
- System-Support-Projects
- Owner:
- ProjectProblem
accessing-description
-
description
-
Return a (HTML) describing the problem.
-
label
-
Return the label (possibly instance if a Text) shortly describing the problem
fixing
-
alreadyFixed
-
ouch - can this happen?
-
doIncludeAllClassesInProject
-
Include all unlisted subject classes in project definition.
Return false if fix fails, true otherwise
-
doIncludeInProject
-
Include subject class in project definition. Return false if
fix fails, true otherwise
-
doIncludeInProjectAsAutoloaded
-
Include subject class in project definition. Return false if
fix fails, true otherwise
-
doIncludeInProjectAsAutoloaded: asAutoloaded
-
Include subject class in project definition. Return false if
fix fails, true otherwise
-
fixes
-
return a list of description-actionBlock pairs for possible fixes
|