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

org.nohope.test.glassfish.commands.JNDICreateIntegerCommand Maven / Gradle / Ivy

The newest version!
package org.nohope.test.glassfish.commands;

/**
* Date: 2/11/14
* Time: 3:17 PM
*/
public class JNDICreateIntegerCommand extends JNDICreateCommand {
    public JNDICreateIntegerCommand(final Integer value, final String path) {
        super(Integer.class.getCanonicalName(), value.toString(), path);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy