Home
last modified time | relevance | path

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

/AOO41X/main/ridljar/source/unoloader/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java157 Attributes attr = getJarMainAttributes(jar); in execute()
185 public static Attributes getJarMainAttributes(URL jar) throws IOException { in getJarMainAttributes() method in UnoClassLoader
/AOO41X/main/jurt/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java47 Attributes attr = UnoClassLoader.getJarMainAttributes(url); in find()