Class PropertiesResponse

java.lang.Object
org.opencastproject.util.PropertiesResponse

public class PropertiesResponse extends Object
A handy wrapper to wrap Properties objects for automated JAXB serialization.
  • Constructor Details

    • PropertiesResponse

      public PropertiesResponse()
    • PropertiesResponse

      public PropertiesResponse(Properties properties)
  • Method Details

    • getProperties

      public Properties getProperties()