ComponentPathResolvers Interface

public interface ComponentPathResolvers

Interface for declaring path resolvers in the memory system.

Method Summary

Modifier and Type Method and Description
abstract java.lang.Iterable<PathResolver> getPathResolvers()

Return enumeration of pathresolvers.

Method Details

getPathResolvers

public abstract Iterable getPathResolvers()

Return enumeration of pathresolvers.

Returns:

collection of PathResolvers.

Applies to