org.lsst.ccs.config.remote.scripts
Class RegisterDescriptionFromFile

java.lang.Object
  extended by org.lsst.ccs.config.remote.scripts.RegisterDescriptionFromFile

public class RegisterDescriptionFromFile
extends Object

gets description data from a file and registers it to the remote configuration service (on top of command bus).

Author:
bamade

Constructor Summary
RegisterDescriptionFromFile()
           
RegisterDescriptionFromFile(ConfigurationBusClient busClient)
           
 
Method Summary
 DescriptionResult register(String pathName, String user, String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterDescriptionFromFile

public RegisterDescriptionFromFile(ConfigurationBusClient busClient)

RegisterDescriptionFromFile

public RegisterDescriptionFromFile()
Method Detail

register

public DescriptionResult register(String pathName,
                                  String user,
                                  String version)
                           throws Exception
Throws:
Exception


Copyright © 2013 LSST. All Rights Reserved.