Class MacOSLibrary

java.lang.Object
com.github.weisj.darklaf.platform.AbstractLibrary
com.github.weisj.darklaf.platform.macos.MacOSLibrary

public class MacOSLibrary extends com.github.weisj.darklaf.platform.AbstractLibrary
  • Field Summary

    Fields inherited from class com.github.weisj.darklaf.platform.AbstractLibrary

    logger
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    get()
     
    protected String
     
    protected List<com.github.weisj.darklaf.platform.NativeUtil.Resource>
     

    Methods inherited from class com.github.weisj.darklaf.platform.AbstractLibrary

    error, getLibraryName, getLibraryPath, info, isLoaded, updateLibrary, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MacOSLibrary

      protected MacOSLibrary()
  • Method Details

    • get

      public static MacOSLibrary get()
    • getPath

      protected String getPath()
      Overrides:
      getPath in class com.github.weisj.darklaf.platform.AbstractLibrary
    • getResourcePaths

      protected List<com.github.weisj.darklaf.platform.NativeUtil.Resource> getResourcePaths()
      Overrides:
      getResourcePaths in class com.github.weisj.darklaf.platform.AbstractLibrary
    • canLoad

      protected boolean canLoad()
      Specified by:
      canLoad in class com.github.weisj.darklaf.platform.AbstractLibrary