Class ClassLoaderFiles.SourceDirectory
java.lang.Object
org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
- All Implemented Interfaces:
Serializable
- Enclosing class:
ClassLoaderFiles
An individual source directory that is being managed by the collection.
- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
add
(String name, ClassLoaderFile file) protected final @Nullable ClassLoaderFile
getFiles()
Return allClassLoaderFiles
in the collection that are contained in this source directory.getName()
Return the name of the source directory.protected final void
-
Method Details
-
getFilesEntrySet
-
add
-
remove
-
get
-
getName
Return the name of the source directory.- Returns:
- the name of the source directory
-
getFiles
Return allClassLoaderFiles
in the collection that are contained in this source directory.- Returns:
- the files contained in the source directory
-