View Javadoc
1 package org.jdiseq.filter; 2 3 /*** 4 * todo Write JavaDoc 5 * <p> 6 * @author tronda 7 * @version $Id: FilterPersistence.java,v 1.1 2003/08/06 20:50:42 trondandersen Exp $ 8 * @since 23:04:19 9 */ 10 interface FilterPersistence { 11 12 Filter[] load() throws InvalidConfigurationException; 13 14 MethodFilter[] loadMethodFilter() throws InvalidConfigurationException; 15 16 PackageFilter[] loadPackageFilter() throws InvalidConfigurationException; 17 }

This page was automatically generated by Maven