Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.processor.loadtime
Class PredicateProcessor  view PredicateProcessor download PredicateProcessor.java

java.lang.Object
  extended byorg.alicebot.server.core.processor.Processor
      extended byorg.alicebot.server.core.processor.loadtime.StartupElementProcessor
          extended byorg.alicebot.server.core.processor.loadtime.PredicateProcessor

public class PredicateProcessor
extends StartupElementProcessor


Field Summary
private static java.lang.String DEFAULT
           
static java.lang.String label
           
private static java.lang.String NAME
           
private static java.lang.String SET_RETURN
           
private static java.lang.String VALUE
           
 
Fields inherited from class org.alicebot.server.core.processor.loadtime.StartupElementProcessor
HREF
 
Fields inherited from class org.alicebot.server.core.processor.Processor
EMPTY_STRING, ENABLED, ID, NAME_EQUALS, VALUE_EQUALS
 
Constructor Summary
PredicateProcessor()
           
 
Method Summary
 java.lang.String process(int i, org.alicebot.server.core.parser.XMLNode xmlnode, org.alicebot.server.core.parser.StartupFileParser startupfileparser)
           
 
Methods inherited from class org.alicebot.server.core.processor.loadtime.StartupElementProcessor
getHref, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public static final java.lang.String label
See Also:
Constant Field Values

NAME

private static final java.lang.String NAME
See Also:
Constant Field Values

DEFAULT

private static final java.lang.String DEFAULT
See Also:
Constant Field Values

SET_RETURN

private static final java.lang.String SET_RETURN
See Also:
Constant Field Values

VALUE

private static final java.lang.String VALUE
See Also:
Constant Field Values
Constructor Detail

PredicateProcessor

public PredicateProcessor()
Method Detail

process

public java.lang.String process(int i,
                                org.alicebot.server.core.parser.XMLNode xmlnode,
                                org.alicebot.server.core.parser.StartupFileParser startupfileparser)
                         throws InvalidStartupElementException
Specified by:
process in class StartupElementProcessor