All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.process.api.ProcessRequest Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package xapi.process.api;

public interface ProcessRequest {

  String[] arguments();
  
  Class mainClass();
  
  String owner();
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy