Java.st
branchdevelopment
changeset 2004 160dfe552938
parent 1989 131b7459fdab
child 2037 6b93bf17087a
equal deleted inserted replaced
2001:a066cb0e15af 2004:160dfe552938
   766 
   766 
   767 classPathAsString
   767 classPathAsString
   768     ^ (self classPath collect: [ :each | each pathName ]) asStringWith: $:.
   768     ^ (self classPath collect: [ :each | each pathName ]) asStringWith: $:.
   769 
   769 
   770     "Created: / 12-12-2012 / 23:55:00 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
   770     "Created: / 12-12-2012 / 23:55:00 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
       
   771 !
       
   772 
       
   773 classPathBundle
       
   774     ^ClassPathBundle
       
   775 
       
   776     "Created: / 25-01-2013 / 21:49:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   771 !
   777 !
   772 
   778 
   773 effectiveClassPath
   779 effectiveClassPath
   774     ^ClassPathBundle classPath , self classPath
   780     ^ClassPathBundle classPath , self classPath
   775 
   781