org.jmonit.spi
Interface RepositoryAware


public interface RepositoryAware

Components created by jMonit and implementing this interface will get "injected" with the current repository.

Author:
Nicolas De Loof

Method Summary
 void setRepository(Repository repository)
          Set the current repository
 

Method Detail

setRepository

void setRepository(Repository repository)
Set the current repository

Parameters:
repository -


Copyright © 2007 Nicolas De Loof. All Rights Reserved.