Package esg.search.publish.api

Examples of esg.search.publish.api.MetadataRepositoryType


       
      // publish/unpublish full repository
      } else if (args.length==3) {
       
        final String uri = args[0];
        final MetadataRepositoryType type = MetadataRepositoryType.valueOf(args[1]);
       
        //change the Metadata file's URL
        PublishingServiceMain.METADATA_URL = uri;
       
       
View Full Code Here

TOP

Related Classes of esg.search.publish.api.MetadataRepositoryType

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.