blob: d335427fc3f5c375e9b2633f6f0ec90670d634b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_classpath_ServiceFactory__
#define __gnu_classpath_ServiceFactory__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace classpath
{
class ServiceFactory;
}
}
}
class gnu::classpath::ServiceFactory : public ::java::lang::Object
{
ServiceFactory();
public:
static ::java::util::Iterator * lookupProviders(::java::lang::Class *, ::java::lang::ClassLoader *);
static ::java::util::Iterator * lookupProviders(::java::lang::Class *, ::java::lang::ClassLoader *, jboolean);
static ::java::util::Iterator * lookupProviders(::java::lang::Class *);
public: // actually package-private
static void log(::java::util::logging::Level *, ::java::lang::String *, ::java::lang::Object *, ::java::lang::Throwable *);
private:
static ::java::util::logging::Logger * LOGGER;
public:
static ::java::lang::Class class$;
};
#endif // __gnu_classpath_ServiceFactory__
|