org.smartboot.http.common.utils.FileReleaseTracker Maven / Gradle / Ivy
package org.smartboot.http.common.utils;
import org.smartboot.http.common.logging.Logger;
import org.smartboot.http.common.logging.LoggerFactory;
import java.io.File;
import java.lang.ref.PhantomReference;
import java.lang.ref.ReferenceQueue;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.atomic.AtomicBoolean;
public class FileReleaseTracker {
private static final Logger LOGGER = LoggerFactory.getLogger(FileReleaseTracker.class);
private final ReferenceQueue
© 2015 - 2025 Weber Informatics LLC | Privacy Policy