Class DatasetIdentifierUtils


  • public class DatasetIdentifierUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEPARATOR
      The directory separator, a slash.
      static char SEPARATOR_CHAR
      The directory separator, a slash, as a character.
      static boolean WINDOWS
      Whether the current host is a Windows machine.
    • Field Detail

      • SEPARATOR_CHAR

        public static final char SEPARATOR_CHAR
        The directory separator, a slash, as a character.
        See Also:
        Constant Field Values
      • SEPARATOR

        public static final java.lang.String SEPARATOR
        The directory separator, a slash.
        See Also:
        Constant Field Values
      • WINDOWS

        public static final boolean WINDOWS
        Whether the current host is a Windows machine.
    • Constructor Detail

      • DatasetIdentifierUtils

        public DatasetIdentifierUtils()
    • Method Detail

      • fromURI

        public static DatasetIdentifier fromURI​(java.net.URI uri,
                                                java.lang.String defaultScheme)