Interface IGosuCompilerFactory<T extends org.gosulang.gradle.tasks.compile.GosuCompileSpec>
-
- Type Parameters:
T- an implementation of GosuCompileSpec
- All Known Implementing Classes:
GosuCompilerFactory
public interface IGosuCompilerFactory<T extends org.gosulang.gradle.tasks.compile.GosuCompileSpec>Copied fromCompilerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GosuCompiler<T>newCompiler(T spec)
-
-
-
Method Detail
-
newCompiler
GosuCompiler<T> newCompiler(T spec)
-
-