Uses of Class
org.eclipse.tycho.plugins.p2.director.DirectorMojo.DirectorRuntimeType
-
Packages that use DirectorMojo.DirectorRuntimeType Package Description org.eclipse.tycho.plugins.p2.director -
-
Uses of DirectorMojo.DirectorRuntimeType in org.eclipse.tycho.plugins.p2.director
Fields in org.eclipse.tycho.plugins.p2.director declared as DirectorMojo.DirectorRuntimeType Modifier and Type Field Description private DirectorMojo.DirectorRuntimeType
DirectorMojo. directorRuntime
Runtime in which the director application is executed.Methods in org.eclipse.tycho.plugins.p2.director that return DirectorMojo.DirectorRuntimeType Modifier and Type Method Description static DirectorMojo.DirectorRuntimeType
DirectorMojo.DirectorRuntimeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DirectorMojo.DirectorRuntimeType[]
DirectorMojo.DirectorRuntimeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-