LibraryDefinition.st
branchjv
changeset 19478 1f5aa87f6170
parent 19331 59f77658de07
parent 19443 ef2a05a59a0a
child 19662 1d6b7f21e0aa
equal deleted inserted replaced
19477:af82888ceb72 19478:1f5aa87f6170
   672     "
   672     "
   673      exept_expecco definitionClassOfApplicationBundle
   673      exept_expecco definitionClassOfApplicationBundle
   674     "
   674     "
   675 !
   675 !
   676 
   676 
       
   677 isAbstract
       
   678     ^ self == LibraryDefinition
       
   679 !
       
   680 
   677 projectType
   681 projectType
   678     ^ LibraryType
   682     ^ LibraryType
   679 !
   683 !
   680 
   684 
   681 supportedLanguages
   685 supportedLanguages
   725     "Created: / 09-08-2006 / 16:31:54 / fm"
   729     "Created: / 09-08-2006 / 16:31:54 / fm"
   726 ! !
   730 ! !
   727 
   731 
   728 !LibraryDefinition class methodsFor:'testing'!
   732 !LibraryDefinition class methodsFor:'testing'!
   729 
   733 
   730 isAbstract
       
   731     ^ self == LibraryDefinition
       
   732 !
       
   733 
       
   734 isLibraryDefinition
   734 isLibraryDefinition
   735     ^ self isAbstract not
   735     ^ self isAbstract not
   736 
   736 
   737     "
   737     "
   738      stx_libboss isLibraryDefinition
   738      stx_libboss isLibraryDefinition