Class ResourceUtil

java.lang.Object
com.inductiveautomation.ignition.common.util.ResourceUtil

public class ResourceUtil extends Object
  • Field Details

    • INVALID_WINDOWS_FILENAMES

      public static final List<String> INVALID_WINDOWS_FILENAMES
      Filenames that are reserved for use by the Windows OS, and will cause errors if you attempt to create them on the filesystem.
    • SORT_BY_MOST_RECENT

      public static final Comparator<ProjectResource> SORT_BY_MOST_RECENT
  • Method Details