29303132333435
public class CoffeeScriptProjectFactory implements ProjectFactory2 { public final static String PROJECT_CONFIG_FILE = "Cakefile"; public Result isProject2(FileObject projectDirectory) { return isProject(projectDirectory) ? new Result(null) : null; }