Uses of Class
org.apache.maven.buildcache.xml.CacheState
-
Packages that use CacheState Package Description org.apache.maven.buildcache.xml -
-
Uses of CacheState in org.apache.maven.buildcache.xml
Methods in org.apache.maven.buildcache.xml that return CacheState Modifier and Type Method Description CacheState
CacheConfig. initialize()
CacheState
CacheConfigImpl. initialize()
static CacheState
CacheState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CacheState[]
CacheState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-