Uses of Class
net.sf.antcontrib.cpptasks.OutputTypeEnum
Packages that use OutputTypeEnum
Package
Description
C++ and other compiled languages build support for Ant.
-
Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type OutputTypeEnumModifier and TypeMethodDescriptionvoidCCTask.setLink(OutputTypeEnum outputType) Deprecated.voidCCTask.setOuttype(OutputTypeEnum outputType) Sets the output file type. -
Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks.compiler
Fields in net.sf.antcontrib.cpptasks.compiler declared as OutputTypeEnumMethods in net.sf.antcontrib.cpptasks.compiler with parameters of type OutputTypeEnumModifier and TypeMethodDescriptionvoidLinkType.setOutputType(OutputTypeEnum outputType) Sets the output type (execuable, shared, etc).