Package org.springframework.boot.devtools.classpath
package org.springframework.boot.devtools.classpath
Support for classpath monitoring.
-
ClassDescription
ApplicationEvent
containing details of a classpath change.Provides access to entries on the classpath that refer to directories.Encapsulates aFileSystemWatcher
to watch the local classpath directories for changes.Strategy interface used to determine when a changed classpath file should trigger a full application restart.Ant style pattern basedClassPathRestartStrategy
.