Groovy Documentation

org.codenarc.analyzer
[Groovy] Class StringSourceAnalyzer

java.lang.Object
  org.codenarc.analyzer.StringSourceAnalyzer
All Implemented Interfaces:
SourceAnalyzer

class StringSourceAnalyzer

Analyzes Strings.

Authors:
Hamlet D'Arcy


Property Summary
SourceString source

 
Constructor Summary
StringSourceAnalyzer(def source)

 
Method Summary
Results analyze(RuleSet ruleSet)

List getSourceDirectories()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

source

SourceString source


 
Constructor Detail

StringSourceAnalyzer

StringSourceAnalyzer(def source)


 
Method Detail

analyze

Results analyze(RuleSet ruleSet)


getSourceDirectories

List getSourceDirectories()


 

Groovy Documentation