Class DefaultPlatformConfig
- java.lang.Object
-
- edu.wpi.first.nativeutils.platforms.DefaultPlatformConfig
-
- All Implemented Interfaces:
PlatformConfig,org.gradle.api.Named
public class DefaultPlatformConfig extends java.lang.Object implements PlatformConfig
-
-
Constructor Summary
Constructors Constructor Description DefaultPlatformConfig(java.lang.String name, org.gradle.api.model.ObjectFactory objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompilerArgsConfiggetAssembler()CompilerArgsConfiggetcCompiler()CompilerArgsConfiggetCppCompiler()CompilerArgsConfiggetLinker()java.lang.StringgetName()CompilerArgsConfiggetObjcCompiler()CompilerArgsConfiggetObjcppCompiler()org.gradle.api.provider.Property<java.lang.String>getPlatformPath()
-
-
-
Method Detail
-
getPlatformPath
public org.gradle.api.provider.Property<java.lang.String> getPlatformPath()
- Specified by:
getPlatformPathin interfacePlatformConfig- Returns:
- the platformPath
-
getCppCompiler
public CompilerArgsConfig getCppCompiler()
- Specified by:
getCppCompilerin interfacePlatformConfig- Returns:
- the cppCompiler
-
getLinker
public CompilerArgsConfig getLinker()
- Specified by:
getLinkerin interfacePlatformConfig- Returns:
- the linker
-
getcCompiler
public CompilerArgsConfig getcCompiler()
- Specified by:
getcCompilerin interfacePlatformConfig- Returns:
- the cCompiler
-
getAssembler
public CompilerArgsConfig getAssembler()
- Specified by:
getAssemblerin interfacePlatformConfig- Returns:
- the assembler
-
getObjcCompiler
public CompilerArgsConfig getObjcCompiler()
- Specified by:
getObjcCompilerin interfacePlatformConfig- Returns:
- the objCCompiler
-
getObjcppCompiler
public CompilerArgsConfig getObjcppCompiler()
- Specified by:
getObjcppCompilerin interfacePlatformConfig- Returns:
- the objCppCompiler
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceorg.gradle.api.Named
-
-