Interface ApplicationConfigurer


  • public interface ApplicationConfigurer
    Interface hiding the details of how an application in the Archive is configured.
    • Method Detail

      • getApplicationName

        java.lang.String getApplicationName()
        Returns the name of the application to configure.
        Returns:
        the name of the application to configure
      • configure

        void configure​(ArchiveConnection connection)
                throws java.io.IOException
        Configure the Archive for the application.
        Parameters:
        connection - How to communicate with the InfoArchive server
        Throws:
        java.io.IOException - When an I/O error occurs