Class DefaultExportsConfig
- java.lang.Object
-
- edu.wpi.first.nativeutils.exports.DefaultExportsConfig
-
- All Implemented Interfaces:
ExportsConfig,org.gradle.api.Named
public abstract class DefaultExportsConfig extends java.lang.Object implements ExportsConfig
-
-
Constructor Summary
Constructors Constructor Description DefaultExportsConfig(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.wpi.first.nativeutils.exports.ExportsConfig
getArm64ExcludeSymbols, getArm64SymbolFilter, getExcludeBuildTypes, getObjectFilter, getObjectFilterClosure, getX64ExcludeSymbols, getX64SymbolFilter, getX86ExcludeSymbols, getX86SymbolFilter
-
-