Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectLongTreeMap |
Channel.fileSizeMap |
Modifier and Type | Method and Description |
---|---|
static ObjectLongTreeMap |
JcmsUtil.getFileSizeMap()
Deprecated.
since jcms-7.1.0, use Channel.getGlobalFileAnalyzer method to have more information about satellites files
|
ObjectLongTreeMap |
Channel.getFileSizeMap(boolean refresh)
Deprecated.
since jcms-7.1.0, use getGlobalFileAnalyzer method to have more information about satellites files
|
static ObjectLongTreeMap |
JcmsUtil.getFileSizeMap(Workspace ws)
Deprecated.
since jcms-7.1.0, use Workspace.getFileAnalyzer method to have more information about satellites files
|
Modifier and Type | Field and Description |
---|---|
protected ObjectLongTreeMap |
WorkspaceFileAnalyzer.fileSizeMap |
protected ObjectLongTreeMap |
WorkspaceFileAnalyzer.fileSizeMapWithSatellite |
Modifier and Type | Method and Description |
---|---|
ObjectLongTreeMap |
WorkspaceFileAnalyzer.getFileSizeMap() |
ObjectLongTreeMap |
Workspace.getFileSizeMap(boolean refresh)
Returns the map file size for each content-type.
|
ObjectLongTreeMap |
WorkspaceFileAnalyzer.getFileSizeMapWithSatellite() |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceFileAnalyzer.setFileSizeMap(ObjectLongTreeMap fileSizeMap) |
void |
WorkspaceFileAnalyzer.setFileSizeMapWithSatellite(ObjectLongTreeMap fileSizeMapWithSatellite) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.