org.opencms.file.collectors
Class CmsCollectorData

java.lang.Object
  extended byorg.opencms.file.collectors.CmsCollectorData

public class CmsCollectorData
extends java.lang.Object

Data structure for the collector, parsed from the collector parameters.

Since:
6.0.0
Version:
$Revision: 1.9 $
Author:
Alexander Kandzior, Thomas Weckert

Constructor Summary
CmsCollectorData(java.lang.String data)
          Creates a new collector data set.
 
Method Summary
 int getCount()
          Returns the count.
 java.lang.String getFileName()
          Returns the file name.
 int getType()
          Returns the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsCollectorData

public CmsCollectorData(java.lang.String data)
Creates a new collector data set.

Parameters:
data - the data to parse
Method Detail

getCount

public int getCount()
Returns the count.

Returns:
the count

getFileName

public java.lang.String getFileName()
Returns the file name.

Returns:
the file name

getType

public int getType()
Returns the type.

Returns:
the type