All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emc.ia.sdk.configurer.InfoArchiveConfigurer Maven / Gradle / Ivy

There is a newer version: 5.7.0
Show newest version
/*
 * Copyright (c) 2016 EMC Corporation. All Rights Reserved.
 */
package com.emc.ia.sdk.configurer;

/**
 * Interface hiding the details of how the application and holding configuration objects are created in the Archive.
 */
@FunctionalInterface
public interface InfoArchiveConfigurer {

  void configure();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy