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

templates.file-store.file.store.impl.vm Maven / Gradle / Ivy

The newest version!
package ${basePackage}.filestore;

import jakarta.enterprise.context.ApplicationScoped;

/**
 * Utility for accessing the ${fileStore.name} file storage. To customize
 * the file store connection modify the environment variables as per the documentation at
 * https://boozallen.github.io/aissemble/aissemble/current/pipeline-metamodel.html
 * Please **DO** modify with your customizations, as appropriate.
 *
 * Originally generated from: ${templateName}
 */
@ApplicationScoped
public class ${fileStore.fullName} extends ${fileStore.fullName}Base {
	public ${fileStore.fullName}() {
		super("$fileStore.name");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy