Home
last modified time | relevance | path

Searched refs:classPathVec (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/scripting/java/com/sun/star/script/framework/container/
H A DScriptMetaData.java269 Vector classPathVec = new Vector(); in getClassPath() local
278 classPathVec.add ( url ); in getClassPath()
282 if ( classPathVec.size() == 0) in getClassPath()
287 classPathVec.add(url); in getClassPath()
291 return (URL[])classPathVec.toArray( new URL[0]); in getClassPath()

Completed in 21 milliseconds