Package org.pf4j

Class PluginAlreadyLoadedException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String pluginId  
      private java.nio.file.Path pluginPath  
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginAlreadyLoadedException​(java.lang.String pluginId, java.nio.file.Path pluginPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPluginId()  
      java.nio.file.Path getPluginPath()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • pluginId

        private final java.lang.String pluginId
      • pluginPath

        private final java.nio.file.Path pluginPath
    • Constructor Detail

      • PluginAlreadyLoadedException

        public PluginAlreadyLoadedException​(java.lang.String pluginId,
                                            java.nio.file.Path pluginPath)
    • Method Detail

      • getPluginId

        public java.lang.String getPluginId()
      • getPluginPath

        public java.nio.file.Path getPluginPath()