Uses of Class
org.opencms.ade.containerpage.CmsTypeAnalyzer.State
Packages that use CmsTypeAnalyzer.State
Package
Description
Contains the container page editor service classes.
-
Uses of CmsTypeAnalyzer.State in org.opencms.ade.containerpage
Methods in org.opencms.ade.containerpage that return CmsTypeAnalyzer.StateModifier 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.Methods in org.opencms.ade.containerpage with parameters of type CmsTypeAnalyzer.StateModifier and TypeMethodDescriptionstatic byte[]
CmsTypeAnalyzer.writeState
(CmsTypeAnalyzer.State state) Serializes a state to a byte array.