org.jasig.maven.plugin.sass
Class CompilationErrors

java.lang.Object
  extended by org.jasig.maven.plugin.sass.CompilationErrors
All Implemented Interfaces:
Iterable<CompilationErrors.CompilationError>

public class CompilationErrors
extends Object
implements Iterable<CompilationErrors.CompilationError>

Utility class for capturing sass/scss compilation errors in ruby and transporting them into the java world for reporting in maven.


Nested Class Summary
 class CompilationErrors.CompilationError
           
 
Constructor Summary
CompilationErrors()
           
 
Method Summary
 void add(String file, String message)
           
 boolean hasErrors()
           
 Iterator<CompilationErrors.CompilationError> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilationErrors

public CompilationErrors()
Method Detail

add

public void add(String file,
                String message)

hasErrors

public boolean hasErrors()

iterator

public Iterator<CompilationErrors.CompilationError> iterator()
Specified by:
iterator in interface Iterable<CompilationErrors.CompilationError>


Copyright © 2013 Jasig. All Rights Reserved.