org.gradle.plugins.cpp.gpp
Class Gpp

java.lang.Object
  extended by org.gradle.plugins.cpp.gpp.Gpp
All Implemented Interfaces:
Named, Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec>

public class Gpp
extends Object
implements Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec>

Compiler adapter for gpp


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
 
Field Summary
static String NAME
           
 
Constructor Summary
Gpp()
           
 
Method Summary
 String getName()
          The object's name.
 CompileSpecFactory<org.gradle.plugins.cpp.gpp.GppCompileSpec> getSpecFactory()
          Returns a factory for creating compile specs that will compile with this compiler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

Gpp

public Gpp()
Method Detail

getName

public String getName()
Description copied from interface: Named
The object's name.

Must be constant for the life of the object.

Specified by:
getName in interface Named
Returns:
The name. Never null.

getSpecFactory

public CompileSpecFactory<org.gradle.plugins.cpp.gpp.GppCompileSpec> getSpecFactory()
Description copied from interface: Compiler
Returns a factory for creating compile specs that will compile with this compiler

Specified by:
getSpecFactory in interface Compiler<org.gradle.plugins.cpp.gpp.GppCompileSpec>