Class GenericURLFileName

All Implemented Interfaces:
Comparable<FileName>, FileName

public class GenericURLFileName extends GenericFileName
Generic file name that represents a URL.
  • Constructor Details

    • GenericURLFileName

      public GenericURLFileName(String scheme, String hostName, int port, int defaultPort, String userName, String password, String path, FileType type, String queryString)
      Constructs a new instance.
      Parameters:
      scheme - Host scheme.
      hostName - Host name or IP address.
      port - Host port.
      defaultPort - Default host port.
      userName - user name.
      password - user password.
      path - Path on the host.
      type - File type on the host.
      queryString - Query string for the path.
  • Method Details