Uses of Class
org.eclipse.tycho.core.resolver.shared.IncludeSourceMode
-
Packages that use IncludeSourceMode Package Description org.eclipse.tycho.core org.eclipse.tycho.core.resolver.shared org.eclipse.tycho.p2.resolver -
-
Uses of IncludeSourceMode in org.eclipse.tycho.core
Fields in org.eclipse.tycho.core declared as IncludeSourceMode Modifier and Type Field Description private IncludeSourceModeTargetPlatformConfiguration. targetDefinitionIncludeSourceModeMethods in org.eclipse.tycho.core that return IncludeSourceMode Modifier and Type Method Description IncludeSourceModeTargetPlatformConfiguration. getTargetDefinitionIncludeSourceMode()Methods in org.eclipse.tycho.core with parameters of type IncludeSourceMode Modifier and Type Method Description voidTargetPlatformConfiguration. setTargetDefinitionIncludeSourceMode(IncludeSourceMode includeSourcesMode) -
Uses of IncludeSourceMode in org.eclipse.tycho.core.resolver.shared
Methods in org.eclipse.tycho.core.resolver.shared that return IncludeSourceMode Modifier and Type Method Description static IncludeSourceModeIncludeSourceMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IncludeSourceMode[]IncludeSourceMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IncludeSourceMode in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver declared as IncludeSourceMode Modifier and Type Field Description (package private) IncludeSourceModeTargetDefinitionFile. includeSourceModeMethods in org.eclipse.tycho.p2.resolver with parameters of type IncludeSourceMode Modifier and Type Method Description private voidP2DependencyResolver. addTargetFileContentToTargetPlatform(java.io.File targetFile, IncludeSourceMode includeSourcesMode, TargetPlatformConfigurationStub resolutionContext)static TargetDefinitionFileTargetDefinitionFile. read(java.io.File file, IncludeSourceMode includeSourceMode)Constructors in org.eclipse.tycho.p2.resolver with parameters of type IncludeSourceMode Constructor Description TargetDefinitionFile(java.io.File source, IncludeSourceMode includeSourceMode)
-