代码搜索:ClassLoader
找到约 540 项符合「ClassLoader」的源代码
代码结果 540
www.eeworm.com/read/447272/1706539
cs iclassloader.cs
using System;
using NetBpm.Workflow.Delegation.Impl;
namespace NetBpm.Workflow.Delegation.ClassLoader
{
public interface IClassLoader
{
Object CreateObject(DelegationImpl delegationImpl);
www.eeworm.com/read/362572/2930956
java noclassdeftest.java
import java.io.File;
import java.io.FileInputStream;
/**
* Test for NoClassDefFoundErrors when ClassLoaders are involved.
*/
public class NoClassDefTest
extends ClassLoader
{
/**
* A
www.eeworm.com/read/464706/1525211
java managedfileclassloader.java
package org.codehaus.classloader;
import java.io.File;
/**
* This class loader will delegate to the ClassLoaderManager object when a class or resource
* is not found within the realm of its
www.eeworm.com/read/175066/5351683
java bytearrayclassloader.java
package com.sslexplorer.vpn.util;
import java.util.Hashtable;
public class ByteArrayClassLoader
extends ClassLoader {
static ByteArrayClassLoader instance;
Hashtable classes = new
www.eeworm.com/read/167133/5469395
java fornametest.java
class forNameTest {
public static void main(String argv[]) {
try {
Class.forName("loadThis");
Class c = Class.forName("loadThis", false,
new ClassLoader() {
www.eeworm.com/read/331534/3409806
svn-base manifest.h.svn-base
//
// Manifest.h
//
// $Id: //poco/1.3/Foundation/include/Poco/Manifest.h#1 $
//
// Library: Foundation
// Package: SharedLibrary
// Module: ClassLoader
//
// Definition of the Manifest clas
www.eeworm.com/read/331534/3409824
svn-base classlibrary.h.svn-base
//
// ClassLibrary.h
//
// $Id: //poco/1.3/Foundation/include/Poco/ClassLibrary.h#3 $
//
// Library: Foundation
// Package: SharedLibrary
// Module: ClassLoader
//
// Definitions for class l
www.eeworm.com/read/331534/3410017
h manifest.h
//
// Manifest.h
//
// $Id: //poco/1.3/Foundation/include/Poco/Manifest.h#1 $
//
// Library: Foundation
// Package: SharedLibrary
// Module: ClassLoader
//
// Definition of the Manifest clas
www.eeworm.com/read/331534/3410110
h classlibrary.h
//
// ClassLibrary.h
//
// $Id: //poco/1.3/Foundation/include/Poco/ClassLibrary.h#3 $
//
// Library: Foundation
// Package: SharedLibrary
// Module: ClassLoader
//
// Definitions for class l
www.eeworm.com/read/382187/2638960
java printingclassdecorator.java
package covertjava.classloader;
/**
* A demo implementation of ClassDecorator that outputs the name of the class.
* No actual decoration is performed
* Copyright: Copyright (c) 2004 Sa