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

src.samples.java.ex.UAC_Sample Maven / Gradle / Ivy

package ex;

import java.io.File;
import java.nio.file.Path;
import java.time.Instant;
import java.util.Date;

public class UAC_Sample {

    public Instant getInstant() {
        return new Date().toInstant();
    }

    public Path getPath() {

        return new File("hello.world").toPath();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy