Interface Loadable

All Known Implementing Classes:
LoadableSaveableAccounting

public interface Loadable
A role which provides loading from a default source.
Author:
Fabrizio Giudici
Stereotype:
Role
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Class<Loadable>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    Load from a default source.
  • Field Details

  • Method Details

    • load

      <T> T load() throws IOException
      Load from a default source.
      Returns:
      the loaded object
      Throws:
      IOException - in case of error