Package 

Enum Platform

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Platform
    extends Enum<Platform>
                        

    This enum is used to determine the file separator char which will be used when building the path to the file/directory to scan on the server filesystem. The possible values are:

    • UNIX: the file separator will be /

    • WINDOWS: the file separator will be \

    • JVM_PLATFORM: the file separator will be the same as the one of the platform the JVM is running on

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Method Summary

      Modifier and Type Method Description
      abstract String toServerPath(Path path)
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait