Interface ClassLoaderFileRepository

  • All Known Implementing Classes:
    ClassLoaderFiles
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ClassLoaderFileRepository
    A container for files that may be served from a ClassLoader. Can be used to represent files that have been added, modified or deleted since the original JAR was created.
    Since:
    1.3.0
    See Also:
    ClassLoaderFile