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