e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 156 (0.0080 seconds)
Class: org.apache.jmeter.plugin.PluginManager  ©, Rating: 0% of 0, C1

53 { 54 String[][] icons = plugin.getIconMappings(); 55 ClassLoader classloader = plugin.getClass().getClassLoader(); 56 57 for (int i = 0; i < icons.length; i++)

Class: org.apache.batik.ext.awt.image.codec.PropertyUtil  ©, Rating: 0% of 0, C1

60 61 62 protected static LocalizableSupport localizableSupport = 63 new LocalizableSupport 64 (RESOURCES, PropertyUtil.class.getClassLoader());

Class: org.springframework.util.ClassLoaderUtils  ©, Rating: 0% of 0, C1

37 public static String showClassLoaderHierarchy(Object obj, String role, String delim, String tabText) { 38 String s = "object of " + obj.getClass() + ": role is " + role + delim; 39 return s + showClassLoaderHierarchy(obj.getClass().getClassLoader(), delim, tabText, 0); 40 } 41

Class: org.apache.tools.ant.taskdefs.optional.junit.JUnitClassLoaderTest  ©, Rating: 0% of 0, C1

32 public void testContextClassLoader(){ 33 ClassLoader context = Thread.currentThread().getContextClassLoader(); 34 ClassLoader caller = getClass().getClassLoader(); 35 assertSame(context, caller); 36 }

Class: org.apache.axis.i18n.MessagesConstants  ©, Rating: 0% of 0, C1

69 public static final String rootPackageName = "org.apache.axis.i18n".intern(); 70 71 public static final ResourceBundle rootBundle = 72 ProjectResourceBundle.getBundle(projectName, 73 rootPackageName,

Class: org.springframework.web.servlet.handler.metadata.CommonsPathMapHandlerMapping  ©, Rating: 0% of 0, C1

62 */ 63 protected Class[] getClassesWithPathMapAttributes() throws Exception { 64 AttributeIndex ai = new AttributeIndex(getClass().getClassLoader()); 65 Collection classes = ai.getClasses(PathMap.class); 66 return (Class[]) classes.toArray(new Class[classes.size()]);

Class: org.apache.catalina.cluster.session.ReplicationStream  ©, Rating: 0% of 0, C1

85 public Class findReplicationClass(String name) 86 throws ClassNotFoundException, IOException { 87 return Class.forName(name, false, getClass().getClassLoader()); 88 } 89

Class: org.apache.batik.swing.Messages  ©, Rating: 0% of 0, C1

078 * The localizable support for the error messages. 079 */ 080 protected static LocalizableSupport localizableSupport = 081 new LocalizableSupport(RESOURCES, Messages.class.getClassLoader()); 082

Class: org.apache.batik.svggen.font.Messages  ©, Rating: 0% of 0, C1

078 * The localizable support for the error messages. 079 */ 080 protected static LocalizableSupport localizableSupport = 081 new LocalizableSupport(RESOURCES, Messages.class.getClassLoader()); 082

Class: org.apache.batik.swing.svg.Messages  ©, Rating: 0% of 0, C1

079 * The localizable support for the error messages. 080 */ 081 protected static LocalizableSupport localizableSupport = 082 new LocalizableSupport(RESOURCES, Messages.class.getClassLoader()); 083

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next