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

net.java.truevfs.kernel.impl.ControllerModuleFactory Maven / Gradle / Ivy

/*
 * Copyright © 2005 - 2021 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package net.java.truevfs.kernel.impl;

import bali.Module;
import net.java.truevfs.kernel.spec.FsArchiveDriver;
import net.java.truevfs.kernel.spec.FsArchiveEntry;

@Module
interface ControllerModuleFactory {

    ControllerModuleFactory INSTANCE = ControllerModuleFactory$.new$();

     ControllerModule module(FsArchiveDriver driver);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy