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 SummaryModifier and TypeMethodDescriptionprotected 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
- 
Method Details- 
getFilesEntrySet
- 
add
- 
remove
- 
get
- 
getNameReturn the name of the source directory.- Returns:
- the name of the source directory
 
- 
getFilesReturn allClassLoaderFilesin the collection that are contained in this source directory.- Returns:
- the files contained in the source directory
 
 
-