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 IncludeSourceMode
TargetPlatformConfiguration. targetDefinitionIncludeSourceMode
Methods in org.eclipse.tycho.core that return IncludeSourceMode Modifier and Type Method Description IncludeSourceMode
TargetPlatformConfiguration. getTargetDefinitionIncludeSourceMode()
Methods in org.eclipse.tycho.core with parameters of type IncludeSourceMode Modifier and Type Method Description void
TargetPlatformConfiguration. 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 IncludeSourceMode
IncludeSourceMode. 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) IncludeSourceMode
TargetDefinitionFile. includeSourceMode
Methods in org.eclipse.tycho.p2.resolver with parameters of type IncludeSourceMode Modifier and Type Method Description private void
P2DependencyResolver. addTargetFileContentToTargetPlatform(java.io.File targetFile, IncludeSourceMode includeSourcesMode, TargetPlatformConfigurationStub resolutionContext)
static TargetDefinitionFile
TargetDefinitionFile. 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)
-