Package org.geoserver.importer

Examples of org.geoserver.importer.ImportContext.reattach()


        DatabaseEntry e = new DatabaseEntry();
        binding.objectToEntry(context, e);
       
        ImportContext context2 = (ImportContext) binding.entryToObject(e);
        context2.reattach(cat, true);

        assertNotNull(context2.getTargetWorkspace().getId());
        assertNotNull(context2.getTargetStore().getId());

        assertEquals(1, context2.getTasks().size());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.