ro.isdc.wro.extensions.processor.support.csslint
Class CssLintError

java.lang.Object
  extended by ro.isdc.wro.extensions.processor.support.csslint.CssLintError
All Implemented Interfaces:
Serializable

public class CssLintError
extends Object
implements Serializable

Encapsulates an error reported by JsHint.

Since:
1.3.8
Author:
Alex Objelean
See Also:
Serialized Form

Constructor Summary
CssLintError()
           
 
Method Summary
 int getCol()
           
 String getEvidence()
           
 int getLine()
           
 String getMessage()
           
 CssRule getRule()
           
 String getType()
           
 void setCol(int col)
           
 void setEvidence(String evidence)
           
 void setLine(int line)
           
 void setMessage(String message)
           
 void setRule(CssRule rule)
           
 void setType(String type)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CssLintError

public CssLintError()
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getMessage

public String getMessage()
Returns:
the message

setMessage

public void setMessage(String message)
Parameters:
message - the message to set

getRule

public CssRule getRule()
Returns:
the rule

setRule

public void setRule(CssRule rule)
Parameters:
rule - the rule to set

getLine

public int getLine()
Returns:
the line

setLine

public void setLine(int line)
Parameters:
line - the line to set

getCol

public int getCol()
Returns:
the col

setCol

public void setCol(int col)
Parameters:
col - the col to set

getEvidence

public String getEvidence()
Returns:
the evidence

setEvidence

public void setEvidence(String evidence)
Parameters:
evidence - the evidence to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008-2013. All Rights Reserved.