Class ResourceProperties.Fixed
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
- Enclosing class:
- ResourceProperties
public static class ResourceProperties.Fixed extends Object
Version Strategy based on a fixed version string.
Constructor Summary
Constructors Constructor Description Fixed()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getPaths()StringgetVersion()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetPaths(String[] paths)voidsetVersion(String version)
Constructor Detail
Fixed
public Fixed()
Method Detail
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getVersion
public String getVersion()
setVersion
public void setVersion(String version)