Class PushServiceConfig

java.lang.Object
com.priint.pubserver.entitydata.service.PushServiceConfig
All Implemented Interfaces:
Serializable

public class PushServiceConfig extends Object implements Serializable
Configuration class for RESTful service interface for persist interface of PublishingHubDB connector.

This will set defaults for "model" and "instance" arguments.

Executing the main method of this class will create an example configuration on the command line. It will also provide the preferred file location in the repository.

Since:
4.0.5
See Also:
  • Constructor Details

    • PushServiceConfig

      public PushServiceConfig()
  • Method Details

    • getDefaultModel

      public String getDefaultModel()
    • setDefaultModel

      public void setDefaultModel(String defaultModel)
    • getDefaultInstance

      public String getDefaultInstance()
    • setDefaultInstance

      public void setDefaultInstance(String defaultInstance)