Snapper 1.0 API

org.enhydra.snapper.spec
Class NotIndexedFactory

java.lang.Object
  extended byorg.enhydra.snapper.spec.NotIndexedFactory

public class NotIndexedFactory
extends java.lang.Object


Method Summary
static NotIndexed getNotIndexed(java.lang.String fullClassName)
          Create a Site as state object/value object/data transfer object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNotIndexed

public static NotIndexed getNotIndexed(java.lang.String fullClassName)
                                throws java.lang.Exception
Create a Site as state object/value object/data transfer object

Throws:
java.lang.Exception

Snapper 1.0 API