Package org.opencms.ade.containerpage
Class CmsTypeAnalyzer.State
java.lang.Object
org.opencms.ade.containerpage.CmsTypeAnalyzer.State
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsTypeAnalyzer
Represents all data collected by the CmsTypeAnalyzer class.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe set of containers to exclude.protected Map<CmsUUID,
CmsTypeAnalyzer.FormatterBean> The formatters.protected Map<CmsUUID,
CmsTypeAnalyzer.ResourceBean> The pages.protected String
The path.protected String
The site root.boolean
True if detail only contents are skipped.The template regex.protected Map<String,
CmsTypeAnalyzer.TypeBean> The types.The type usage. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the container names to exclude.Gets the formatters.Gets the (legacy) dynamic function usages.getPages()
Gets the pages.Gets the pages.getPath()
Gets the path.static long
Gets the site root.getSortedFormatters
(String type) Gets the sorted formatters.getTypes()
Gets the types.Gets the type usage.boolean
-
Field Details
-
m_typeUsage
The type usage. -
m_formatters
The formatters. -
m_pages
The pages. -
m_types
The types. -
m_path
The path. -
m_siteRoot
The site root. -
m_excludedContainers
The set of containers to exclude. -
m_skipDetailOnly
True if detail only contents are skipped. -
m_templateRegex
The template regex.
-
-
Constructor Details
-
State
public State()
-
-
Method Details
-
getSerialversionuid
-
getExcludedContainers
Gets the container names to exclude.- Returns:
- the top-level containers to exclude
-
getFormatters
Gets the formatters.- Returns:
- the formatters
-
getFunctionUsages
Gets the (legacy) dynamic function usages.- Returns:
- the legacy function usages
-
getPages
Gets the pages.- Returns:
- the pages
-
getPages
Gets the pages.- Parameters:
type
- the typeformatter
- the formatter- Returns:
- the pages
-
getPath
Gets the path.- Returns:
- the path
-
getSiteRoot
Gets the site root.- Returns:
- the site root
-
getSortedFormatters
Gets the sorted formatters.- Parameters:
type
- the type- Returns:
- the sorted formatters
-
getTemplateRegex
-
getTypes
Gets the types.- Returns:
- the types
-
getTypeUsage
Gets the type usage.- Returns:
- the type usage
-
isSkipDetailOnly
-