Class ColorProfiles.Profiles

  • Enclosing class:
    ColorProfiles

    static class ColorProfiles.Profiles
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Properties PROFILES  
    • Constructor Summary

      Constructors 
      Constructor Description
      Profiles()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String getPath​(java.lang.String profileName)  
      private static java.util.Properties loadProfiles()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROFILES

        private static final java.util.Properties PROFILES
    • Constructor Detail

      • Profiles

        Profiles()
    • Method Detail

      • loadProfiles

        private static java.util.Properties loadProfiles()
      • getPath

        static java.lang.String getPath​(java.lang.String profileName)