Package com.google.common.collect

Examples of com.google.common.collect.ImmutableMap$SingletonImmutableMap


            }
        }

        public Path generateApp(NewAppDescriptor descriptor, RestxShell shell) throws IOException {

            ImmutableMap scope = ImmutableMap.builder()
                    .put("appName", descriptor.appName)
                    .put("groupId", descriptor.groupId)
                    .put("artifactId", descriptor.artifactId)
                    .put("mainPackage", descriptor.mainPackage)
                    .put("packagePath", descriptor.mainPackage.replace('.', '/'))
View Full Code Here

TOP

Related Classes of com.google.common.collect.ImmutableMap$SingletonImmutableMap

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.