com.seventytwomiles.architecturerules.services
Interface CyclicRedundencyService

All Known Implementing Classes:
CyclicRedundencyServiceImpl

public interface CyclicRedundencyService

Interface for the CyclicRedundencyService to provide a contract for implementations to ahear to. This service provices the funcionality neccessary to check for cyclic dependencies.

Author:
mikenereson

Method Summary
 void performCyclicRedundencyCheck()
          Check all the packages in all of the source directories and search for any cyclic redundenc/p>
 

Method Detail

performCyclicRedundencyCheck

void performCyclicRedundencyCheck()
                                  throws CyclicRedundancyException

Check all the packages in all of the source directories and search for any cyclic redundenc/p>

Throws:
CyclicRedundancyException - when cyclic redundency is found


Copyright © 2007. All Rights Reserved.