VMProcess.h 658 B

12345678910111213141516171819202122232425
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_lang_VMProcess__
  3. #define __java_lang_VMProcess__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. class java::lang::VMProcess : public ::java::lang::Object
  8. {
  9. public: // actually package-private
  10. VMProcess();
  11. static ::java::lang::Process * nativeExec(JArray< ::java::lang::String * > *, JArray< ::java::lang::String * > *, ::java::io::File *, jboolean);
  12. static ::java::lang::Process * exec(::java::util::List *, ::java::util::Map *, ::java::io::File *, jboolean);
  13. public:
  14. static ::java::lang::Class class$;
  15. };
  16. #endif // __java_lang_VMProcess__