Uses of Class
org.eclipse.tycho.plugins.p2.director.DirectorMojo.InstallationSource
-
Packages that use DirectorMojo.InstallationSource Package Description org.eclipse.tycho.plugins.p2.director -
-
Uses of DirectorMojo.InstallationSource in org.eclipse.tycho.plugins.p2.director
Fields in org.eclipse.tycho.plugins.p2.director declared as DirectorMojo.InstallationSource Modifier and Type Field Description private DirectorMojo.InstallationSource
DirectorMojo. source
Source repositories to be used in the director calls.Methods in org.eclipse.tycho.plugins.p2.director that return DirectorMojo.InstallationSource Modifier and Type Method Description static DirectorMojo.InstallationSource
DirectorMojo.InstallationSource. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DirectorMojo.InstallationSource[]
DirectorMojo.InstallationSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-