Package com.fasterxml.storemate.store.file

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


public class TestFilenames extends StoreTestBase
{
    public void testNameMangling() throws Exception
    {
        FilenameConverter conv = new DefaultFilenameConverter('@');
        assertEquals("this@here@and@there", conv.createFilename(storableKey("this/here and there")));
    }
View Full Code Here

TOP

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

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.