KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > celtix > configuration > CommandlineConfiguration


1 package org.objectweb.celtix.configuration;
2
3 public interface CommandlineConfiguration {
4     Object JavaDoc getObject(String JavaDoc name);
5 }
6
Popular Tags