![JAR search and dependency download from the Maven repository](/logo.png)
sortpom.wrapper.WrapperOperations Maven / Gradle / Ivy
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