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

com.aragost.javahg.ext.mq.QSelectCommand Maven / Gradle / Ivy

package com.aragost.javahg.ext.mq;

import com.aragost.javahg.Repository;
import com.aragost.javahg.ext.mq.flags.QSelectCommandFlags;

public class QSelectCommand extends QSelectCommandFlags {

	public QSelectCommand(Repository repository) {
		super(repository);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy