Package org.wpilib.nativeutils.platforms
Class DefaultPlatformConfig
java.lang.Object
org.wpilib.nativeutils.platforms.DefaultPlatformConfig
- All Implemented Interfaces:
org.gradle.api.Named,PlatformConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Constructor Summary
ConstructorsConstructorDescriptionDefaultPlatformConfig(String name, org.gradle.api.model.ObjectFactory objects) -
Method Summary
-
Constructor Details
-
DefaultPlatformConfig
-
-
Method Details
-
getPlatformPath
- Specified by:
getPlatformPathin interfacePlatformConfig- Returns:
- the platformPath
-
getCppCompiler
- Specified by:
getCppCompilerin interfacePlatformConfig- Returns:
- the cppCompiler
-
getLinker
- Specified by:
getLinkerin interfacePlatformConfig- Returns:
- the linker
-
getcCompiler
- Specified by:
getcCompilerin interfacePlatformConfig- Returns:
- the cCompiler
-
getAssembler
- Specified by:
getAssemblerin interfacePlatformConfig- Returns:
- the assembler
-
getObjcCompiler
- Specified by:
getObjcCompilerin interfacePlatformConfig- Returns:
- the objCCompiler
-
getObjcppCompiler
- Specified by:
getObjcppCompilerin interfacePlatformConfig- Returns:
- the objCppCompiler
-
getName
- Specified by:
getNamein interfaceorg.gradle.api.Named
-