JavaClassPathBundle.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2392 692a6e18e95e
equal deleted inserted replaced
2079:08505399cea8 2380:9195eccdcbd9
    85         sun,misc.Launcher
    85         sun,misc.Launcher
    86 
    86 
    87 "
    87 "
    88 ! !
    88 ! !
    89 
    89 
       
    90 
    90 !JavaClassPathBundle methodsFor:'accessing'!
    91 !JavaClassPathBundle methodsFor:'accessing'!
    91 
    92 
    92 environment
    93 environment
    93     ^environment
    94     ^environment
    94 
    95 
   128     user := aJavaCodeBundle
   129     user := aJavaCodeBundle
   129 
   130 
   130     "Created: / 25-01-2013 / 22:24:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   131     "Created: / 25-01-2013 / 22:24:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   131 ! !
   132 ! !
   132 
   133 
       
   134 
   133 !JavaClassPathBundle methodsFor:'adding & removing'!
   135 !JavaClassPathBundle methodsFor:'adding & removing'!
   134 
   136 
   135 add: libraryOrBundle
   137 add: libraryOrBundle
   136 
   138 
   137     self shouldNotImplement
   139     self shouldNotImplement
   143 
   145 
   144     self shouldNotImplement
   146     self shouldNotImplement
   145 
   147 
   146     "Created: / 15-01-2013 / 17:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   148     "Created: / 15-01-2013 / 17:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   147 ! !
   149 ! !
       
   150 
   148 
   151 
   149 !JavaClassPathBundle methodsFor:'generating'!
   152 !JavaClassPathBundle methodsFor:'generating'!
   150 
   153 
   151 classPathOn:aStream
   154 classPathOn:aStream
   152     "superclass JavaCodeLibraryOrBundle says that I am responsible to implement this method"
   155     "superclass JavaCodeLibraryOrBundle says that I am responsible to implement this method"
   167     user sourcePathOn: aStream.
   170     user sourcePathOn: aStream.
   168 
   171 
   169     "Created: / 15-01-2013 / 17:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   172     "Created: / 15-01-2013 / 17:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   170     "Modified: / 23-01-2013 / 14:42:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   173     "Modified: / 23-01-2013 / 14:42:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   171 ! !
   174 ! !
       
   175 
   172 
   176 
   173 !JavaClassPathBundle methodsFor:'initialization'!
   177 !JavaClassPathBundle methodsFor:'initialization'!
   174 
   178 
   175 initialize
   179 initialize
   176     "Invoked when a new instance is created."
   180     "Invoked when a new instance is created."
   186 
   190 
   187     "Created: / 15-01-2013 / 17:49:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   191     "Created: / 15-01-2013 / 17:49:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   188     "Modified: / 16-01-2013 / 13:29:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   192     "Modified: / 16-01-2013 / 13:29:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   189 ! !
   193 ! !
   190 
   194 
       
   195 
   191 !JavaClassPathBundle::EnvironmentBundle class methodsFor:'documentation'!
   196 !JavaClassPathBundle::EnvironmentBundle class methodsFor:'documentation'!
   192 
   197 
   193 documentation
   198 documentation
   194 "
   199 "
   195     A special 'dynamic' code bundle to represent java code paths
   200     A special 'dynamic' code bundle to represent java code paths
   205     [see also:]
   210     [see also:]
   206 
   211 
   207 "
   212 "
   208 ! !
   213 ! !
   209 
   214 
       
   215 
   210 !JavaClassPathBundle::EnvironmentBundle methodsFor:'adding & removing'!
   216 !JavaClassPathBundle::EnvironmentBundle methodsFor:'adding & removing'!
   211 
   217 
   212 add: libraryOrBundle
   218 add: libraryOrBundle
   213 
   219 
   214     self shouldNotImplement
   220     self shouldNotImplement
   220 
   226 
   221     self shouldNotImplement
   227     self shouldNotImplement
   222 
   228 
   223     "Created: / 15-01-2013 / 17:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   229     "Created: / 15-01-2013 / 17:31:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   224 ! !
   230 ! !
       
   231 
   225 
   232 
   226 !JavaClassPathBundle::PackagesBundle class methodsFor:'documentation'!
   233 !JavaClassPathBundle::PackagesBundle class methodsFor:'documentation'!
   227 
   234 
   228 documentation
   235 documentation
   229 "
   236 "
   239 
   246 
   240     [see also:]
   247     [see also:]
   241 
   248 
   242 "
   249 "
   243 ! !
   250 ! !
       
   251 
   244 
   252 
   245 !JavaClassPathBundle::PackagesBundle methodsFor:'accessing'!
   253 !JavaClassPathBundle::PackagesBundle methodsFor:'accessing'!
   246 
   254 
   247 libraries
   255 libraries
   248 
   256 
   253     "
   261     "
   254 
   262 
   255     "Created: / 15-01-2013 / 17:34:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   263     "Created: / 15-01-2013 / 17:34:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   256 ! !
   264 ! !
   257 
   265 
       
   266 
   258 !JavaClassPathBundle::PackagesBundle methodsFor:'adding & removing'!
   267 !JavaClassPathBundle::PackagesBundle methodsFor:'adding & removing'!
   259 
   268 
   260 add: libraryOrBundle
   269 add: libraryOrBundle
   261 
   270 
   262     self shouldNotImplement
   271     self shouldNotImplement
   269     self shouldNotImplement
   278     self shouldNotImplement
   270 
   279 
   271     "Created: / 15-01-2013 / 17:31:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   280     "Created: / 15-01-2013 / 17:31:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   272 ! !
   281 ! !
   273 
   282 
       
   283 
   274 !JavaClassPathBundle class methodsFor:'documentation'!
   284 !JavaClassPathBundle class methodsFor:'documentation'!
   275 
   285 
   276 version_CVS
   286 version_CVS
   277     ^ '$Header$'
   287     ^ '$Header: /cvs/stx/stx/libjava/JavaClassPathBundle.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
   278 !
   288 !
   279 
   289 
   280 version_HG
   290 version_HG
   281 
   291 
   282     ^ '$Changeset: <not expanded> $'
   292     ^ '$Changeset: <not expanded> $'