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

sortpom.wrapper.WrapperOperations Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package sortpom.wrapper;

import org.jdom.Content;

import java.util.List;

/**
 * Specifies a number of operations that work with wrapper structures.
 *
 * @author Bjorn Ekryd
 */
public interface WrapperOperations {

    void createWrappedStructure(WrapperFactory factory);

    void detachStructure();

    List getWrappedStructure();

    /** Sorts the attributes of the xml elements */
    void sortStructureAttributes();

    void sortStructureElements();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy