KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > xml > querying > impl > xtas > Config


1 package org.exoplatform.services.xml.querying.impl.xtas;
2
3 import java.util.Collection JavaDoc;
4
5 public interface Config {
6     public Collection JavaDoc getResources();
7 }
8
Popular Tags