templates.file-store.file.store.base.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
package ${basePackage}.filestore;
import com.boozallen.aissemble.core.filestore.AbstractFileStore;
/**
* Base implementation of this file store.
*
* GENERATED CODE - DO NOT MODIFY (add your customizations in ${pipeline.capitalizedName}Driver).
*
* Generated from: ${templateName}
*/
public class ${fileStore.fullName}Base extends AbstractFileStore {
public ${fileStore.fullName}Base(final String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy