Interface ApplicationConfigurer
-
public interface ApplicationConfigurer
Interface hiding the details of how an application in the Archive is configured.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(ArchiveConnection connection)
Configure the Archive for the application.java.lang.String
getApplicationName()
Returns the name of the application to configure.
-
-
-
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
-
-