|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.seventytwomiles.architecturerules.services.CyclicRedundancyServiceImpl
public class CyclicRedundancyServiceImpl
Checks for cyclic redundancy among application packages in the source folders.
AbstractArchitecturalRules
| Constructor Summary | |
|---|---|
CyclicRedundancyServiceImpl(Configuration configuration)
Constructor instantiates a new CyclicRedundancyService |
|
| Method Summary | |
|---|---|
void |
performCyclicRedundancyCheck()
Check all the packages in all of the source directories and search for any cyclic redundancy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify,
notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CyclicRedundancyServiceImpl(Configuration configuration)
Constructor instantiates a new CyclicRedundancyService
configuration - 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
configuration
| Method Detail |
|---|
public void performCyclicRedundancyCheck()
Check all the packages in all of the source directories and search for any cyclic redundancy
performCyclicRedundancyCheck
in interface
CyclicRedundancyService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||