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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
add
(String name, ClassLoaderFile file) protected final 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
-