All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.metamodel.commons.debug.DebugSelection Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.commons.debug;

/**
 * Provides a mechanism for providing a series of DebugInfo objects, keyed on name.
 */ 
public interface DebugSelection {

    DebugInfo debugSection(String sectionName);

    public String[] debugSectionNames();
    
//    DebugInfo[] debug();
}
// Copyright (c) Naked Objects Group Ltd.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy