Uses of Class
net.sf.antcontrib.cpptasks.OutputTypeEnum
-
Packages that use OutputTypeEnum Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant.net.sf.antcontrib.cpptasks.compiler -
-
Uses of OutputTypeEnum in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type OutputTypeEnum Modifier and Type Method Description void
CCTask. setLink(OutputTypeEnum outputType)
Deprecated.void
CCTask. 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 OutputTypeEnum Modifier and Type Field Description private OutputTypeEnum
LinkType. outputType
Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type OutputTypeEnum Modifier and Type Method Description void
LinkType. setOutputType(OutputTypeEnum outputType)
Sets the output type (execuable, shared, etc).
-