com.emc.ia.sdk.configurer.InfoArchiveConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infoarchive-sip-sdk-core Show documentation
Show all versions of infoarchive-sip-sdk-core Show documentation
A library that makes it quick and easy to create SIPs in InfoArchive
/*
* 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