Package com.fasterxml.storemate.store.file

Examples of com.fasterxml.storemate.store.file.DefaultFilenameConverter


        File fileDir = new File(testRoot, "files");
        StoreConfig storeConfig = new StoreConfig();
        FileManagerConfig fmConfig = new FileManagerConfig(fileDir);
        StoreBackend backend = createBackend(testRoot, storeConfig);
        return new StorableStoreImpl(storeConfig, backend, timeMaster,
                new FileManager(fmConfig, timeMaster, new DefaultFilenameConverter()),
                null, null);
    }
View Full Code Here

TOP

Related Classes of com.fasterxml.storemate.store.file.DefaultFilenameConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.