类 ClassLoaderFiles.SourceDirectory
java.lang.Object
org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
- 所有已实现的接口:
Serializable
- 封闭类:
ClassLoaderFiles
An individual source directory that is being managed by the collection.
- 另请参阅:
-
方法概要
修饰符和类型方法说明protected final voidadd(String name, ClassLoaderFile file) protected final ClassLoaderFilegetFiles()Return allClassLoaderFilesin the collection that are contained in this source directory.getName()Return the name of the source directory.protected final void
-
方法详细资料
-
getFilesEntrySet
-
add
-
remove
-
get
-
getName
Return the name of the source directory.- 返回:
- the name of the source directory
-
getFiles
Return allClassLoaderFilesin the collection that are contained in this source directory.- 返回:
- the files contained in the source directory
-