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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy