com.arsdigita.search
Class ContentType

java.lang.Object
  extended bycom.arsdigita.search.ContentType

public class ContentType
extends Object

A class to represent the different types of content that can be indexed


Field Summary
static ContentType RAW
          Constant for Raw content
static ContentType TEXT
          Constant for plain text content
static ContentType XML
          Constant for XML content
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RAW

public static final ContentType RAW
Constant for Raw content


XML

public static final ContentType XML
Constant for XML content


TEXT

public static final ContentType TEXT
Constant for plain text content

Method Detail

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC