Uses of Class
org.opencms.ade.containerpage.CmsTypeAnalyzer.State
Package
Description
Contains the container page editor service classes.
-
Uses of CmsTypeAnalyzer.State in org.opencms.ade.containerpage
Modifier and TypeMethodDescriptionCmsTypeAnalyzer.getState()
Gets the state.CmsTypeAnalyzer.processFolder()
Process folder.static CmsTypeAnalyzer.State
CmsTypeAnalyzer.readState
(byte[] data) Deserializes the state from a byte array.static CmsTypeAnalyzer.State
CmsTypeAnalyzer.run
(CmsObject cms, String path, boolean skipDetailOnly, String excludeContainersStr, String templateRegex) Runs the type analysis and returns the state object with all the collected data.Modifier and TypeMethodDescriptionstatic byte[]
CmsTypeAnalyzer.writeState
(CmsTypeAnalyzer.State state) Serializes a state to a byte array.