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

org.infinispan.cli.commands.CacheAwareCommand Maven / Gradle / Ivy

package org.infinispan.cli.commands;

import java.util.Optional;

import org.infinispan.cli.resources.Resource;

/**
 * An interface for CLI commands to implement which require a cache name.
 *
 * @author Pedro Ruivo
 * @since 12.1
 */
public interface CacheAwareCommand {

   Optional getCacheName(Resource activeResource);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy