ro.isdc.wro.extensions.support.lint
Class LintItemAdapter

java.lang.Object
  extended by ro.isdc.wro.extensions.support.lint.LintItem
      extended by ro.isdc.wro.extensions.support.lint.LintItemAdapter
All Implemented Interfaces:
Serializable

public class LintItemAdapter
extends LintItem

Adapts various objects to LintItem

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

Constructor Summary
LintItemAdapter(CssLintError cssLintError)
          Adapts a LinterError into LintItem.
LintItemAdapter(LinterError linterError)
          Adapts a LinterError into LintItem.
 
Method Summary
 
Methods inherited from class ro.isdc.wro.extensions.support.lint.LintItem
getColumn, getEvidence, getLine, getReason, getSeverity, setColumn, setEvidence, setLine, setReason, setSeverity, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LintItemAdapter

public LintItemAdapter(LinterError linterError)
Adapts a LinterError into LintItem.


LintItemAdapter

public LintItemAdapter(CssLintError cssLintError)
Adapts a LinterError into LintItem.



Copyright © 2008-2013. All Rights Reserved.