blob: c0912e5c21e6746e494bf6b7dc9589ebab91fbfe (
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
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_lang_VMProcess__
#define __java_lang_VMProcess__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
class java::lang::VMProcess : public ::java::lang::Object
{
public: // actually package-private
VMProcess();
static ::java::lang::Process * nativeExec(JArray< ::java::lang::String * > *, JArray< ::java::lang::String * > *, ::java::io::File *, jboolean);
static ::java::lang::Process * exec(::java::util::List *, ::java::util::Map *, ::java::io::File *, jboolean);
public:
static ::java::lang::Class class$;
};
#endif // __java_lang_VMProcess__
|