Interface ConfigurationItem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.InputStream getInputStream()
      Obtains InputStream to the configuration that this represents.
      java.io.Reader getReader()
      Obtains the Reader to the configuration that this represents.
    • Method Detail

      • getReader

        java.io.Reader getReader()
                          throws ConfigurationError
        Obtains the Reader to the configuration that this represents.
        Returns:
        Reader to the configuration.
        Throws:
        ConfigurationError - Let this propagate to let OfficeFloor handle failure in loading ConfigurationItem.
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws ConfigurationError
        Obtains InputStream to the configuration that this represents.
        Returns:
        InputStream to the configuration.
        Throws:
        ConfigurationError - Let this propagate to let OfficeFloor handle failure in loading ConfigurationItem.