|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.seventytwomiles.architecturerules.services.CyclicRedundencyServiceImpl
public class CyclicRedundencyServiceImpl
Checks for cyclic redundency among app packages in the source folders.
AbstractArchitecturalRules
| Constructor Summary | |
|---|---|
CyclicRedundencyServiceImpl(Configuration configuraiton)
Constructor instantiates a new CyclicRedundencyService |
|
| Method Summary | |
|---|---|
void |
performCyclicRedundencyCheck()
Check all the packages in all of the source directories and search for any cyclic redundenc/p> |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify,
notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CyclicRedundencyServiceImpl(Configuration configuraiton)
Constructor instantiates a new CyclicRedundencyService
configuraiton - Configuration which contains the
source directories
to inspect
SourceNotFoundException
- when an required source directory does
not exist and when exception="true" in the
source
configuration
NoPackagesFoundException
- when none of the source directories
exist and no-packages="ignore" in the sources
configuraiton
| Method Detail |
|---|
public void performCyclicRedundencyCheck()
Check all the packages in all of the source directories and search for any cyclic redundenc/p>
performCyclicRedundencyCheck
in interface CyclicRedundencyService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||