Class FileLocator.FileLocatorBuilder

  • Enclosing class:
    FileLocator

    public static final class FileLocator.FileLocatorBuilder
    extends Object
    A typical builder implementation for creating FileLocator objects. An instance of this class is returned by the fileLocator() method of {link FileLocatorUtils}. It can be used to define the various components of the FileLocator object. By calling create() the new immutable FileLocator instance is created.