类 NoOpURLClassPathHandle

    • 构造器详细资料

      • NoOpURLClassPathHandle

        public NoOpURLClassPathHandle()
    • 方法详细资料

      • getURLs

        public java.net.URL[] getURLs​(java.lang.ClassLoader classLoader)
        从接口复制的说明: URLClassPathHandle
        Get the Class-Path URLs from the specified ClassLoader
        指定者:
        getURLs 在接口中 URLClassPathHandle
        参数:
        classLoader - the specified ClassLoader
        返回:
        the non-null array of URLs
      • removeURL

        public boolean removeURL​(java.lang.ClassLoader classLoader,
                                 java.net.URL url)
        从接口复制的说明: URLClassPathHandle
        Remove the Class-Path URL from the specified ClassLoader
        指定者:
        removeURL 在接口中 URLClassPathHandle
        参数:
        classLoader - the specified ClassLoader
        url - the Class-Path URL
        返回:
        if removed, return true, otherwise false