com.android.ide.common.process
Interface JavaProcessInfo

All Superinterfaces:
ProcessInfo
All Known Implementing Classes:
ProcessInfoBuilder.JavaProcessInfoImpl

public interface JavaProcessInfo
extends ProcessInfo

Information to run an external java process.


Method Summary
 java.lang.String getClasspath()
           
 java.util.List<java.lang.String> getJvmArgs()
          The JVM args to use.
 java.lang.String getMainClass()
          The main Java Class.
 
Methods inherited from interface com.android.ide.common.process.ProcessInfo
getArgs, getEnvironment, getExecutable
 

Method Detail

getClasspath

@NonNull
java.lang.String getClasspath()

getMainClass

@NonNull
java.lang.String getMainClass()
The main Java Class. This is optional.


getJvmArgs

@NonNull
java.util.List<java.lang.String> getJvmArgs()
The JVM args to use.