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

http.helpers.Helper Maven / Gradle / Ivy

package http.helpers;

import java.awt.*;
import java.io.File;
import java.io.IOException;

/**
 * @deprecated As of release 2.0, replaced by {@link net.itarray.automotion.tools.helpers.EnvironmentHelper}
 */
@Deprecated
public class Helper {

    public static String getGeneratedStringWithLength(int length) {
        return net.itarray.automotion.tools.helpers.Helper.getGeneratedStringWithLength(length);
    }

    public static String getTodayDate() {
        return net.itarray.automotion.tools.helpers.Helper.getTodayDate();
    }

    public static File createFile(String filename) throws IOException, AWTException {
        return net.itarray.automotion.tools.helpers.Helper.createFile(filename);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy