类 ApplicationTemp
java.lang.Object
org.springframework.boot.system.ApplicationTemp
Provides access to an application specific temporary directory. Generally speaking
different Spring Boot applications will get different locations, however, simply
restarting an application will give the same location.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
-
构造器概要
构造器构造器说明Create a newApplicationTemp
instance.ApplicationTemp
(Class<?> sourceClass) Create a newApplicationTemp
instance for the specified source class. -
方法概要
-
构造器详细资料
-
ApplicationTemp
public ApplicationTemp()Create a newApplicationTemp
instance. -
ApplicationTemp
Create a newApplicationTemp
instance for the specified source class.- 参数:
sourceClass
- the source class ornull
-
-
方法详细资料