View Javadoc
1 /* 2 * Created on 2004.09.09. 3 * 4 * In p2p project 5 */ 6 7 8 package net.sf.bigyo.container.profile; 9 10 /*** 11 * @author zsombor 12 * 13 * Created at 2:19:02 net.sf.bigyo.container.ProfileChecker 14 * 15 */ 16 public interface ProfileChecker { 17 18 public boolean hasProfile(String name); 19 20 }

This page was automatically generated by Maven