com.seventytwomiles.architecturerules.services
Interface CyclicRedundancyService

All Known Implementing Classes:
CyclicRedundancyServiceImpl

public interface CyclicRedundancyService

Interface for the CyclicRedundancyService to provide a contract for implementations to adhere to. This service provides the functionality necessary to check for cyclic dependencies.

Author:
mikenereson

Method Summary
 void performCyclicRedundancyCheck()
          Check all the packages in all of the source directories and search for any cyclic redundancy
 

Method Detail

performCyclicRedundancyCheck

void performCyclicRedundancyCheck()
                                  throws CyclicRedundancyException

Check all the packages in all of the source directories and search for any cyclic redundancy

Throws:
CyclicRedundancyException - when cyclic redundancy is found


Copyright © 2007-2008. All Rights Reserved.